Interface CreateMigrationWorkflowRequestOrBuilder

    • 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];