public static final class UpdateDeploymentResourcePoolRequest.Builder extends GeneratedMessage.Builder<UpdateDeploymentResourcePoolRequest.Builder> implements UpdateDeploymentResourcePoolRequestOrBuilderRequest message for UpdateDeploymentResourcePool method.
Protobuf type google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDeploymentResourcePoolRequest.BuilderImplements
UpdateDeploymentResourcePoolRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDeploymentResourcePoolRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest |
|
buildPartial()
public UpdateDeploymentResourcePoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest |
|
clear()
public UpdateDeploymentResourcePoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
clearDeploymentResourcePool()
public UpdateDeploymentResourcePoolRequest.Builder clearDeploymentResourcePool()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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
clearUpdateMask()
public UpdateDeploymentResourcePoolRequest.Builder clearUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
getDefaultInstanceForType()
public UpdateDeploymentResourcePoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest |
|
getDeploymentResourcePool()
public 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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DeploymentResourcePool |
The deploymentResourcePool. |
getDeploymentResourcePoolBuilder()
public DeploymentResourcePool.Builder getDeploymentResourcePoolBuilder()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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DeploymentResourcePool.Builder |
|
getDeploymentResourcePoolOrBuilder()
public 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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DeploymentResourcePoolOrBuilder |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deploymentResourcePool field is set. |
hasUpdateMask()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDeploymentResourcePool(DeploymentResourcePool value)
public UpdateDeploymentResourcePoolRequest.Builder mergeDeploymentResourcePool(DeploymentResourcePool value)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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentResourcePool |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
mergeFrom(UpdateDeploymentResourcePoolRequest other)
public UpdateDeploymentResourcePoolRequest.Builder mergeFrom(UpdateDeploymentResourcePoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDeploymentResourcePoolRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDeploymentResourcePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDeploymentResourcePoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateDeploymentResourcePoolRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
setDeploymentResourcePool(DeploymentResourcePool value)
public UpdateDeploymentResourcePoolRequest.Builder setDeploymentResourcePool(DeploymentResourcePool value)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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentResourcePool |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
setDeploymentResourcePool(DeploymentResourcePool.Builder builderForValue)
public UpdateDeploymentResourcePoolRequest.Builder setDeploymentResourcePool(DeploymentResourcePool.Builder builderForValue)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.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeploymentResourcePool.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateDeploymentResourcePoolRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDeploymentResourcePoolRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest.Builder |
|