You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -696,6 +696,7 @@ <h3>Method Details</h3>
696
696
"bigqueryLink": { # A link between a GA4 Property and BigQuery project. # A snapshot of a BigQuery link resource in change history.
697
697
"createTime": "A String", # Output only. Time when the link was created.
698
698
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
699
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
699
700
"excludedEvents": [ # The list of event names that will be excluded from exports.
700
701
"A String",
701
702
],
@@ -1178,6 +1179,7 @@ <h3>Method Details</h3>
1178
1179
"bigqueryLink": { # A link between a GA4 Property and BigQuery project. # A snapshot of a BigQuery link resource in change history.
1179
1180
"createTime": "A String", # Output only. Time when the link was created.
1180
1181
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
1182
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
1181
1183
"excludedEvents": [ # The list of event names that will be excluded from exports.
parent: string, Required. Example format: properties/1234 (required)
110
+
body: object, The request body.
111
+
The object takes the form of:
112
+
113
+
{ # A link between a GA4 Property and BigQuery project.
114
+
"createTime": "A String", # Output only. Time when the link was created.
115
+
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
116
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
117
+
"excludedEvents": [ # The list of event names that will be excluded from exports.
118
+
"A String",
119
+
],
120
+
"exportStreams": [ # 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']
121
+
"A String",
122
+
],
123
+
"freshDailyExportEnabled": True or False, # If set true, enables fresh daily export to the linked Google Cloud project.
124
+
"includeAdvertisingId": True or False, # If set true, exported data will include advertising identifiers for mobile app streams.
125
+
"name": "A String", # Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
126
+
"project": "A 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'
127
+
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
128
+
}
129
+
130
+
x__xgafv: string, V1 error format.
131
+
Allowed values
132
+
1 - v1 error format
133
+
2 - v2 error format
134
+
135
+
Returns:
136
+
An object of the form:
137
+
138
+
{ # A link between a GA4 Property and BigQuery project.
139
+
"createTime": "A String", # Output only. Time when the link was created.
140
+
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
141
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
142
+
"excludedEvents": [ # The list of event names that will be excluded from exports.
143
+
"A String",
144
+
],
145
+
"exportStreams": [ # 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']
146
+
"A String",
147
+
],
148
+
"freshDailyExportEnabled": True or False, # If set true, enables fresh daily export to the linked Google Cloud project.
149
+
"includeAdvertisingId": True or False, # If set true, exported data will include advertising identifiers for mobile app streams.
150
+
"name": "A String", # Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
151
+
"project": "A 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'
152
+
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
name: string, Required. The BigQueryLink to delete. Example format: properties/1234/bigQueryLinks/5678 (required)
162
+
x__xgafv: string, V1 error format.
163
+
Allowed values
164
+
1 - v1 error format
165
+
2 - v2 error format
166
+
167
+
Returns:
168
+
An object of the form:
169
+
170
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
{ # A link between a GA4 Property and BigQuery project.
110
189
"createTime": "A String", # Output only. Time when the link was created.
111
190
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
191
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
112
192
"excludedEvents": [ # The list of event names that will be excluded from exports.
113
193
"A String",
114
194
],
@@ -144,6 +224,7 @@ <h3>Method Details</h3>
144
224
{ # A link between a GA4 Property and BigQuery project.
145
225
"createTime": "A String", # Output only. Time when the link was created.
146
226
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
227
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
147
228
"excludedEvents": [ # The list of event names that will be excluded from exports.
name: string, Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567' (required)
265
+
body: object, The request body.
266
+
The object takes the form of:
267
+
268
+
{ # A link between a GA4 Property and BigQuery project.
269
+
"createTime": "A String", # Output only. Time when the link was created.
270
+
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
271
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
272
+
"excludedEvents": [ # The list of event names that will be excluded from exports.
273
+
"A String",
274
+
],
275
+
"exportStreams": [ # 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']
276
+
"A String",
277
+
],
278
+
"freshDailyExportEnabled": True or False, # If set true, enables fresh daily export to the linked Google Cloud project.
279
+
"includeAdvertisingId": True or False, # If set true, exported data will include advertising identifiers for mobile app streams.
280
+
"name": "A String", # Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
281
+
"project": "A 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'
282
+
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
283
+
}
284
+
285
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
286
+
x__xgafv: string, V1 error format.
287
+
Allowed values
288
+
1 - v1 error format
289
+
2 - v2 error format
290
+
291
+
Returns:
292
+
An object of the form:
293
+
294
+
{ # A link between a GA4 Property and BigQuery project.
295
+
"createTime": "A String", # Output only. Time when the link was created.
296
+
"dailyExportEnabled": True or False, # If set true, enables daily data export to the linked Google Cloud project.
297
+
"datasetLocation": "A String", # Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
298
+
"excludedEvents": [ # The list of event names that will be excluded from exports.
299
+
"A String",
300
+
],
301
+
"exportStreams": [ # 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']
302
+
"A String",
303
+
],
304
+
"freshDailyExportEnabled": True or False, # If set true, enables fresh daily export to the linked Google Cloud project.
305
+
"includeAdvertisingId": True or False, # If set true, exported data will include advertising identifiers for mobile app streams.
306
+
"name": "A String", # Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
307
+
"project": "A 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'
308
+
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
"description": "Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'",
"description": "Required. The list of fields to be updated. Field names must be in snake case (e.g., \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"*\" to match all fields.",
"description": "If set true, enables daily data export to the linked Google Cloud project.",
5766
5853
"type": "boolean"
5767
5854
},
5855
+
"datasetLocation": {
5856
+
"description": "Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
5857
+
"type": "string"
5858
+
},
5768
5859
"excludedEvents": {
5769
5860
"description": "The list of event names that will be excluded from exports.",
0 commit comments