Class CreateCloneJobRequest.Builder (1.44.0)

public static final class CreateCloneJobRequest.Builder extends GeneratedMessageV3.Builder<CreateCloneJobRequest.Builder> implements CreateCloneJobRequestOrBuilder

Request message for 'CreateCloneJob' request.

Protobuf type google.cloud.vmmigration.v1.CreateCloneJobRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateCloneJobRequest build()
Returns
Type Description
CreateCloneJobRequest

buildPartial()

public CreateCloneJobRequest buildPartial()
Returns
Type Description
CreateCloneJobRequest

clear()

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

clearCloneJob()

public CreateCloneJobRequest.Builder clearCloneJob()

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateCloneJobRequest.Builder

clearCloneJobId()

public CreateCloneJobRequest.Builder clearCloneJobId()

Required. The clone job identifier.

string clone_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public CreateCloneJobRequest.Builder clearParent()

Required. The Clone's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

clearRequestId()

public CreateCloneJobRequest.Builder clearRequestId()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

clone()

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

getCloneJob()

public CloneJob getCloneJob()

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloneJob

The cloneJob.

getCloneJobBuilder()

public CloneJob.Builder getCloneJobBuilder()

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloneJob.Builder

getCloneJobId()

public String getCloneJobId()

Required. The clone job identifier.

string clone_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The cloneJobId.

getCloneJobIdBytes()

public ByteString getCloneJobIdBytes()

Required. The clone job identifier.

string clone_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for cloneJobId.

getCloneJobOrBuilder()

public CloneJobOrBuilder getCloneJobOrBuilder()

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloneJobOrBuilder

getDefaultInstanceForType()

public CreateCloneJobRequest getDefaultInstanceForType()
Returns
Type Description
CreateCloneJobRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. The Clone's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The Clone's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
Type Description
ByteString

The bytes for requestId.

hasCloneJob()

public boolean hasCloneJob()

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cloneJob field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCloneJob(CloneJob value)

public CreateCloneJobRequest.Builder mergeCloneJob(CloneJob value)

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CloneJob
Returns
Type Description
CreateCloneJobRequest.Builder

mergeFrom(CreateCloneJobRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setCloneJob(CloneJob value)

public CreateCloneJobRequest.Builder setCloneJob(CloneJob value)

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CloneJob
Returns
Type Description
CreateCloneJobRequest.Builder

setCloneJob(CloneJob.Builder builderForValue)

public CreateCloneJobRequest.Builder setCloneJob(CloneJob.Builder builderForValue)

Required. The clone request body.

.google.cloud.vmmigration.v1.CloneJob clone_job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue CloneJob.Builder
Returns
Type Description
CreateCloneJobRequest.Builder

setCloneJobId(String value)

public CreateCloneJobRequest.Builder setCloneJobId(String value)

Required. The clone job identifier.

string clone_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The cloneJobId to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

setCloneJobIdBytes(ByteString value)

public CreateCloneJobRequest.Builder setCloneJobIdBytes(ByteString value)

Required. The clone job identifier.

string clone_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for cloneJobId to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setParent(String value)

public CreateCloneJobRequest.Builder setParent(String value)

Required. The Clone's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateCloneJobRequest.Builder setParentBytes(ByteString value)

Required. The Clone's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

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

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

setRequestId(String value)

public CreateCloneJobRequest.Builder setRequestId(String value)

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateCloneJobRequest.Builder setRequestIdBytes(ByteString value)

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
CreateCloneJobRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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