public interface CreateMigrationWorkflowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigrationWorkflow |
getMigrationWorkflow()
Required.
|
MigrationWorkflowOrBuilder |
getMigrationWorkflowOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMigrationWorkflow()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasMigrationWorkflow()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];
MigrationWorkflow getMigrationWorkflow()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];
MigrationWorkflowOrBuilder getMigrationWorkflowOrBuilder()
Required. The migration workflow to create.
.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflow = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.