Class: Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse

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

Overview

Response message for MetadataService.ListMetadataStores.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_stores::Array<::Google::Cloud::AIPlatform::V1::MetadataStore>

Returns The MetadataStores found for the Location.

Returns:



108
109
110
111
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 108

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

#next_page_token::String

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

Returns:



108
109
110
111
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 108

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