Cloud AI Platform v1 API - Class DeleteMetadataStoreRequest (2.27.0)

public sealed class DeleteMetadataStoreRequest : IMessage<DeleteMetadataStoreRequest>, IEquatable<DeleteMetadataStoreRequest>, IDeepCloneable<DeleteMetadataStoreRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteMetadataStoreRequest.

Request message for [MetadataService.DeleteMetadataStore][google.cloud.aiplatform.v1.MetadataService.DeleteMetadataStore].

Inheritance

object > DeleteMetadataStoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteMetadataStoreRequest()

public DeleteMetadataStoreRequest()

DeleteMetadataStoreRequest(DeleteMetadataStoreRequest)

public DeleteMetadataStoreRequest(DeleteMetadataStoreRequest other)
Parameter
NameDescription
otherDeleteMetadataStoreRequest

Properties

Force

[Obsolete]
public bool Force { get; set; }

Deprecated: Field is no longer supported.

Property Value
TypeDescription
bool

MetadataStoreName

public MetadataStoreName MetadataStoreName { get; set; }

MetadataStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string