Class: Google::Cloud::AIPlatform::V1::DeleteMetadataStoreRequest

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

Instance Attribute Summary collapse

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.

Returns:

  • (::Boolean)

    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}.

Returns:

  • (::String)

    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