Skip to content

Commit 04bafe1

Browse files
chore: Update discovery artifacts (#1425)
## 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
1 parent ff03f31 commit 04bafe1

File tree

586 files changed

+24854
-8321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

586 files changed

+24854
-8321
lines changed

docs/dyn/admin_directory_v1.orgunits.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#delete">delete(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Removes an organizational unit.</p>
8383
<p class="toc_element">
84-
<code><a href="#get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#get">get(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Retrieves an organizational unit.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(customerId, body=None, x__xgafv=None)</a></code></p>
@@ -90,10 +90,10 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(customerId, orgUnitPath=None, type=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Retrieves a list of all organizational units for an account.</p>
9292
<p class="toc_element">
93-
<code><a href="#patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)</p>
9595
<p class="toc_element">
96-
<code><a href="#update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates an organizational unit.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
@@ -102,13 +102,12 @@ <h3>Method Details</h3>
102102
</div>
103103

104104
<div class="method">
105-
<code class="details" id="delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
105+
<code class="details" id="delete">delete(customerId, orgUnitPath, x__xgafv=None)</code>
106106
<pre>Removes an organizational unit.
107107

108108
Args:
109109
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
110110
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
112111
x__xgafv: string, V1 error format.
113112
Allowed values
114113
1 - v1 error format
@@ -117,13 +116,12 @@ <h3>Method Details</h3>
117116
</div>
118117

119118
<div class="method">
120-
<code class="details" id="get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
119+
<code class="details" id="get">get(customerId, orgUnitPath, x__xgafv=None)</code>
121120
<pre>Retrieves an organizational unit.
122121

123122
Args:
124123
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
125124
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
127125
x__xgafv: string, V1 error format.
128126
Allowed values
129127
1 - v1 error format
@@ -226,7 +224,7 @@ <h3>Method Details</h3>
226224
</div>
227225

228226
<div class="method">
229-
<code class="details" id="patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
227+
<code class="details" id="patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
230228
<pre>Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)
231229

232230
Args:
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247245
&quot;parentOrgUnitPath&quot;: &quot;A String&quot;, # The organizational unit&#x27;s parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
248246
}
249247

250-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
251248
x__xgafv: string, V1 error format.
252249
Allowed values
253250
1 - v1 error format
@@ -270,7 +267,7 @@ <h3>Method Details</h3>
270267
</div>
271268

272269
<div class="method">
273-
<code class="details" id="update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
270+
<code class="details" id="update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
274271
<pre>Updates an organizational unit.
275272

276273
Args:
@@ -291,7 +288,6 @@ <h3>Method Details</h3>
291288
&quot;parentOrgUnitPath&quot;: &quot;A String&quot;, # The organizational unit&#x27;s parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
292289
}
293290

294-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
295291
x__xgafv: string, V1 error format.
296292
Allowed values
297293
1 - v1 error format

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ <h3>Method Details</h3>
359359
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
360360
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
361361
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
362363
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
363-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
364364
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
365365
},
366366
&quot;customDimension&quot;: { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.
@@ -453,8 +453,8 @@ <h3>Method Details</h3>
453453
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
454454
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
455455
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
456457
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
457-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
458458
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
459459
},
460460
&quot;customDimension&quot;: { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.

docs/dyn/analyticsadmin_v1alpha.properties.conversionEvents.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ <h3>Method Details</h3>
110110
{ # A conversion event in a Google Analytics property.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
112112
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
113114
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
114-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
115115
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
116116
}
117117

@@ -126,8 +126,8 @@ <h3>Method Details</h3>
126126
{ # A conversion event in a Google Analytics property.
127127
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
128128
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
129130
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
130-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
131131
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
132132
}</pre>
133133
</div>
@@ -167,8 +167,8 @@ <h3>Method Details</h3>
167167
{ # A conversion event in a Google Analytics property.
168168
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
169169
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
170171
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
171-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
172172
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
173173
}</pre>
174174
</div>
@@ -194,8 +194,8 @@ <h3>Method Details</h3>
194194
{ # A conversion event in a Google Analytics property.
195195
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
196196
&quot;custom&quot;: 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+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
197198
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
198-
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
199199
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
200200
},
201201
],

docs/dyn/analyticsadmin_v1alpha.properties.firebaseLinks.html

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ <h2>Instance Methods</h2>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9191
<p class="firstline">Retrieves the next page of results.</p>
92-
<p class="toc_element">
93-
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Updates a FirebaseLink on a property</p>
9592
<h3>Method Details</h3>
9693
<div class="method">
9794
<code class="details" id="close">close()</code>
@@ -188,35 +185,4 @@ <h3>Method Details</h3>
188185
</pre>
189186
</div>
190187

191-
<div class="method">
192-
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
193-
<pre>Updates a FirebaseLink on a property
194-
195-
Args:
196-
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-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
202-
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
203-
&quot;project&quot;: &quot;A String&quot;, # 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: &#x27;projects/{project number}&#x27; Example: &#x27;projects/1234&#x27;
204-
}
205-
206-
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., &quot;field_to_update&quot;). Omitted fields will not be updated. To replace the entire entity, use one path with the string &quot;*&quot; 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-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
217-
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
218-
&quot;project&quot;: &quot;A String&quot;, # 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: &#x27;projects/{project number}&#x27; Example: &#x27;projects/1234&#x27;
219-
}</pre>
220-
</div>
221-
222188
</body></html>

docs/dyn/analyticsdata_v1beta.properties.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,13 @@ <h3>Method Details</h3>
11441144
&quot;name&quot;: &quot;A String&quot;, # 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&#x27;s name = `viewsPerSession`. Metric names that you choose must match the regular expression &quot;^[a-zA-Z0-9_]$&quot;. Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric `expression`.
11451145
},
11461146
],
1147+
&quot;minuteRanges&quot;: [ # 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+
&quot;endMinutesAgo&quot;: 42, # The inclusive end minute for the query as a number of minutes before now. Cannot be before `startMinutesAgo`. For example, `&quot;endMinutesAgo&quot;: 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 &lt;= 29`), and 360 Analytics properties can request any minute in the last 60 minutes of event data (`endMinutesAgo &lt;= 59`).
1150+
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;startMinutesAgo&quot;: 42, # The inclusive start minute for the query as a number of minutes before now. For example, `&quot;startMinutesAgo&quot;: 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 &lt;= 29`), and 360 Analytics properties can request up to the last 60 minutes of event data (`startMinutesAgo &lt;= 59`).
1152+
},
1153+
],
11471154
&quot;orderBys&quot;: [ # Specifies how rows are ordered in the response.
11481155
{ # The sort options.
11491156
&quot;desc&quot;: True or False, # If true, sorts by descending order.

0 commit comments

Comments
 (0)