public interface DeployedIndexRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedIndexId()
Immutable.
|
com.google.protobuf.ByteString |
getDeployedIndexIdBytes()
Immutable.
|
String |
getIndexEndpoint()
Immutable.
|
com.google.protobuf.ByteString |
getIndexEndpointBytes()
Immutable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIndexEndpoint()
Immutable. A resource name of the IndexEndpoint.
string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getIndexEndpointBytes()
Immutable. A resource name of the IndexEndpoint.
string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
String getDeployedIndexId()
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getDeployedIndexIdBytes()
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];Copyright © 2023 Google LLC. All rights reserved.