Skip to content

Commit

Permalink
chore: Update discovery artifacts (#2377)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following stable discovery artifacts:
aiplatform v1 https://togithub.com/googleapis/google-api-python-client/commit/401ef21a843cd2dc126712165e812956a0c93345

## Deleted keys were detected in the following pre-stable discovery artifacts:
aiplatform v1beta1 https://togithub.com/googleapis/google-api-python-client/commit/401ef21a843cd2dc126712165e812956a0c93345
discoveryengine v1alpha https://togithub.com/googleapis/google-api-python-client/commit/9813760749815bdb0ff3460bb08ab7d25479cc8f
discoveryengine v1beta https://togithub.com/googleapis/google-api-python-client/commit/9813760749815bdb0ff3460bb08ab7d25479cc8f

## Discovery Artifact Change Summary:
feat(advisorynotifications): update the api https://togithub.com/googleapis/google-api-python-client/commit/16da4befc59e936210123916f323aba1e37f9ea0
feat(aiplatform): update the api https://togithub.com/googleapis/google-api-python-client/commit/401ef21a843cd2dc126712165e812956a0c93345
feat(analyticsadmin): update the api https://togithub.com/googleapis/google-api-python-client/commit/dd2c666accfdb01888eed3e3ccf20dbbf81a8f87
feat(androidpublisher): update the api https://togithub.com/googleapis/google-api-python-client/commit/5a7de4fb9e4ef1f9d1dc2e2c1c0d310b2112ae06
feat(cloudsupport): update the api https://togithub.com/googleapis/google-api-python-client/commit/4fa66528f72f453d3221512d46a6a1b7132dad54
feat(compute): update the api https://togithub.com/googleapis/google-api-python-client/commit/9491c2d2ade9c6ed8b71192441946859e934df49
feat(content): update the api https://togithub.com/googleapis/google-api-python-client/commit/9d36e11d6da4fde7b27eee96e83eb54c28781eda
fix(dataportability): update the api https://togithub.com/googleapis/google-api-python-client/commit/beecc6f647c7a2e0371f9a5cd76eb521ca4f7e16
feat(discoveryengine): update the api https://togithub.com/googleapis/google-api-python-client/commit/9813760749815bdb0ff3460bb08ab7d25479cc8f
feat(dlp): update the api https://togithub.com/googleapis/google-api-python-client/commit/a40526d3c06af89f2fa7bcf8cb2f81df48fbd093
feat(documentai): update the api https://togithub.com/googleapis/google-api-python-client/commit/60effdf97de06e44b46534368e44dfe74cddef21
feat(integrations): update the api https://togithub.com/googleapis/google-api-python-client/commit/13c8868562f7c74abf2027c85a0b5c7545109691
feat(paymentsresellersubscription): update the api https://togithub.com/googleapis/google-api-python-client/commit/51db113f9dd822a8ca780f95f835818c372b0a97
feat(trafficdirector): update the api https://togithub.com/googleapis/google-api-python-client/commit/7e1738fed5365f4dfa02ee8905bc8c84adeb8420
feat(verifiedaccess): update the api https://togithub.com/googleapis/google-api-python-client/commit/3569331b4e20c4f416455bf47dd82c121fdb881d
  • Loading branch information
yoshi-code-bot committed Apr 9, 2024
1 parent fdd3c7a commit 5913c51
Show file tree
Hide file tree
Showing 303 changed files with 19,854 additions and 3,834 deletions.
10 changes: 5 additions & 5 deletions docs/dyn/advisorynotifications_v1.organizations.locations.html
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
<pre>Get notification settings.

Args:
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -110,7 +110,7 @@ <h3>Method Details</h3>

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
Expand All @@ -124,13 +124,13 @@ <h3>Method Details</h3>
<pre>Update notification settings.

Args:
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
body: object, The request body.
The object takes the form of:

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
Expand All @@ -148,7 +148,7 @@ <h3>Method Details</h3>

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
Expand Down
Expand Up @@ -156,7 +156,7 @@ <h3>Method Details</h3>
<pre>Lists notifications under a given parent.

Args:
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form &quot;organizations/{organization}/locations/{location}&quot; or &quot;projects/{project}/locations/{location}&quot; (required)
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form &quot;organizations/{organization}/locations/{location}&quot; or &quot;projects/{project}/locations/{location}&quot;. (required)
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as &quot;en&quot;. If the requested language is valid, but not supported for this notification, English will be returned with an &quot;Not applicable&quot; LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
Expand Down
69 changes: 69 additions & 0 deletions docs/dyn/advisorynotifications_v1.projects.locations.html
Expand Up @@ -82,10 +82,79 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#getSettings">getSettings(name, x__xgafv=None)</a></code></p>
<p class="firstline">Get notification settings.</p>
<p class="toc_element">
<code><a href="#updateSettings">updateSettings(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Update notification settings.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="getSettings">getSettings(name, x__xgafv=None)</code>
<pre>Get notification settings.

Args:
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
},
},
}</pre>
</div>

