class Fastly::BigQueryLogging
An Google BigQuery endpoint to stream logs to
Attributes
Timestamp when this object was created
The BigQuery dataset name
JSON data structure with VCL
interpolations.
The version of the custom logging format used for the configured endpoint. Can be either 1 (the default, version 1 log format) or 2 (the version 2 log format).
The name for this BigQuery logging rule
Where in the generated VCL
the logging call should be placed
The Google Cloud project ID
When to execute the gcs logging. If empty, always execute.
The bucket's gcs account secret key
The id of the service this belongs to.
The BigQuery table name
The BigQuery template-table suffix. Null for non-templated tables. See cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables
The gcs user for authentication
The number of the version this belongs to.
Public Class Methods
:attr: updated_at
Timestamp when this object was updated
# File lib/fastly/big_query_logging.rb, line 86 def self.path 'logging/bigquery' end