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
## Deleted keys were detected in the following stable discovery artifacts:
admin directory_v1 1534f89
bigquery v2 59c51e3
file v1 0cd409a
memcache v1 665ce5b
youtube v3 5046950
## Deleted keys were detected in the following pre-stable discovery artifacts:
analyticsadmin v1alpha 934358e
documentai v1beta3 e8aaabb
file v1beta1 0cd409a
memcache v1beta2 665ce5b
networkconnectivity v1alpha1 2cc4626
## Discovery Artifact Change Summary:
feat(admin): update the api 1534f89
feat(alertcenter): update the api 7a488d3
feat(analyticsadmin): update the api 934358e
feat(analyticsdata): update the api 40f7121
feat(androiddeviceprovisioning): update the api 81a0002
feat(apigee): update the api 2e6c78a
feat(appengine): update the api 125f74a
feat(bigquery): update the api 59c51e3
feat(cloudasset): update the api e615264
feat(cloudbuild): update the api ceddacc
feat(cloudidentity): update the api 22cd08b
feat(container): update the api f494c63
feat(documentai): update the api e8aaabb
feat(drive): update the api 72cab88
feat(file): update the api 0cd409a
feat(firebaseappcheck): update the api 9a0131b
feat(healthcare): update the api 45ee6b2
feat(ideahub): update the api 73b86d9
feat(managedidentities): update the api a07ed45
feat(memcache): update the api 665ce5b
feat(metastore): update the api 9fd5ffb
feat(ml): update the api cf54d56
feat(monitoring): update the api d1ffbfc
feat(networkconnectivity): update the api 2cc4626
feat(notebooks): update the api 831ba93
feat(ondemandscanning): update the api c04b402
feat(paymentsresellersubscription): update the api 2cd5b1c
feat(prod_tt_sasportal): update the api 8b6bd24
feat(realtimebidding): update the api fd514dc
feat(reseller): update the api 20226c4
feat(sasportal): update the api 38d5156
feat(sts): update the api 190e13e
feat(transcoder): update the api fbcacce
feat(youtube): update the api 5046950
customerId: string, The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
110
110
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
111
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
customerId: string, The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
125
124
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
126
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
<pre>Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)
231
229
232
230
Args:
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247
245
"parentOrgUnitPath": "A String", # The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
248
246
}
249
247
250
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
"parentOrgUnitPath": "A String", # The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
292
289
}
293
290
294
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -359,8 +359,8 @@ <h3>Method Details</h3>
359
359
"conversionEvent": { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
360
360
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
361
361
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
362
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
362
363
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
363
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
364
364
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
365
365
},
366
366
"customDimension": { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.
@@ -453,8 +453,8 @@ <h3>Method Details</h3>
453
453
"conversionEvent": { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
454
454
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
455
455
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
456
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
456
457
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
457
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
458
458
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
459
459
},
460
460
"customDimension": { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.properties.conversionEvents.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,8 @@ <h3>Method Details</h3>
110
110
{ # A conversion event in a Google Analytics property.
111
111
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
112
112
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
113
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
113
114
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
114
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
115
115
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
116
116
}
117
117
@@ -126,8 +126,8 @@ <h3>Method Details</h3>
126
126
{ # A conversion event in a Google Analytics property.
127
127
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
128
128
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
129
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
129
130
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
130
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
131
131
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
132
132
}</pre>
133
133
</div>
@@ -167,8 +167,8 @@ <h3>Method Details</h3>
167
167
{ # A conversion event in a Google Analytics property.
168
168
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
169
169
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
170
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
170
171
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
171
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
172
172
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
173
173
}</pre>
174
174
</div>
@@ -194,8 +194,8 @@ <h3>Method Details</h3>
194
194
{ # A conversion event in a Google Analytics property.
195
195
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
196
196
"custom": True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
197
+
"deletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
197
198
"eventName": "A String", # Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
198
-
"isDeletable": True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
199
199
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
name: string, Output only. Example format: properties/1234/firebaseLinks/5678 (required)
197
-
body: object, The request body.
198
-
The object takes the form of:
199
-
200
-
{ # A link between an GA4 property and a Firebase project.
201
-
"createTime": "A String", # Output only. Time when this FirebaseLink was originally created.
202
-
"name": "A String", # Output only. Example format: properties/1234/firebaseLinks/5678
203
-
"project": "A String", # Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'
204
-
}
205
-
206
-
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.
207
-
x__xgafv: string, V1 error format.
208
-
Allowed values
209
-
1 - v1 error format
210
-
2 - v2 error format
211
-
212
-
Returns:
213
-
An object of the form:
214
-
215
-
{ # A link between an GA4 property and a Firebase project.
216
-
"createTime": "A String", # Output only. Time when this FirebaseLink was originally created.
217
-
"name": "A String", # Output only. Example format: properties/1234/firebaseLinks/5678
218
-
"project": "A String", # Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'
Copy file name to clipboardExpand all lines: docs/dyn/analyticsdata_v1beta.properties.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1144,6 +1144,13 @@ <h3>Method Details</h3>
1144
1144
"name": "A String", # The name of the metric. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of metric names. If `expression` is specified, `name` can be any string that you would like within the allowed character set. For example if `expression` is `screenPageViews/sessions`, you could call that metric's name = `viewsPerSession`. Metric names that you choose must match the regular expression "^[a-zA-Z0-9_]$". Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric `expression`.
1145
1145
},
1146
1146
],
1147
+
"minuteRanges": [ # The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
1148
+
{ # A contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, ..., endMinutesAgo. Requests are allowed up to 2 minute ranges.
1149
+
"endMinutesAgo": 42, # The inclusive end minute for the query as a number of minutes before now. Cannot be before `startMinutesAgo`. For example, `"endMinutesAgo": 15` specifies the report should include event data from prior to 15 minutes ago. If unspecified, `endMinutesAgo` is defaulted to 0. Standard Analytics properties can request any minute in the last 30 minutes of event data (`endMinutesAgo <= 29`), and 360 Analytics properties can request any minute in the last 60 minutes of event data (`endMinutesAgo <= 59`).
1150
+
"name": "A String", # Assigns a name to this minute range. The dimension `dateRange` is valued to this name in a report response. If set, cannot begin with `date_range_` or `RESERVED_`. If not set, minute ranges are named by their zero based index in the request: `date_range_0`, `date_range_1`, etc.
1151
+
"startMinutesAgo": 42, # The inclusive start minute for the query as a number of minutes before now. For example, `"startMinutesAgo": 29` specifies the report should include event data from 29 minutes ago and after. Cannot be after `endMinutesAgo`. If unspecified, `startMinutesAgo` is defaulted to 29. Standard Analytics properties can request up to the last 30 minutes of event data (`startMinutesAgo <= 29`), and 360 Analytics properties can request up to the last 60 minutes of event data (`startMinutesAgo <= 59`).
1152
+
},
1153
+
],
1147
1154
"orderBys": [ # Specifies how rows are ordered in the response.
1148
1155
{ # The sort options.
1149
1156
"desc": True or False, # If true, sorts by descending order.
0 commit comments