<div class="method">
<code class="details" id="updateSettings">updateSettings(name, body=None, x__xgafv=None)</code>
<pre>Update notification settings.

Args:
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
body: object, The request body.
The object takes the form of:

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
},
},
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Settings for Advisory Notifications.
&quot;etag&quot;: &quot;A String&quot;, # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
&quot;notificationSettings&quot;: { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
&quot;a_key&quot;: { # Settings for each NotificationType.
&quot;enabled&quot;: True or False, # Whether the associated NotificationType is enabled.
},
},
}</pre>
</div>

</body></html>
Expand Up @@ -156,7 +156,7 @@ <h3>Method Details</h3>
<pre>Lists notifications under a given parent.

Args:
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form &quot;organizations/{organization}/locations/{location}&quot; or &quot;projects/{project}/locations/{location}&quot; (required)
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form &quot;organizations/{organization}/locations/{location}&quot; or &quot;projects/{project}/locations/{location}&quot;. (required)
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as &quot;en&quot;. If the requested language is valid, but not supported for this notification, English will be returned with an &quot;Not applicable&quot; LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
Expand Down
8 changes: 2 additions & 6 deletions docs/dyn/aiplatform_v1.projects.locations.endpoints.html
Expand Up @@ -1098,6 +1098,7 @@ <h3>Method Details</h3>
&quot;frequencyPenalty&quot;: 3.14, # Optional. Frequency penalties.
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;presencePenalty&quot;: 3.14, # Optional. Positive penalties.
&quot;responseMimeType&quot;: &quot;A String&quot;, # Optional. Output response mimetype of the generated candidate text. Supported mimetype: `text/plain`: (default) Text output. `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
&quot;stopSequences&quot;: [ # Optional. Stop sequences.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -1269,9 +1270,6 @@ <h3>Method Details</h3>
},
},
],
&quot;retrievalQueries&quot;: [ # Optional. Queries executed by the retrieval tools.
&quot;A String&quot;,
],
&quot;webSearchQueries&quot;: [ # Optional. Web search queries for the following-up web search.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -2589,6 +2587,7 @@ <h3>Method Details</h3>
&quot;frequencyPenalty&quot;: 3.14, # Optional. Frequency penalties.
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;presencePenalty&quot;: 3.14, # Optional. Positive penalties.
&quot;responseMimeType&quot;: &quot;A String&quot;, # Optional. Output response mimetype of the generated candidate text. Supported mimetype: `text/plain`: (default) Text output. `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
&quot;stopSequences&quot;: [ # Optional. Stop sequences.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -2760,9 +2759,6 @@ <h3>Method Details</h3>
},
},
],
&quot;retrievalQueries&quot;: [ # Optional. Queries executed by the retrieval tools.
&quot;A String&quot;,
],
&quot;webSearchQueries&quot;: [ # Optional. Web search queries for the following-up web search.
&quot;A String&quot;,
],
Expand Down
Expand Up @@ -377,7 +377,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # LINT.IfChange The request message for MatchService.FindNeighbors.
{ # The request message for MatchService.FindNeighbors.
&quot;deployedIndexId&quot;: &quot;A String&quot;, # The ID of the DeployedIndex that will serve the request. This request is sent to a specific IndexEndpoint, as per the IndexEndpoint.network. That IndexEndpoint also has IndexEndpoint.deployed_indexes, and each such index has a DeployedIndex.id field. The value of the field below must equal one of the DeployedIndex.id fields of the IndexEndpoint that is being called for this request.
&quot;queries&quot;: [ # The list of queries.
{ # A query to find a number of the nearest neighbors (most similar vectors) of a vector.
Expand Down

0 comments on commit 5913c51

Please sign in to comment.