API documentation for bigquery_logging_v1.types
package.
Classes
AuditData
BigQuery request and response messages for audit log. Note:
Table.schema
has been deprecated in favor of
Table.schemaJson
. Table.schema
may continue to be present in
your logs during this transition.
BigQueryAcl
An access control list. .. attribute:: entries
Access control entry list.
:type: Sequence[google.cloud.bigquery_logging_v1.types.BigQueryAcl.Entry]
Dataset
BigQuery dataset information. See the
Dataset </bigquery/docs/reference/v2/datasets>
__ API resource for
more details on individual fields.
DatasetInfo
User-provided metadata for a dataset. .. attribute:: friendly_name
A short name for the dataset, such
as\ "Analytics Data 2011"
.
:type: str
DatasetInsertRequest
Dataset insert request. .. attribute:: resource
The dataset to be inserted.
:type: google.cloud.bigquery_logging_v1.types.Dataset
DatasetInsertResponse
Dataset insert response. .. attribute:: resource
Final state of the inserted dataset.
:type: google.cloud.bigquery_logging_v1.types.Dataset
DatasetListRequest
Dataset list request. .. attribute:: list_all
Whether to list all datasets, including hidden ones.
:type: bool
DatasetName
The fully-qualified name for a dataset. .. attribute:: project_id
The project ID.
:type: str
DatasetUpdateRequest
Dataset update request. .. attribute:: resource
The dataset to be updated.
:type: google.cloud.bigquery_logging_v1.types.Dataset
DatasetUpdateResponse
Dataset update response. .. attribute:: resource
Final state of the updated dataset.
:type: google.cloud.bigquery_logging_v1.types.Dataset
EncryptionInfo
Describes encryption properties for a table or a job .. attribute:: kms_key_name
unique identifier for cloud kms key
:type: str
Job
Describes a job. .. attribute:: job_name
Job name.
JobCompletedEvent
Query job completed event. .. attribute:: event_name
Name of the event.
:type: str
JobConfiguration
Job configuration information. See the
Jobs </bigquery/docs/reference/v2/jobs>
__ API resource for more
details on individual fields.
JobGetQueryResultsRequest
Job getQueryResults request. .. attribute:: max_results
Maximum number of results to return.
:type: int
JobGetQueryResultsResponse
Job getQueryResults response. .. attribute:: total_results
Total number of results in query results.
:type: int
JobInsertRequest
Job insert request. .. attribute:: resource
Job insert request.
:type: google.cloud.bigquery_logging_v1.types.Job
JobInsertResponse
Job insert response. .. attribute:: resource
Job insert response.
:type: google.cloud.bigquery_logging_v1.types.Job
JobName
The fully-qualified name for a job. .. attribute:: project_id
The project ID.
:type: str
JobQueryDoneResponse
Job getQueryDone response. .. attribute:: job
The job and status information. The job completed if
job.status.state
is DONE
.
:type: google.cloud.bigquery_logging_v1.types.Job
JobQueryRequest
Job query request. .. attribute:: query
The query.
:type: str
JobQueryResponse
Job query response. .. attribute:: total_results
The total number of rows in the full query result set.
:type: int
JobStatistics
Job statistics that may change after a job starts. .. attribute:: create_time
Time when the job was created.
:type: google.protobuf.timestamp_pb2.Timestamp
JobStatus
Running state of a job. .. attribute:: state
State of a job: PENDING
, RUNNING
, or DONE
.
:type: str
Table
Describes a BigQuery table. See the
Table </bigquery/docs/reference/v2/tables>
__ API resource for more
details on individual fields. Note: Table.schema
has been
deprecated in favor of Table.schemaJson
. Table.schema
may
continue to be present in your logs during this transition.
TableDataListRequest
Table data-list request. .. attribute:: start_row
Starting row offset.
:type: int
TableDataReadEvent
Table data read event. Only present for tables, not views, and is only included in the log record for the project that owns the table.
TableDefinition
Describes an external data source used in a query. .. attribute:: name
Name of the table, used in queries.
:type: str
TableInfo
User-provided metadata for a table. .. attribute:: friendly_name
A short name for the table, such
as\ "Analytics Data - Jan 2011"
.
:type: str
TableInsertRequest
Table insert request. .. attribute:: resource
The new table.
:type: google.cloud.bigquery_logging_v1.types.Table
TableInsertResponse
Table insert response. .. attribute:: resource
Final state of the inserted table.
:type: google.cloud.bigquery_logging_v1.types.Table
TableName
The fully-qualified name for a table. .. attribute:: project_id
The project ID.
:type: str
TableUpdateRequest
Table update request. .. attribute:: resource
The table to be updated.
:type: google.cloud.bigquery_logging_v1.types.Table
TableUpdateResponse
Table update response. .. attribute:: resource
Final state of the updated table.
:type: google.cloud.bigquery_logging_v1.types.Table
TableViewDefinition
Describes a virtual table defined by a SQL query. .. attribute:: query
SQL query defining the view.
:type: str