public static final class RestartMigrationJobRequest.Builder extends GeneratedMessage.Builder<RestartMigrationJobRequest.Builder> implements RestartMigrationJobRequestOrBuilderRequest message for 'RestartMigrationJob' request.
Protobuf type google.cloud.clouddms.v1.RestartMigrationJobRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RestartMigrationJobRequest.BuilderImplements
RestartMigrationJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RestartMigrationJobRequest build()| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest |
|
buildPartial()
public RestartMigrationJobRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest |
|
clear()
public RestartMigrationJobRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
|
clearName()
public RestartMigrationJobRequest.Builder clearName()Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
This builder for chaining. |
clearSkipValidation()
public RestartMigrationJobRequest.Builder clearSkipValidation() Optional. Restart the migration job without running prior configuration
verification. Defaults to false.
bool skip_validation = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RestartMigrationJobRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSkipValidation()
public boolean getSkipValidation() Optional. Restart the migration job without running prior configuration
verification. Defaults to false.
bool skip_validation = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipValidation. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RestartMigrationJobRequest other)
public RestartMigrationJobRequest.Builder mergeFrom(RestartMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RestartMigrationJobRequest |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RestartMigrationJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RestartMigrationJobRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
|
setName(String value)
public RestartMigrationJobRequest.Builder setName(String value)Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public RestartMigrationJobRequest.Builder setNameBytes(ByteString value)Name of the migration job resource to restart.
string name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
This builder for chaining. |
setSkipValidation(boolean value)
public RestartMigrationJobRequest.Builder setSkipValidation(boolean value) Optional. Restart the migration job without running prior configuration
verification. Defaults to false.
bool skip_validation = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe skipValidation to set. |
| Returns | |
|---|---|
| Type | Description |
RestartMigrationJobRequest.Builder |
This builder for chaining. |