public interface UndeployIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedIndexId()
Required.
|
com.google.protobuf.ByteString |
getDeployedIndexIdBytes()
Required.
|
String |
getIndexEndpoint()
Required.
|
com.google.protobuf.ByteString |
getIndexEndpointBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIndexEndpoint()
Required. The name of the IndexEndpoint resource from which to undeploy an
Index. Format:
`projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getIndexEndpointBytes()
Required. The name of the IndexEndpoint resource from which to undeploy an
Index. Format:
`projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDeployedIndexId()
Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDeployedIndexIdBytes()
Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.