Interface DeployIndexRequestOrBuilder (0.2.0)

public interface DeployIndexRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployedIndex()

public abstract DeployedIndex getDeployedIndex()

Required. Index to deploy.

.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeployedIndex

The deployedIndex.

getDeployedIndexOrBuilder()

public abstract DeployedIndexOrBuilder getDeployedIndexOrBuilder()

Required. Index to deploy.

.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeployedIndexOrBuilder

getIndexEndpoint()

public abstract String getIndexEndpoint()

Required. IndexEndpoint the index is deployed to. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The indexEndpoint.

getIndexEndpointBytes()

public abstract ByteString getIndexEndpointBytes()

Required. IndexEndpoint the index is deployed to. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for indexEndpoint.

hasDeployedIndex()

public abstract boolean hasDeployedIndex()

Required. Index to deploy.

.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the deployedIndex field is set.