Interface VerifyMigrationJobRequestOrBuilder (2.27.0)

public interface VerifyMigrationJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigrationJob()

public abstract 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
TypeDescription
MigrationJob

The migrationJob.

getMigrationJobOrBuilder()

public abstract 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
TypeDescription
MigrationJobOrBuilder

getName()

public abstract String getName()

Name of the migration job resource to verify.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the migration job resource to verify.

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

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateMask()

public abstract 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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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
TypeDescription
FieldMaskOrBuilder

hasMigrationJob()

public abstract 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
TypeDescription
boolean

Whether the migrationJob field is set.

hasUpdateMask()

public abstract 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
TypeDescription
boolean

Whether the updateMask field is set.