Class VerifyMigrationJobRequest.Builder (2.82.0)

public static final class VerifyMigrationJobRequest.Builder extends GeneratedMessage.Builder<VerifyMigrationJobRequest.Builder> implements VerifyMigrationJobRequestOrBuilder

Request message for 'VerifyMigrationJob' request.

Protobuf type google.cloud.clouddms.v1.VerifyMigrationJobRequest

Static Methods

getDescriptor()

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

Methods

build()

public VerifyMigrationJobRequest build()
Returns
Type Description
VerifyMigrationJobRequest

buildPartial()

public VerifyMigrationJobRequest buildPartial()
Returns
Type Description
VerifyMigrationJobRequest

clear()

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

clearMigrationJob()

public VerifyMigrationJobRequest.Builder clearMigrationJob()

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VerifyMigrationJobRequest.Builder

clearName()

public VerifyMigrationJobRequest.Builder clearName()

Name of the migration job resource to verify.

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

Returns
Type Description
VerifyMigrationJobRequest.Builder

This builder for chaining.

clearUpdateMask()

public VerifyMigrationJobRequest.Builder clearUpdateMask()

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VerifyMigrationJobRequest.Builder

getDefaultInstanceForType()

public VerifyMigrationJobRequest getDefaultInstanceForType()
Returns
Type Description
VerifyMigrationJobRequest

getDescriptorForType()

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

getMigrationJob()

public MigrationJob getMigrationJob()

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MigrationJob

The migrationJob.

getMigrationJobBuilder()

public MigrationJob.Builder getMigrationJobBuilder()

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MigrationJob.Builder

getMigrationJobOrBuilder()

public MigrationJobOrBuilder getMigrationJobOrBuilder()

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MigrationJobOrBuilder

getName()

public String getName()

Name of the migration job resource to verify.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the migration job resource to verify.

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

Returns
Type Description
ByteString

The bytes for name.

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasMigrationJob()

public boolean hasMigrationJob()

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the migrationJob field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VerifyMigrationJobRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeMigrationJob(MigrationJob value)

public VerifyMigrationJobRequest.Builder mergeMigrationJob(MigrationJob value)

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value MigrationJob
Returns
Type Description
VerifyMigrationJobRequest.Builder

mergeUpdateMask(FieldMask value)

public VerifyMigrationJobRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
VerifyMigrationJobRequest.Builder

setMigrationJob(MigrationJob value)

public VerifyMigrationJobRequest.Builder setMigrationJob(MigrationJob value)

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value MigrationJob
Returns
Type Description
VerifyMigrationJobRequest.Builder

setMigrationJob(MigrationJob.Builder builderForValue)

public VerifyMigrationJobRequest.Builder setMigrationJob(MigrationJob.Builder builderForValue)

Optional. The changed migration job parameters to verify. It will not update the migration job.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue MigrationJob.Builder
Returns
Type Description
VerifyMigrationJobRequest.Builder

setName(String value)

public VerifyMigrationJobRequest.Builder setName(String value)

Name of the migration job resource to verify.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
VerifyMigrationJobRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public VerifyMigrationJobRequest.Builder setNameBytes(ByteString value)

Name of the migration job resource to verify.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
VerifyMigrationJobRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public VerifyMigrationJobRequest.Builder setUpdateMask(FieldMask value)

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
VerifyMigrationJobRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public VerifyMigrationJobRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
VerifyMigrationJobRequest.Builder