Class MutateDeployedModelResponse.Builder (3.84.0)

public static final class MutateDeployedModelResponse.Builder extends GeneratedMessage.Builder<MutateDeployedModelResponse.Builder> implements MutateDeployedModelResponseOrBuilder

Response message for EndpointService.MutateDeployedModel.

Protobuf type google.cloud.aiplatform.v1beta1.MutateDeployedModelResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MutateDeployedModelResponse build()
Returns
Type Description
MutateDeployedModelResponse

buildPartial()

public MutateDeployedModelResponse buildPartial()
Returns
Type Description
MutateDeployedModelResponse

clear()

public MutateDeployedModelResponse.Builder clear()
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

clearDeployedModel()

public MutateDeployedModelResponse.Builder clearDeployedModel()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
Type Description
MutateDeployedModelResponse.Builder

getDefaultInstanceForType()

public MutateDeployedModelResponse getDefaultInstanceForType()
Returns
Type Description
MutateDeployedModelResponse

getDeployedModel()

public DeployedModel getDeployedModel()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModel

The deployedModel.

getDeployedModelBuilder()

public DeployedModel.Builder getDeployedModelBuilder()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModel.Builder

getDeployedModelOrBuilder()

public DeployedModelOrBuilder getDeployedModelOrBuilder()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModelOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasDeployedModel()

public boolean hasDeployedModel()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
Type Description
boolean

Whether the deployedModel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDeployedModel(DeployedModel value)

public MutateDeployedModelResponse.Builder mergeDeployedModel(DeployedModel value)

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Parameter
Name Description
value DeployedModel
Returns
Type Description
MutateDeployedModelResponse.Builder

mergeFrom(MutateDeployedModelResponse other)

public MutateDeployedModelResponse.Builder mergeFrom(MutateDeployedModelResponse other)
Parameter
Name Description
other MutateDeployedModelResponse
Returns
Type Description
MutateDeployedModelResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MutateDeployedModelResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MutateDeployedModelResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

setDeployedModel(DeployedModel value)

public MutateDeployedModelResponse.Builder setDeployedModel(DeployedModel value)

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Parameter
Name Description
value DeployedModel
Returns
Type Description
MutateDeployedModelResponse.Builder

setDeployedModel(DeployedModel.Builder builderForValue)

public MutateDeployedModelResponse.Builder setDeployedModel(DeployedModel.Builder builderForValue)

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Parameter
Name Description
builderForValue DeployedModel.Builder
Returns
Type Description
MutateDeployedModelResponse.Builder