Class: Google::Analytics::Admin::V1alpha::BigQueryLink

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the link was created.

Returns:



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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.

Returns:

  • (::Boolean)

    If set true, enables daily data export to the linked Google Cloud project.



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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.

Returns:

  • (::Array<::String>)

    The list of event names that will be excluded from exports.



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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'].

Returns:

  • (::Array<::String>)

    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']



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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.

Returns:

  • (::Boolean)

    If set true, enables fresh daily export to the linked Google Cloud project.



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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.

Returns:

  • (::Boolean)

    If set true, exported data will include advertising identifiers for mobile app streams.



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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'.

Returns:

  • (::String)

    Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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'.

Returns:

  • (::String)

    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'



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

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.

Returns:

  • (::Boolean)

    If set true, enables streaming export to the linked Google Cloud project.



1361
1362
1363
1364
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1361

class BigQueryLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end