From 1fb8137014799ec28dab9aa5984a83b238db44e8 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:13:35 -0700 Subject: [PATCH] chore: regenerate looker client --- .../v1/2.0.0/README.md | 4 ++-- .../v1/model/ListInstancesResponse.java | 21 ++++++++----------- .../v1/2.0.0/pom.xml | 4 ++-- .../google-api-services-looker/v1/README.md | 4 ++-- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/clients/google-api-services-looker/v1/2.0.0/README.md b/clients/google-api-services-looker/v1/2.0.0/README.md index 4e06bab7efa..14283428793 100644 --- a/clients/google-api-services-looker/v1/2.0.0/README.md +++ b/clients/google-api-services-looker/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-looker - v1-rev20260609-2.0.0 + v1-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-looker:v1-rev20260609-2.0.0' + implementation 'com.google.apis:google-api-services-looker:v1-rev20260726-2.0.0' } ``` diff --git a/clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/model/ListInstancesResponse.java b/clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/model/ListInstancesResponse.java index 1375138fbc5..e75c219cc59 100644 --- a/clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/model/ListInstancesResponse.java +++ b/clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/model/ListInstancesResponse.java @@ -31,8 +31,7 @@ public final class ListInstancesResponse extends com.google.api.client.json.GenericJson { /** - * The list of instances matching the request filters, up to the requested - * ListInstancesRequest.pageSize. + * The list of instances matching the request filters, up to the requested `pageSize`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -45,8 +44,8 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene } /** - * If provided, a page token that can look up the next ListInstancesRequest.pageSize results. If - * empty, the results list is exhausted. + * If provided, a page token that can look up the next `pageSize` results. If empty, the results + * list is exhausted. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -60,8 +59,7 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene private java.util.List unreachable; /** - * The list of instances matching the request filters, up to the requested - * ListInstancesRequest.pageSize. + * The list of instances matching the request filters, up to the requested `pageSize`. * @return value or {@code null} for none */ public java.util.List getInstances() { @@ -69,8 +67,7 @@ public java.util.List getInstances() { } /** - * The list of instances matching the request filters, up to the requested - * ListInstancesRequest.pageSize. + * The list of instances matching the request filters, up to the requested `pageSize`. * @param instances instances or {@code null} for none */ public ListInstancesResponse setInstances(java.util.List instances) { @@ -79,8 +76,8 @@ public ListInstancesResponse setInstances(java.util.List instances) { } /** - * If provided, a page token that can look up the next ListInstancesRequest.pageSize results. If - * empty, the results list is exhausted. + * If provided, a page token that can look up the next `pageSize` results. If empty, the results + * list is exhausted. * @return value or {@code null} for none */ public java.lang.String getNextPageToken() { @@ -88,8 +85,8 @@ public java.lang.String getNextPageToken() { } /** - * If provided, a page token that can look up the next ListInstancesRequest.pageSize results. If - * empty, the results list is exhausted. + * If provided, a page token that can look up the next `pageSize` results. If empty, the results + * list is exhausted. * @param nextPageToken nextPageToken or {@code null} for none */ public ListInstancesResponse setNextPageToken(java.lang.String nextPageToken) { diff --git a/clients/google-api-services-looker/v1/2.0.0/pom.xml b/clients/google-api-services-looker/v1/2.0.0/pom.xml index 8cefe7e3685..b42986731a3 100644 --- a/clients/google-api-services-looker/v1/2.0.0/pom.xml +++ b/clients/google-api-services-looker/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-looker - v1-rev20260609-2.0.0 - Looker (Google Cloud core) API v1-rev20260609-2.0.0 + v1-rev20260726-2.0.0 + Looker (Google Cloud core) API v1-rev20260726-2.0.0 jar 2011 diff --git a/clients/google-api-services-looker/v1/README.md b/clients/google-api-services-looker/v1/README.md index 4e06bab7efa..14283428793 100644 --- a/clients/google-api-services-looker/v1/README.md +++ b/clients/google-api-services-looker/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-looker - v1-rev20260609-2.0.0 + v1-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-looker:v1-rev20260609-2.0.0' + implementation 'com.google.apis:google-api-services-looker:v1-rev20260726-2.0.0' } ```