Class: Google::Cloud::AIPlatform::V1::DeleteMetadataStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteMetadataStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.DeleteMetadataStore.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: Field is no longer supported.
124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 124 class DeleteMetadataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the MetadataStore to delete.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
.
124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 124 class DeleteMetadataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |