Class JobCopyDestinationTableArgs


  • public final class JobCopyDestinationTableArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • datasetId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> datasetId()
        Returns:
        The ID of the dataset containing this table.
      • projectId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
        Returns:
        The ID of the project containing this table.
      • tableId

        public com.pulumi.core.Output<java.lang.String> tableId()
        Returns:
        The table. Can be specified `{{table_id}}` if `project_id` and `dataset_id` are also set, or of the form `projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}` if not.