Class CopyModelResponse.Builder (3.42.0)

public static final class CopyModelResponse.Builder extends GeneratedMessageV3.Builder<CopyModelResponse.Builder> implements CopyModelResponseOrBuilder

Response message of ModelService.CopyModel operation.

Protobuf type google.cloud.aiplatform.v1.CopyModelResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CopyModelResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

build()

public CopyModelResponse build()
Returns
TypeDescription
CopyModelResponse

buildPartial()

public CopyModelResponse buildPartial()
Returns
TypeDescription
CopyModelResponse

clear()

public CopyModelResponse.Builder clear()
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CopyModelResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

clearModel()

public CopyModelResponse.Builder clearModel()

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

clearModelVersionId()

public CopyModelResponse.Builder clearModelVersionId()

Output only. The version ID of the model that is copied.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CopyModelResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

clone()

public CopyModelResponse.Builder clone()
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

getDefaultInstanceForType()

public CopyModelResponse getDefaultInstanceForType()
Returns
TypeDescription
CopyModelResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getModel()

public String getModel()

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The model.

getModelBytes()

public ByteString getModelBytes()

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for model.

getModelVersionId()

public String getModelVersionId()

Output only. The version ID of the model that is copied.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The modelVersionId.

getModelVersionIdBytes()

public ByteString getModelVersionIdBytes()

Output only. The version ID of the model that is copied.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for modelVersionId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CopyModelResponse other)

public CopyModelResponse.Builder mergeFrom(CopyModelResponse other)
Parameter
NameDescription
otherCopyModelResponse
Returns
TypeDescription
CopyModelResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CopyModelResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CopyModelResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CopyModelResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CopyModelResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CopyModelResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

setModel(String value)

public CopyModelResponse.Builder setModel(String value)

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The model to set.

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

setModelBytes(ByteString value)

public CopyModelResponse.Builder setModelBytes(ByteString value)

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for model to set.

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

setModelVersionId(String value)

public CopyModelResponse.Builder setModelVersionId(String value)

Output only. The version ID of the model that is copied.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The modelVersionId to set.

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

setModelVersionIdBytes(ByteString value)

public CopyModelResponse.Builder setModelVersionIdBytes(ByteString value)

Output only. The version ID of the model that is copied.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for modelVersionId to set.

Returns
TypeDescription
CopyModelResponse.Builder

This builder for chaining.

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

public CopyModelResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CopyModelResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CopyModelResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CopyModelResponse.Builder
Overrides