public interface CreateMigrationWorkflowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the migrationWorkflow field is set. |