Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BigQueryLink.
A link between a Google Analytics property and BigQuery project.
Generated from protobuf messagegoogle.analytics.admin.v1alpha.BigQueryLink
Namespace
Google \ Analytics \ Admin \ V1alpha
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
↳ project
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'
If set true, enables daily data export to the linked Google Cloud project.
↳ streaming_export_enabled
bool
If set true, enables streaming export to the linked Google Cloud project.
↳ fresh_daily_export_enabled
bool
If set true, enables fresh daily export to the linked Google Cloud project.
↳ include_advertising_id
bool
If set true, exported data will include advertising identifiers for mobile app streams.
↳ export_streams
array
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']
↳ excluded_events
array
The list of event names that will be excluded from exports.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Admin V1alpha Client - Class BigQueryLink (0.29.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.29.1 (latest)](/php/docs/reference/analytics-admin/latest/V1alpha.BigQueryLink)\n- [0.29.0](/php/docs/reference/analytics-admin/0.29.0/V1alpha.BigQueryLink)\n- [0.28.1](/php/docs/reference/analytics-admin/0.28.1/V1alpha.BigQueryLink)\n- [0.27.0](/php/docs/reference/analytics-admin/0.27.0/V1alpha.BigQueryLink)\n- [0.26.0](/php/docs/reference/analytics-admin/0.26.0/V1alpha.BigQueryLink)\n- [0.25.2](/php/docs/reference/analytics-admin/0.25.2/V1alpha.BigQueryLink)\n- [0.24.2](/php/docs/reference/analytics-admin/0.24.2/V1alpha.BigQueryLink)\n- [0.23.0](/php/docs/reference/analytics-admin/0.23.0/V1alpha.BigQueryLink)\n- [0.22.5](/php/docs/reference/analytics-admin/0.22.5/V1alpha.BigQueryLink)\n- [0.20.0](/php/docs/reference/analytics-admin/0.20.0/V1alpha.BigQueryLink)\n- [0.19.0](/php/docs/reference/analytics-admin/0.19.0/V1alpha.BigQueryLink)\n- [0.18.1](/php/docs/reference/analytics-admin/0.18.1/V1alpha.BigQueryLink)\n- [0.17.0](/php/docs/reference/analytics-admin/0.17.0/V1alpha.BigQueryLink)\n- [0.16.0](/php/docs/reference/analytics-admin/0.16.0/V1alpha.BigQueryLink)\n- [0.15.1](/php/docs/reference/analytics-admin/0.15.1/V1alpha.BigQueryLink)\n- [0.14.0](/php/docs/reference/analytics-admin/0.14.0/V1alpha.BigQueryLink)\n- [0.13.0](/php/docs/reference/analytics-admin/0.13.0/V1alpha.BigQueryLink)\n- [0.12.0](/php/docs/reference/analytics-admin/0.12.0/V1alpha.BigQueryLink)\n- [0.11.1](/php/docs/reference/analytics-admin/0.11.1/V1alpha.BigQueryLink)\n- [0.10.0](/php/docs/reference/analytics-admin/0.10.0/V1alpha.BigQueryLink)\n- [0.9.0](/php/docs/reference/analytics-admin/0.9.0/V1alpha.BigQueryLink)\n- [0.8.2](/php/docs/reference/analytics-admin/0.8.2/V1alpha.BigQueryLink) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Admin V1alpha Client class BigQueryLink.\n\nA link between a Google Analytics property and BigQuery project.\n\nGenerated from protobuf message `google.analytics.admin.v1alpha.BigQueryLink`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Admin \\\\ V1alpha\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. Resource name of this BigQuery link.\n\nFormat: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}'\nFormat: 'properties/1234/bigQueryLinks/abc567'\n\n### setName\n\nOutput only. Resource name of this BigQuery link.\n\nFormat: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}'\nFormat: 'properties/1234/bigQueryLinks/abc567'\n\n### getProject\n\nImmutable. The linked Google Cloud project. When creating a BigQueryLink,\nyou may provide this resource name using either a project number or project\nID. Once this resource has been created, the returned project will always\nhave a project that contains a project number.\n\nFormat: 'projects/{project number}'\nExample: 'projects/1234'\n\n### setProject\n\nImmutable. The linked Google Cloud project. When creating a BigQueryLink,\nyou may provide this resource name using either a project number or project\nID. Once this resource has been created, the returned project will always\nhave a project that contains a project number.\n\nFormat: 'projects/{project number}'\nExample: 'projects/1234'\n\n### getCreateTime\n\nOutput only. Time when the link was created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. Time when the link was created.\n\n### getDailyExportEnabled\n\nIf set true, enables daily data export to the linked Google Cloud project.\n\n### setDailyExportEnabled\n\nIf set true, enables daily data export to the linked Google Cloud project.\n\n### getStreamingExportEnabled\n\nIf set true, enables streaming export to the linked Google Cloud project.\n\n### setStreamingExportEnabled\n\nIf set true, enables streaming export to the linked Google Cloud project.\n\n### getFreshDailyExportEnabled\n\nIf set true, enables fresh daily export to the linked Google Cloud project.\n\n### setFreshDailyExportEnabled\n\nIf set true, enables fresh daily export to the linked Google Cloud project.\n\n### getIncludeAdvertisingId\n\nIf set true, exported data will include advertising identifiers for mobile\napp streams.\n\n### setIncludeAdvertisingId\n\nIf set true, exported data will include advertising identifiers for mobile\napp streams.\n\n### getExportStreams\n\nThe list of streams under the parent property for which data will be\nexported.\n\nFormat: properties/{property_id}/dataStreams/{stream_id}\nExample: \\['properties/1000/dataStreams/2000'\\]\n\n### setExportStreams\n\nThe list of streams under the parent property for which data will be\nexported.\n\nFormat: properties/{property_id}/dataStreams/{stream_id}\nExample: \\['properties/1000/dataStreams/2000'\\]\n\n### getExcludedEvents\n\nThe list of event names that will be excluded from exports.\n\n### setExcludedEvents\n\nThe list of event names that will be excluded from exports.\n\n### getDatasetLocation\n\nRequired. Immutable. The geographic location where the created BigQuery\ndataset should reside. See \u003chttps://cloud.google.com/bigquery/docs/locations\u003e\nfor supported locations.\n\n### setDatasetLocation\n\nRequired. Immutable. The geographic location where the created BigQuery\ndataset should reside. See \u003chttps://cloud.google.com/bigquery/docs/locations\u003e\nfor supported locations."]]