public interface VerifyMigrationJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the migration job resource to verify.
string name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
Name of the migration job resource to verify.
string name = 1 [(.google.api.resource_reference) = { ... }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];
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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.