Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1425)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
yoshi-code-bot committed Jun 29, 2021
1 parent ff03f31 commit 04bafe1
Show file tree
Hide file tree
Showing 586 changed files with 24,854 additions and 8,321 deletions.
20 changes: 8 additions & 12 deletions docs/dyn/admin_directory_v1.orgunits.html
Expand Up @@ -78,10 +78,10 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
<code><a href="#delete">delete(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
<p class="firstline">Removes an organizational unit.</p>
<p class="toc_element">
<code><a href="#get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
<code><a href="#get">get(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an organizational unit.</p>
<p class="toc_element">
<code><a href="#insert">insert(customerId, body=None, x__xgafv=None)</a></code></p>
Expand All @@ -90,10 +90,10 @@ <h2>Instance Methods</h2>
<code><a href="#list">list(customerId, orgUnitPath=None, type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a list of all organizational units for an account.</p>
<p class="toc_element">
<code><a href="#patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
<code><a href="#patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)</p>
<p class="toc_element">
<code><a href="#update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
<code><a href="#update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an organizational unit.</p>
<h3>Method Details</h3>
<div class="method">
Expand All @@ -102,13 +102,12 @@ <h3>Method Details</h3>
</div>

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

Args:
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)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -117,13 +116,12 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
<code class="details" id="get">get(customerId, orgUnitPath, x__xgafv=None)</code>
<pre>Retrieves an organizational unit.

Args:
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)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -226,7 +224,7 @@ <h3>Method Details</h3>
</div>

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

Args:
Expand All @@ -247,7 +245,6 @@ <h3>Method Details</h3>
&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.
}

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

<div class="method">
<code class="details" id="update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
<code class="details" id="update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
<pre>Updates an organizational unit.

Args:
Expand All @@ -291,7 +288,6 @@ <h3>Method Details</h3>
&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.
}

allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Expand Up @@ -359,8 +359,8 @@ <h3>Method Details</h3>
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
},
&quot;customDimension&quot;: { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.
Expand Down Expand Up @@ -453,8 +453,8 @@ <h3>Method Details</h3>
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
},
&quot;customDimension&quot;: { # A definition for a CustomDimension. # A snapshot of a CustomDimension resource in change history.
Expand Down
Expand Up @@ -110,8 +110,8 @@ <h3>Method Details</h3>
{ # A conversion event in a Google Analytics property.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
}

Expand All @@ -126,8 +126,8 @@ <h3>Method Details</h3>
{ # A conversion event in a Google Analytics property.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
}</pre>
</div>
Expand Down Expand Up @@ -167,8 +167,8 @@ <h3>Method Details</h3>
{ # A conversion event in a Google Analytics property.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
}</pre>
</div>
Expand All @@ -194,8 +194,8 @@ <h3>Method Details</h3>
{ # A conversion event in a Google Analytics property.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
&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.
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
&quot;isDeletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
},
],
Expand Down
34 changes: 0 additions & 34 deletions docs/dyn/analyticsadmin_v1alpha.properties.firebaseLinks.html
Expand Up @@ -89,9 +89,6 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a FirebaseLink on a property</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -188,35 +185,4 @@ <h3>Method Details</h3>
</pre>
</div>

<div class="method">
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
<pre>Updates a FirebaseLink on a property

Args:
name: string, Output only. Example format: properties/1234/firebaseLinks/5678 (required)
body: object, The request body.
The object takes the form of:

{ # A link between an GA4 property and a Firebase project.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
&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;
}

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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A link between an GA4 property and a Firebase project.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
&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;
}</pre>
</div>

</body></html>
7 changes: 7 additions & 0 deletions docs/dyn/analyticsdata_v1beta.properties.html
Expand Up @@ -1144,6 +1144,13 @@ <h3>Method Details</h3>
&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`.
},
],
&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.
{ # A contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, ..., endMinutesAgo. Requests are allowed up to 2 minute ranges.
&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`).
&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.
&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`).
},
],
&quot;orderBys&quot;: [ # Specifies how rows are ordered in the response.
{ # The sort options.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
Expand Down

0 comments on commit 04bafe1

Please sign in to comment.