public sealed class DeleteContextRequest : IMessage<DeleteContextRequest>, IEquatable<DeleteContextRequest>, IDeepCloneable<DeleteContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteContextRequest.
Request message for [MetadataService.DeleteContext][google.cloud.aiplatform.v1beta1.MetadataService.DeleteContext].
Implements
IMessageDeleteContextRequest, IEquatableDeleteContextRequest, IDeepCloneableDeleteContextRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteContextRequest()
public DeleteContextRequest()
DeleteContextRequest(DeleteContextRequest)
public DeleteContextRequest(DeleteContextRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteContextRequest |
Properties
ContextName
public ContextName ContextName { get; set; }
ContextName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Force
public bool Force { get; set; }
The force deletion semantics is still undefined. Users should not use this field.
Property Value | |
---|---|
Type | Description |
bool |
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 | |
---|---|
Type | Description |
string |