Skip to content

chore: Update discovery artifacts #2548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0997ad4
feat(adsenseplatform): update the api
yoshi-automation Jan 14, 2025
34ac927
feat(alloydb): update the api
yoshi-automation Jan 14, 2025
3d2f4c7
feat(authorizedbuyersmarketplace): update the api
yoshi-automation Jan 14, 2025
a0e09ea
feat(cloudasset): update the api
yoshi-automation Jan 14, 2025
626858d
fix(cloudbuild): update the api
yoshi-automation Jan 14, 2025
ff08068
feat(clouddeploy): update the api
yoshi-automation Jan 14, 2025
2f93510
feat(cloudfunctions): update the api
yoshi-automation Jan 14, 2025
99e5975
fix(cloudkms): update the api
yoshi-automation Jan 14, 2025
d6bb1ab
feat(compute): update the api
yoshi-automation Jan 14, 2025
e0f3352
feat(contactcenterinsights): update the api
yoshi-automation Jan 14, 2025
492ad8b
feat(container): update the api
yoshi-automation Jan 14, 2025
7bb3465
feat(dataflow): update the api
yoshi-automation Jan 14, 2025
b252f43
feat(datastream): update the api
yoshi-automation Jan 14, 2025
460f60c
feat(deploymentmanager): update the api
yoshi-automation Jan 14, 2025
a45e17a
feat(dialogflow): update the api
yoshi-automation Jan 14, 2025
9dacee6
feat(discoveryengine): update the api
yoshi-automation Jan 14, 2025
88a762d
feat(dns): update the api
yoshi-automation Jan 14, 2025
4776283
feat(eventarc): update the api
yoshi-automation Jan 14, 2025
d489f0b
feat(firebasedataconnect): update the api
yoshi-automation Jan 14, 2025
de1000e
feat(firebasestorage): update the api
yoshi-automation Jan 14, 2025
58f7115
feat(gkehub): update the api
yoshi-automation Jan 14, 2025
a4d0aa3
feat(iam): update the api
yoshi-automation Jan 14, 2025
29e979e
feat(parallelstore): update the api
yoshi-automation Jan 14, 2025
c6eb932
feat(pubsub): update the api
yoshi-automation Jan 14, 2025
40b43d8
feat(redis): update the api
yoshi-automation Jan 14, 2025
0812aa4
feat(retail): update the api
yoshi-automation Jan 14, 2025
8c6c5ae
feat(securitycenter): update the api
yoshi-automation Jan 14, 2025
ff561b5
feat(servicecontrol): update the api
yoshi-automation Jan 14, 2025
35758cc
feat(tpu): update the api
yoshi-automation Jan 14, 2025
3c2e6bb
feat(workloadmanager): update the api
yoshi-automation Jan 14, 2025
df4328d
feat(workstations): update the api
yoshi-automation Jan 14, 2025
eebeafc
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
48 changes: 48 additions & 0 deletions docs/dyn/adsenseplatform_v1alpha.accounts.platforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a platform.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists platforms for a specified account.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -107,4 +113,46 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists platforms for a specified account.

Args:
parent: string, Required. The account which owns the platforms. Format: accounts/{account} (required)
pageSize: integer, Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
pageToken: string, Optional. A page token, received from a previous `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response definition for the platform list rpc.
&quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through platforms. To retrieve the next page of the results, set the next request&#x27;s &quot;page_token&quot; value to this.
&quot;platforms&quot;: [ # The platforms returned in this list response.
{ # Representation of a Transparent Platform.
&quot;defaultPlatformGroup&quot;: &quot;A String&quot;, # Default platform group for the platform.
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the platform.
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}
},
],
}</pre>
</div>

<div class="method">
<code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>
80 changes: 40 additions & 40 deletions docs/dyn/alloydb_v1.projects.locations.clusters.instances.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.</p>
<p class="toc_element">
<code><a href="#searchChangeHistoryEvents">searchChangeHistoryEvents(account, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Searches through all changes to an account or its children given the specified set of filters.</p>
<p class="firstline">Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.</p>
<p class="toc_element">
<code><a href="#searchChangeHistoryEvents_next">searchChangeHistoryEvents_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -499,7 +499,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="searchChangeHistoryEvents">searchChangeHistoryEvents(account, body=None, x__xgafv=None)</code>
<pre>Searches through all changes to an account or its children given the specified set of filters.
<pre>Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.

Args:
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
Expand All @@ -515,7 +515,7 @@ <h3>Method Details</h3>
],
&quot;earliestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made after this time (inclusive).
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you&#x27;ll need to continue requesting additional pages using `page_token` until you get the needed number.
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
Expand Down Expand Up @@ -798,7 +798,7 @@ <h3>Method Details</h3>
&quot;queryParameterRedactionEnabled&quot;: True or False, # Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters. If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.
},
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
},
Expand Down Expand Up @@ -1281,7 +1281,7 @@ <h3>Method Details</h3>
&quot;queryParameterRedactionEnabled&quot;: True or False, # Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters. If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.
},
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
},
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1alpha.properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}</pre>
Expand Down Expand Up @@ -1106,7 +1106,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}
Expand All @@ -1121,7 +1121,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}</pre>
Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/analyticsadmin_v1beta.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.</p>
<p class="toc_element">
<code><a href="#searchChangeHistoryEvents">searchChangeHistoryEvents(account, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Searches through all changes to an account or its children given the specified set of filters.</p>
<p class="firstline">Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.</p>
<p class="toc_element">
<code><a href="#searchChangeHistoryEvents_next">searchChangeHistoryEvents_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -494,7 +494,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="searchChangeHistoryEvents">searchChangeHistoryEvents(account, body=None, x__xgafv=None)</code>
<pre>Searches through all changes to an account or its children given the specified set of filters.
<pre>Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.

Args:
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
Expand All @@ -510,7 +510,7 @@ <h3>Method Details</h3>
],
&quot;earliestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made after this time (inclusive).
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you&#x27;ll need to continue requesting additional pages using `page_token` until you get the needed number.
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
Expand Down Expand Up @@ -558,7 +558,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
},
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
},
Expand Down Expand Up @@ -640,7 +640,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
},
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
},
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1beta.properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}</pre>
Expand Down Expand Up @@ -612,7 +612,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}
Expand All @@ -627,7 +627,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Settings values for data retention. This is a singleton resource.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
&quot;eventDataRetention&quot;: &quot;A String&quot;, # Required. The length of time that event-level data is retained.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
}</pre>
Expand Down
Loading