Interface CreateMigrationWorkflowRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateMigrationWorkflowRequest,CreateMigrationWorkflowRequest.Builder
public interface CreateMigrationWorkflowRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationWorkflowgetMigrationWorkflow()Required.MigrationWorkflowOrBuildergetMigrationWorkflowOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasMigrationWorkflow()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasMigrationWorkflow
boolean hasMigrationWorkflow()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the migrationWorkflow field is set.
-
getMigrationWorkflow
MigrationWorkflow getMigrationWorkflow()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The migrationWorkflow.
-
getMigrationWorkflowOrBuilder
MigrationWorkflowOrBuilder getMigrationWorkflowOrBuilder()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];
-
-