public interface UpdateDeploymentResourcePoolRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeploymentResourcePool()
public abstract DeploymentResourcePool getDeploymentResourcePool()
Required. The DeploymentResourcePool to update.
The DeploymentResourcePool's name
field is used to identify the
DeploymentResourcePool to update.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DeploymentResourcePool |
The deploymentResourcePool. |
getDeploymentResourcePoolOrBuilder()
public abstract DeploymentResourcePoolOrBuilder getDeploymentResourcePoolOrBuilder()
Required. The DeploymentResourcePool to update.
The DeploymentResourcePool's name
field is used to identify the
DeploymentResourcePool to update.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DeploymentResourcePoolOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDeploymentResourcePool()
public abstract boolean hasDeploymentResourcePool()
Required. The DeploymentResourcePool to update.
The DeploymentResourcePool's name
field is used to identify the
DeploymentResourcePool to update.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the deploymentResourcePool field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |