Class CreateCloneJobRequest.Builder (1.15.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateCloneJobRequest build()
Returns
TypeDescription
CreateCloneJobRequest

buildPartial()

public CreateCloneJobRequest buildPartial()
Returns
TypeDescription
CreateCloneJobRequest

clear()

public CreateCloneJobRequest.Builder clear()
Returns
TypeDescription
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
TypeDescription
CreateCloneJobRequest.Builder

clearCloneJobId()

public CreateCloneJobRequest.Builder clearCloneJobId()

Required. The clone job identifier.

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

Returns
TypeDescription
CreateCloneJobRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateCloneJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
CreateCloneJobRequest.Builder

This builder for chaining.

clone()

public CreateCloneJobRequest.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
CloneJob.Builder

getCloneJobId()

public String getCloneJobId()

Required. The clone job identifier.

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

Returns
TypeDescription
String

The cloneJobId.

getCloneJobIdBytes()

public ByteString getCloneJobIdBytes()

Required. The clone job identifier.

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

Returns
TypeDescription
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
TypeDescription
CloneJobOrBuilder

getDefaultInstanceForType()

public CreateCloneJobRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateCloneJobRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The Clone's parent.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the cloneJob field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueCloneJob
Returns
TypeDescription
CreateCloneJobRequest.Builder

mergeFrom(CreateCloneJobRequest other)

public CreateCloneJobRequest.Builder mergeFrom(CreateCloneJobRequest other)
Parameter
NameDescription
otherCreateCloneJobRequest
Returns
TypeDescription
CreateCloneJobRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateCloneJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueCloneJob
Returns
TypeDescription
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
NameDescription
builderForValueCloneJob.Builder
Returns
TypeDescription
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
NameDescription
valueString

The cloneJobId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for cloneJobId to set.

Returns
TypeDescription
CreateCloneJobRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public CreateCloneJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The parent to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateCloneJobRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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