Class JobQueryRequest (1.0.2)

JobQueryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Job query request.

Attributes

NameDescription
query str
The query.
max_results int
The maximum number of results.
default_dataset google.cloud.bigquery_logging_v1.types.DatasetName
The default dataset for tables that do not have a dataset specified.
project_id str
Project that the query should be charged to.
dry_run bool
If true, don't actually run the job. Just check that it would run.

Inheritance

builtins.object > proto.message.Message > JobQueryRequest