Class JobQueryDestinationTable


  • public final class JobQueryDestinationTable
    extends java.lang.Object
    • Method Detail

      • datasetId

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

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

        public 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.