Class: Google::Cloud::Metastore::V1::ListFederationsResponse

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

Overview

Response message for ListFederations

Instance Attribute Summary collapse

Instance Attribute Details

#federations::Array<::Google::Cloud::Metastore::V1::Federation>

Returns The services in the specified location.

Returns:



188
189
190
191
# File 'proto_docs/google/cloud/metastore/v1/metastore_federation.rb', line 188

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

#next_page_token::String

Returns A token that 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 that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



188
189
190
191
# File 'proto_docs/google/cloud/metastore/v1/metastore_federation.rb', line 188

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



188
189
190
191
# File 'proto_docs/google/cloud/metastore/v1/metastore_federation.rb', line 188

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