Class: Google::Cloud::Dataform::V1beta1::ListReleaseConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

ListReleaseConfigs response message.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1053
1054
1055
1056
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1053

class ListReleaseConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_configs::Array<::Google::Cloud::Dataform::V1beta1::ReleaseConfig>

Returns List of release configs.

Returns:



1053
1054
1055
1056
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1053

class ListReleaseConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations which could not be reached.

Returns:

  • (::Array<::String>)

    Locations which could not be reached.



1053
1054
1055
1056
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1053

class ListReleaseConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end