Class: Google::Analytics::Admin::V1alpha::BigQueryLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::BigQueryLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A link between a GA4 Property and BigQuery project.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#daily_export_enabled ⇒ ::Boolean
If set true, enables daily data export to the linked Google Cloud project.
-
#dataset_location ⇒ ::String
Required.
-
#excluded_events ⇒ ::Array<::String>
The list of event names that will be excluded from exports.
-
#export_streams ⇒ ::Array<::String>
The list of streams under the parent property for which data will be exported.
-
#fresh_daily_export_enabled ⇒ ::Boolean
If set true, enables fresh daily export to the linked Google Cloud project.
-
#include_advertising_id ⇒ ::Boolean
If set true, exported data will include advertising identifiers for mobile app streams.
-
#name ⇒ ::String
readonly
Output only.
-
#project ⇒ ::String
Immutable.
-
#streaming_export_enabled ⇒ ::Boolean
If set true, enables streaming export to the linked Google Cloud project.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the link was created.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#daily_export_enabled ⇒ ::Boolean
Returns If set true, enables daily data export to the linked Google Cloud project.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset_location ⇒ ::String
Returns Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_events ⇒ ::Array<::String>
Returns The list of event names that will be excluded from exports.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_streams ⇒ ::Array<::String>
Returns The list of streams under the parent property for which data will be exported. Format: properties/{property_id}/dataStreams/{stream_id} Example: ['properties/1000/dataStreams/2000'].
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fresh_daily_export_enabled ⇒ ::Boolean
Returns If set true, enables fresh daily export to the linked Google Cloud project.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_advertising_id ⇒ ::Boolean
Returns If set true, exported data will include advertising identifiers for mobile app streams.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming_export_enabled ⇒ ::Boolean
Returns If set true, enables streaming export to the linked Google Cloud project.
1438 1439 1440 1441 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1438 class BigQueryLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |