Class DeleteContextRequest (2.1.0)

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

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

Inheritance

Object > DeleteContextRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteContextRequest()

public DeleteContextRequest()

DeleteContextRequest(DeleteContextRequest)

public DeleteContextRequest(DeleteContextRequest other)
Parameter
NameDescription
otherDeleteContextRequest

Properties

ContextName

public ContextName ContextName { get; set; }

ContextName-typed view over the Name resource name property.

Property Value
TypeDescription
ContextName

Etag

public string Etag { get; set; }

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

Property Value
TypeDescription
String

Force

public bool Force { get; set; }

The force deletion semantics is still undefined. Users should not use this field.

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Property Value
TypeDescription
String