Class MutateDeployedModelResponse.Builder (3.44.0)

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

Response message for EndpointService.MutateDeployedModel.

Protobuf type google.cloud.aiplatform.v1.MutateDeployedModelResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MutateDeployedModelResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

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.v1.DeployedModel deployed_model = 1;

Returns
Type Description
MutateDeployedModelResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public MutateDeployedModelResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public MutateDeployedModelResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

clone()

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

getDefaultInstanceForType()

public MutateDeployedModelResponse getDefaultInstanceForType()
Returns
Type Description
MutateDeployedModelResponse

getDeployedModel()

public DeployedModel getDeployedModel()

The DeployedModel that's being mutated.

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

Returns
Type Description
DeployedModel

The deployedModel.

getDeployedModelBuilder()

public DeployedModel.Builder getDeployedModelBuilder()

The DeployedModel that's being mutated.

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

Returns
Type Description
DeployedModel.Builder

getDeployedModelOrBuilder()

public DeployedModelOrBuilder getDeployedModelOrBuilder()

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1.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.v1.DeployedModel deployed_model = 1;

Returns
Type Description
boolean

Whether the deployedModel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.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.v1.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedModelResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

setDeployedModel(DeployedModel value)

public MutateDeployedModelResponse.Builder setDeployedModel(DeployedModel value)

The DeployedModel that's being mutated.

.google.cloud.aiplatform.v1.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.v1.DeployedModel deployed_model = 1;

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

setField(Descriptors.FieldDescriptor field, Object value)

public MutateDeployedModelResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public MutateDeployedModelResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedModelResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MutateDeployedModelResponse.Builder
Overrides