Interface DeployedIndexRefOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployedIndexRef,DeployedIndexRef.Builder
public interface DeployedIndexRefOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeployedIndexId()Immutable.com.google.protobuf.ByteStringgetDeployedIndexIdBytes()Immutable.StringgetIndexEndpoint()Immutable.com.google.protobuf.ByteStringgetIndexEndpointBytes()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIndexEndpoint
String getIndexEndpoint()
Immutable. A resource name of the IndexEndpoint.
string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The indexEndpoint.
-
getIndexEndpointBytes
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) = { ... }- Returns:
- The bytes for indexEndpoint.
-
getDeployedIndexId
String getDeployedIndexId()
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The deployedIndexId.
-
getDeployedIndexIdBytes
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];- Returns:
- The bytes for deployedIndexId.
-
-