public interface DeployedIndexRefOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployedIndexId()
public abstract String getDeployedIndexId()
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The deployedIndexId. |
getDeployedIndexIdBytes()
public abstract ByteString getDeployedIndexIdBytes()
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployedIndexId. |
getDisplayName()
public abstract String getDisplayName()
Output only. The display name of the DeployedIndex.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Output only. The display name of the DeployedIndex.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getIndexEndpoint()
public abstract String getIndexEndpoint()
Immutable. A resource name of the IndexEndpoint.
string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The indexEndpoint. |
getIndexEndpointBytes()
public abstract ByteString getIndexEndpointBytes()
Immutable. A resource name of the IndexEndpoint.
string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for indexEndpoint. |