Interface CreateMigrationWorkflowRequestOrBuilder (0.44.0)

public interface CreateMigrationWorkflowRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigrationWorkflow()

public abstract MigrationWorkflow getMigrationWorkflow()

Required. The migration workflow to create.

.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigrationWorkflow

The migrationWorkflow.

getMigrationWorkflowOrBuilder()

public abstract MigrationWorkflowOrBuilder getMigrationWorkflowOrBuilder()

Required. The migration workflow to create.

.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigrationWorkflowOrBuilder

getParent()

public abstract String getParent()

Required. The name of the project to which this migration workflow belongs. Example: projects/foo/locations/bar

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The name of the project to which this migration workflow belongs. Example: projects/foo/locations/bar

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasMigrationWorkflow()

public abstract boolean hasMigrationWorkflow()

Required. The migration workflow to create.

.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the migrationWorkflow field is set.