public interface DeployedIndexRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedIndexId()
Immutable.
|
com.google.protobuf.ByteString |
getDeployedIndexIdBytes()
Immutable.
|
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
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];String getDisplayName()
Output only. The display name of the DeployedIndex.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name of the DeployedIndex.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.