Interface StartMigrationJobRequestOrBuilder (2.40.0)

public interface StartMigrationJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the migration job resource to start.

string name = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the migration job resource to start.

string name = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getSkipValidation()

public abstract boolean getSkipValidation()

Optional. Start the migration job without running prior configuration verification. Defaults to false.

bool skip_validation = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The skipValidation.