public interface RestartMigrationJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the migration job resource to restart.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the migration job resource to restart.
|
boolean |
getSkipValidation()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }boolean getSkipValidation()
Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.
bool skip_validation = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.