Interface CreateDeploymentResourcePoolRequestOrBuilder (3.42.0)

public interface CreateDeploymentResourcePoolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentResourcePool()

public abstract DeploymentResourcePool getDeploymentResourcePool()

Required. The DeploymentResourcePool to create.

.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DeploymentResourcePool

The deploymentResourcePool.

getDeploymentResourcePoolId()

public abstract String getDeploymentResourcePoolId()

Required. The ID to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name.

The maximum length is 63 characters, and valid characters are /^a-z?$/.

string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The deploymentResourcePoolId.

getDeploymentResourcePoolIdBytes()

public abstract ByteString getDeploymentResourcePoolIdBytes()

Required. The ID to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name.

The maximum length is 63 characters, and valid characters are /^a-z?$/.

string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for deploymentResourcePoolId.

getDeploymentResourcePoolOrBuilder()

public abstract DeploymentResourcePoolOrBuilder getDeploymentResourcePoolOrBuilder()

Required. The DeploymentResourcePool to create.

.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DeploymentResourcePoolOrBuilder

getParent()

public abstract String getParent()

Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasDeploymentResourcePool()

public abstract boolean hasDeploymentResourcePool()

Required. The DeploymentResourcePool to create.

.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the deploymentResourcePool field is set.