Package com.google.cloud.clouddms.v1
Interface VerifyMigrationJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyMigrationJobRequest
,VerifyMigrationJobRequest.Builder
public interface VerifyMigrationJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationJob
getMigrationJob()
Optional.MigrationJobOrBuilder
getMigrationJobOrBuilder()
Optional.String
getName()
Name of the migration job resource to verify.com.google.protobuf.ByteString
getNameBytes()
Name of the migration job resource to verify.com.google.protobuf.FieldMask
getUpdateMask()
Optional.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Optional.boolean
hasMigrationJob()
Optional.boolean
hasUpdateMask()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the migration job resource to verify.
string name = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the migration job resource to verify.
string name = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for name.
-
hasUpdateMask
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:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.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:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.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];
-
hasMigrationJob
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:
- Whether the migrationJob field is set.
-
getMigrationJob
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:
- The migrationJob.
-
getMigrationJobOrBuilder
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];
-
-