Interface CreateMigrationJobRequestOrBuilder (2.3.0)

public interface CreateMigrationJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigrationJob()

public abstract MigrationJob getMigrationJob()

Required. Represents a migration job object.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigrationJob

The migrationJob.

getMigrationJobId()

public abstract String getMigrationJobId()

Required. The ID of the instance to create.

string migration_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The migrationJobId.

getMigrationJobIdBytes()

public abstract ByteString getMigrationJobIdBytes()

Required. The ID of the instance to create.

string migration_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for migrationJobId.

getMigrationJobOrBuilder()

public abstract MigrationJobOrBuilder getMigrationJobOrBuilder()

Required. Represents a migration job object.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigrationJobOrBuilder

getParent()

public abstract String getParent()

Required. The parent, which owns this collection of migration jobs.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent, which owns this collection of migration jobs.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public abstract String getRequestId()

A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public abstract ByteString getRequestIdBytes()

A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4;

Returns
TypeDescription
ByteString

The bytes for requestId.

hasMigrationJob()

public abstract boolean hasMigrationJob()

Required. Represents a migration job object.

.google.cloud.clouddms.v1.MigrationJob migration_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the migrationJob field is set.