Skip to content

chore: Update discovery artifacts #2601

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
30 commits
Select commit Hold shift + click to select a range
23c768f
feat(aiplatform): update the api
yoshi-automation May 6, 2025
11db1a0
feat(analyticshub): update the api
yoshi-automation May 6, 2025
61ee26c
feat(androidmanagement): update the api
yoshi-automation May 6, 2025
caa1158
feat(artifactregistry): update the api
yoshi-automation May 6, 2025
d7dce2d
feat(bigquery): update the api
yoshi-automation May 6, 2025
7eea58f
feat(bigqueryreservation): update the api
yoshi-automation May 6, 2025
734a681
feat(bigtableadmin): update the api
yoshi-automation May 6, 2025
0b15836
feat(certificatemanager): update the api
yoshi-automation May 6, 2025
da5788b
feat(chat): update the api
yoshi-automation May 6, 2025
1c1c7dc
feat(civicinfo): update the api
yoshi-automation May 6, 2025
7c447f2
feat(compute): update the api
yoshi-automation May 6, 2025
c1509c1
feat(contactcenterinsights): update the api
yoshi-automation May 6, 2025
989125c
feat(dataplex): update the api
yoshi-automation May 6, 2025
a2b6dcc
feat(discoveryengine): update the api
yoshi-automation May 6, 2025
8ee4c4f
feat(documentai): update the api
yoshi-automation May 6, 2025
06395d2
feat(drive): update the api
yoshi-automation May 6, 2025
b6e3bd5
feat(firebaseml): update the api
yoshi-automation May 6, 2025
a76e1f8
feat(gkeonprem): update the api
yoshi-automation May 6, 2025
2969cb6
feat(integrations): update the api
yoshi-automation May 6, 2025
3d0ccdd
feat(lifesciences): update the api
yoshi-automation May 6, 2025
eecb558
feat(migrationcenter): update the api
yoshi-automation May 6, 2025
986d1c8
feat(monitoring): update the api
yoshi-automation May 6, 2025
c8ea6cb
feat(networkservices): update the api
yoshi-automation May 6, 2025
b9b3279
feat(places): update the api
yoshi-automation May 6, 2025
1fe0820
feat(recaptchaenterprise): update the api
yoshi-automation May 6, 2025
286fc64
feat(sqladmin): update the api
yoshi-automation May 6, 2025
b06a8a7
feat(storage): update the api
yoshi-automation May 6, 2025
bd0b1f7
feat(trafficdirector): update the api
yoshi-automation May 6, 2025
6bac5be
feat(workloadmanager): update the api
yoshi-automation May 6, 2025
94815e7
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation May 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/dyn/aiplatform_v1.projects.locations.models.html
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ <h3>Method Details</h3>
{ # Describes the machine learning model version checkpoint.
&quot;checkpointId&quot;: &quot;A String&quot;, # The ID of the checkpoint.
&quot;epoch&quot;: &quot;A String&quot;, # The epoch of the checkpoint.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the ModelVersionCheckpoint. Format: `projects/{project}/locations/{location}/models/{model}/versions/{version}/checkpoints/{checkpoint}`
&quot;step&quot;: &quot;A String&quot;, # The step of the checkpoint.
},
],
Expand Down
678 changes: 676 additions & 2 deletions docs/dyn/aiplatform_v1beta1.projects.locations.datasets.html

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions docs/dyn/aiplatform_v1beta1.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the schedules Resource.</p>

<p class="toc_element">
<code><a href="aiplatform_v1beta1.projects.locations.sessions.html">sessions()</a></code>
</p>
<p class="firstline">Returns the sessions Resource.</p>

<p class="toc_element">
<code><a href="aiplatform_v1beta1.projects.locations.solvers.html">solvers()</a></code>
</p>
Expand Down Expand Up @@ -650,6 +645,9 @@ <h3>Method Details</h3>
&quot;spot&quot;: True or False, # Optional. If true, schedule the deployment workload on [spot VMs](https://cloud.google.com/kubernetes-engine/docs/concepts/spot-vms).
},
&quot;fastTryoutEnabled&quot;: True or False, # Optional. If true, enable the QMT fast tryout feature for this model if possible.
&quot;systemLabels&quot;: { # Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;endpointConfig&quot;: { # The endpoint config to use for the deployment. # Optional. The endpoint config to use for the deployment. If not specified, the default endpoint config will be used.
&quot;dedicatedEndpointEnabled&quot;: True or False, # Optional. If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users&#x27; traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won&#x27;t be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitations will be removed soon.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,6 @@ <h3>Method Details</h3>
{ # Describes the machine learning model version checkpoint.
&quot;checkpointId&quot;: &quot;A String&quot;, # The ID of the checkpoint.
&quot;epoch&quot;: &quot;A String&quot;, # The epoch of the checkpoint.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the ModelVersionCheckpoint. Format: `projects/{project}/locations/{location}/models/{model}/versions/{version}/checkpoints/{checkpoint}`
&quot;step&quot;: &quot;A String&quot;, # The step of the checkpoint.
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h3>Method Details</h3>

Args:
parent: string, Required. The resource name of the session to list events from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` (required)
pageSize: integer, Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned.
pageSize: integer, Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.
pageToken: string, Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.
x__xgafv: string, V1 error format.
Allowed values
Expand All @@ -107,7 +107,7 @@ <h3>Method Details</h3>

{ # Response message for SessionService.ListEvents.
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as ListEventsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
&quot;sessionEvents&quot;: [ # A list of events matching the request.
&quot;sessionEvents&quot;: [ # A list of events matching the request. Ordered by timestamp in ascending order.
{ # An event represents a message from either the user or agent.
&quot;actions&quot;: { # Actions are parts of events that are executed by the agent. # Optional. Actions executed by the agent.
&quot;artifactDelta&quot;: { # Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new Session in a given project and location.</p>
<p class="firstline">Creates a new Session.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes details of the specific Session.</p>
Expand All @@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Gets details of the specific Session.</p>
<p class="toc_element">
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists Sessions in a given project and location.</p>
<p class="firstline">Lists Sessions in a given reasoning engine.</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>
Expand Down Expand Up @@ -262,10 +262,10 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>Creates a new Session in a given project and location.
<pre>Creates a new Session.

Args:
parent: string, Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}` or `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
parent: string, Required. The resource name of the location to create the session in. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -314,7 +314,7 @@ <h3>Method Details</h3>
<pre>Deletes details of the specific Session.

Args:
name: string, Required. The resource name of the session. Format: `projects/{project}/locations/{location}/sessions/{session}` or `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` (required)
name: string, Required. The resource name of the session. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -372,7 +372,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists Sessions in a given project and location.
<pre>Lists Sessions in a given reasoning engine.

Args:
parent: string, Required. The resource name of the location to list sessions from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down Expand Up @@ -194,6 +195,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down Expand Up @@ -284,6 +286,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down Expand Up @@ -415,6 +418,7 @@ <h3>Method Details</h3>
{ # Message for response to the list of Listings.
&quot;listings&quot;: [ # The list of Listing.
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down Expand Up @@ -568,6 +572,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down Expand Up @@ -633,6 +638,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;allowOnlyMetadataSharing&quot;: True or False, # Optional. If true, the listing is only available to get the resource metadata. Listing is non subscribable.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;restrictedExportPolicy&quot;: { # Restricted export policy used to configure restricted export on linked dataset. # Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Expand Down
Loading