public sealed class DeleteMetadataStoreRequest : IMessage<DeleteMetadataStoreRequest>, IEquatable<DeleteMetadataStoreRequest>, IDeepCloneable<DeleteMetadataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteMetadataStoreRequest.
Request message for [MetadataService.DeleteMetadataStore][google.cloud.aiplatform.v1beta1.MetadataService.DeleteMetadataStore].
Implements
IMessageDeleteMetadataStoreRequest, IEquatableDeleteMetadataStoreRequest, IDeepCloneableDeleteMetadataStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteMetadataStoreRequest()
public DeleteMetadataStoreRequest()
DeleteMetadataStoreRequest(DeleteMetadataStoreRequest)
public DeleteMetadataStoreRequest(DeleteMetadataStoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteMetadataStoreRequest |
Properties
Force
[Obsolete]
public bool Force { get; set; }
Deprecated: Field is no longer supported.
Property Value | |
---|---|
Type | Description |
bool |
MetadataStoreName
public MetadataStoreName MetadataStoreName { get; set; }
MetadataStoreName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MetadataStoreName |
Name
public string Name { get; set; }
Required. The resource name of the MetadataStore to delete.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
Property Value | |
---|---|
Type | Description |
string |