public sealed class UndeployIndexMetadata : IMessage<UndeployIndexMetadata>, IEquatable<UndeployIndexMetadata>, IDeepCloneable<UndeployIndexMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UndeployIndexMetadata.
Metadata message for UndeployIndex.
Implements
IMessageUndeployIndexMetadata, IEquatableUndeployIndexMetadata, IDeepCloneableUndeployIndexMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UndeployIndexMetadata()
public UndeployIndexMetadata()UndeployIndexMetadata(UndeployIndexMetadata)
public UndeployIndexMetadata(UndeployIndexMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UndeployIndexMetadata |
Properties
DeployedIndex
public string DeployedIndex { get; set; }Output only. The index being undeployed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeployedIndexAsIndexName
public IndexName DeployedIndexAsIndexName { get; set; }IndexName-typed view over the DeployedIndex resource name property.
| Property Value | |
|---|---|
| Type | Description |
IndexName |
|
OperationMetadata
public OperationMetadata OperationMetadata { get; set; }Common metadata of the long-running operation.
| Property Value | |
|---|---|
| Type | Description |
OperationMetadata |
|