Interface VerifyMigrationJobRequestOrBuilder (2.41.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
Type Description
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
Type Description
MigrationJobOrBuilder

getName()

public abstract 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 abstract 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 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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the updateMask field is set.