From 5bfe7236e3dfd8791dd6429ba5f5c4f1142035f8 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:02:08 -0800 Subject: [PATCH] chore: regenerate notebooks client --- .../v1/2.0.0/README.md | 4 +-- .../notebooks/v1/AIPlatformNotebooks.java | 10 ++++-- .../v1/2.0.0/pom.xml | 4 +-- .../v1/README.md | 4 +-- .../v2/2.0.0/README.md | 4 +-- .../notebooks/v2/AIPlatformNotebooks.java | 34 +++++++++++++++---- .../v2/model/ListInstancesResponse.java | 15 ++++---- .../v2/2.0.0/pom.xml | 4 +-- .../v2/README.md | 4 +-- 9 files changed, 56 insertions(+), 27 deletions(-) diff --git a/clients/google-api-services-notebooks/v1/2.0.0/README.md b/clients/google-api-services-notebooks/v1/2.0.0/README.md index 0322e224ef9..cffa7376434 100644 --- a/clients/google-api-services-notebooks/v1/2.0.0/README.md +++ b/clients/google-api-services-notebooks/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-notebooks - v1-rev20251121-2.0.0 + v1-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-notebooks:v1-rev20251121-2.0.0' + implementation 'com.google.apis:google-api-services-notebooks:v1-rev20260130-2.0.0' } ``` diff --git a/clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/AIPlatformNotebooks.java b/clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/AIPlatformNotebooks.java index f67e6f900db..aed1738fbd6 100644 --- a/clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/AIPlatformNotebooks.java +++ b/clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/AIPlatformNotebooks.java @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequestcom.google.apis google-api-services-notebooks - v1-rev20251121-2.0.0 - Notebooks API v1-rev20251121-2.0.0 + v1-rev20260130-2.0.0 + Notebooks API v1-rev20260130-2.0.0 jar 2011 diff --git a/clients/google-api-services-notebooks/v1/README.md b/clients/google-api-services-notebooks/v1/README.md index 0322e224ef9..cffa7376434 100644 --- a/clients/google-api-services-notebooks/v1/README.md +++ b/clients/google-api-services-notebooks/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-notebooks - v1-rev20251121-2.0.0 + v1-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-notebooks:v1-rev20251121-2.0.0' + implementation 'com.google.apis:google-api-services-notebooks:v1-rev20260130-2.0.0' } ``` diff --git a/clients/google-api-services-notebooks/v2/2.0.0/README.md b/clients/google-api-services-notebooks/v2/2.0.0/README.md index 3cacd891de9..1c44d729f1b 100644 --- a/clients/google-api-services-notebooks/v2/2.0.0/README.md +++ b/clients/google-api-services-notebooks/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-notebooks - v2-rev20251121-2.0.0 + v2-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-notebooks:v2-rev20251121-2.0.0' + implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-2.0.0' } ``` diff --git a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java index 85203b7e91e..efac487c782 100644 --- a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java +++ b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequest * - * @param parent Required. Format: `parent=projects/{project_id}/locations/{location}` + * @param parent Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to + * list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances + * in all locations. * @since 1.13 */ protected List(java.lang.String parent) { @@ -2017,17 +2027,27 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { return (List) super.setUploadProtocol(uploadProtocol); } - /** Required. Format: `parent=projects/{project_id}/locations/{location}` */ + /** + * Required. The parent of the instance. Formats: - + * `projects/{project_id}/locations/{location}` to list instances in a specific zone. - + * `projects/{project_id}/locations/-` to list instances in all locations. + */ @com.google.api.client.util.Key private java.lang.String parent; - /** Required. Format: `parent=projects/{project_id}/locations/{location}` + /** Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to + list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances in all + locations. */ public java.lang.String getParent() { return parent; } - /** Required. Format: `parent=projects/{project_id}/locations/{location}` */ + /** + * Required. The parent of the instance. Formats: - + * `projects/{project_id}/locations/{location}` to list instances in a specific zone. - + * `projects/{project_id}/locations/-` to list instances in all locations. + */ public List setParent(java.lang.String parent) { if (!getSuppressPatternChecks()) { com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(), diff --git a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/ListInstancesResponse.java b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/ListInstancesResponse.java index b562ad03f91..1b6f3f97865 100644 --- a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/ListInstancesResponse.java +++ b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/ListInstancesResponse.java @@ -50,8 +50,9 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene private java.lang.String nextPageToken; /** - * Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A - * ListInstancesResponse will only contain either instances or unreachables, + * Unordered list. Locations that could not be reached. For example, + * ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us- + * central1-b']. A ListInstancesResponse will only contain either instances or unreachables, * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -92,8 +93,9 @@ public ListInstancesResponse setNextPageToken(java.lang.String nextPageToken) { } /** - * Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A - * ListInstancesResponse will only contain either instances or unreachables, + * Unordered list. Locations that could not be reached. For example, + * ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us- + * central1-b']. A ListInstancesResponse will only contain either instances or unreachables, * @return value or {@code null} for none */ public java.util.List getUnreachable() { @@ -101,8 +103,9 @@ public java.util.List getUnreachable() { } /** - * Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A - * ListInstancesResponse will only contain either instances or unreachables, + * Unordered list. Locations that could not be reached. For example, + * ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us- + * central1-b']. A ListInstancesResponse will only contain either instances or unreachables, * @param unreachable unreachable or {@code null} for none */ public ListInstancesResponse setUnreachable(java.util.List unreachable) { diff --git a/clients/google-api-services-notebooks/v2/2.0.0/pom.xml b/clients/google-api-services-notebooks/v2/2.0.0/pom.xml index a77f65cf400..a6c92749d2c 100644 --- a/clients/google-api-services-notebooks/v2/2.0.0/pom.xml +++ b/clients/google-api-services-notebooks/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-notebooks - v2-rev20251121-2.0.0 - Notebooks API v2-rev20251121-2.0.0 + v2-rev20260130-2.0.0 + Notebooks API v2-rev20260130-2.0.0 jar 2011 diff --git a/clients/google-api-services-notebooks/v2/README.md b/clients/google-api-services-notebooks/v2/README.md index 3cacd891de9..1c44d729f1b 100644 --- a/clients/google-api-services-notebooks/v2/README.md +++ b/clients/google-api-services-notebooks/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-notebooks - v2-rev20251121-2.0.0 + v2-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-notebooks:v2-rev20251121-2.0.0' + implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-2.0.0' } ```