Class: Google::Cloud::Ces::V1::BigQueryExportSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::BigQueryExportSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/bigquery_export.rb
Overview
Settings to describe the BigQuery export behaviors for the app.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Optional.
-
#enabled ⇒ ::Boolean
Optional.
-
#project ⇒ ::String
Optional.
Instance Attribute Details
#dataset ⇒ ::String
Returns Optional. The BigQuery dataset ID to export the data to.
38 39 40 41 |
# File 'proto_docs/google/cloud/ces/v1/bigquery_export.rb', line 38 class BigQueryExportSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Optional. Indicates whether the BigQuery export is enabled.
38 39 40 41 |
# File 'proto_docs/google/cloud/ces/v1/bigquery_export.rb', line 38 class BigQueryExportSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Optional. The project ID of the BigQuery dataset to export the data to.
Note: If the BigQuery dataset is in a different project from the app,
you should grant roles/bigquery.admin role to the CES service agent
service-<PROJECT-NUMBER>@gcp-sa-ces.iam.gserviceaccount.com.
38 39 40 41 |
# File 'proto_docs/google/cloud/ces/v1/bigquery_export.rb', line 38 class BigQueryExportSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |