Interface DeployedIndexRefOrBuilder (2.9.8)

public interface DeployedIndexRefOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for deployedIndexId.

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
TypeDescription
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
TypeDescription
ByteString

The bytes for indexEndpoint.