Class: Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.ListMetadataStores.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of Metadata Stores to return.
-
#page_token ⇒ ::String
A page token, received from a previous MetadataService.ListMetadataStores call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
92 93 94 95 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 92 class ListMetadataStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent page.
When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.).
92 93 94 95 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 92 class ListMetadataStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Location whose MetadataStores should be listed.
Format:
projects/{project}/locations/{location}
.
92 93 94 95 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 92 class ListMetadataStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |