From 0de4a23552b457e6898df426308d92c02f828035 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:12:21 -0800 Subject: [PATCH] chore: regenerate domains client --- .../v1alpha2/2.0.0/README.md | 4 +- .../domains/v1alpha2/CloudDomains.java | 57 ++++++++++++++++--- .../model/ListOperationsResponse.java | 30 ++++++++++ .../v1alpha2/2.0.0/pom.xml | 4 +- .../v1alpha2/README.md | 4 +- 5 files changed, 85 insertions(+), 14 deletions(-) diff --git a/clients/google-api-services-domains/v1alpha2/2.0.0/README.md b/clients/google-api-services-domains/v1alpha2/2.0.0/README.md index fefd0f3b4ee..6125fa9e00f 100644 --- a/clients/google-api-services-domains/v1alpha2/2.0.0/README.md +++ b/clients/google-api-services-domains/v1alpha2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-domains - v1alpha2-rev20250918-2.0.0 + v1alpha2-rev20260126-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20250918-2.0.0' + implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20260126-2.0.0' } ``` diff --git a/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/CloudDomains.java b/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/CloudDomains.java index 7fc1197d499..6fff569e2f1 100644 --- a/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/CloudDomains.java +++ b/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/CloudDomains.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 CloudDomainsRequest extraLocationTypes; - /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - primarily intended for internal usage. + /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + otherwise. This is primarily for internal usage. */ public java.util.List getExtraLocationTypes() { return extraLocationTypes; } /** - * Optional. Unless explicitly documented otherwise, don't use this unsupported field which - * is primarily intended for internal usage. + * Optional. Do not use this field. It is unsupported and is ignored unless explicitly + * documented otherwise. This is primarily for internal usage. */ public List setExtraLocationTypes(java.util.List extraLocationTypes) { this.extraLocationTypes = extraLocationTypes; @@ -880,6 +886,41 @@ public List setPageToken(java.lang.String pageToken) { return this; } + /** + * When set to `true`, operations that are reachable are returned as normal, and those + * that are unreachable are returned in the ListOperationsResponse.unreachable field. This + * can only be `true` when reading across collections. For example, when `parent` is set + * to `"projects/example/locations/-"`. This field is not supported by default and will + * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in + * service or product specific documentation. + */ + @com.google.api.client.util.Key + private java.lang.Boolean returnPartialSuccess; + + /** When set to `true`, operations that are reachable are returned as normal, and those that are + unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + when reading across collections. For example, when `parent` is set to + `"projects/example/locations/-"`. This field is not supported by default and will result in an + `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + documentation. + */ + public java.lang.Boolean getReturnPartialSuccess() { + return returnPartialSuccess; + } + + /** + * When set to `true`, operations that are reachable are returned as normal, and those + * that are unreachable are returned in the ListOperationsResponse.unreachable field. This + * can only be `true` when reading across collections. For example, when `parent` is set + * to `"projects/example/locations/-"`. This field is not supported by default and will + * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in + * service or product specific documentation. + */ + public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) { + this.returnPartialSuccess = returnPartialSuccess; + return this; + } + @Override public List set(String parameterName, Object value) { return (List) super.set(parameterName, value); diff --git a/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/ListOperationsResponse.java b/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/ListOperationsResponse.java index 2747be6ee8d..0efbf7a5888 100644 --- a/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/ListOperationsResponse.java +++ b/clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/ListOperationsResponse.java @@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.util.List operations; + /** + * Unordered list. Unreachable resources. Populated when the request sets + * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when + * attempting to list all resources across all supported locations. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List unreachable; + /** * The standard List next-page token. * @return value or {@code null} for none @@ -77,6 +86,27 @@ public ListOperationsResponse setOperations(java.util.List operations return this; } + /** + * Unordered list. Unreachable resources. Populated when the request sets + * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when + * attempting to list all resources across all supported locations. + * @return value or {@code null} for none + */ + public java.util.List getUnreachable() { + return unreachable; + } + + /** + * Unordered list. Unreachable resources. Populated when the request sets + * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when + * attempting to list all resources across all supported locations. + * @param unreachable unreachable or {@code null} for none + */ + public ListOperationsResponse setUnreachable(java.util.List unreachable) { + this.unreachable = unreachable; + return this; + } + @Override public ListOperationsResponse set(String fieldName, Object value) { return (ListOperationsResponse) super.set(fieldName, value); diff --git a/clients/google-api-services-domains/v1alpha2/2.0.0/pom.xml b/clients/google-api-services-domains/v1alpha2/2.0.0/pom.xml index f0f9d43068c..18a1174bce1 100644 --- a/clients/google-api-services-domains/v1alpha2/2.0.0/pom.xml +++ b/clients/google-api-services-domains/v1alpha2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-domains - v1alpha2-rev20250918-2.0.0 - Cloud Domains API v1alpha2-rev20250918-2.0.0 + v1alpha2-rev20260126-2.0.0 + Cloud Domains API v1alpha2-rev20260126-2.0.0 jar 2011 diff --git a/clients/google-api-services-domains/v1alpha2/README.md b/clients/google-api-services-domains/v1alpha2/README.md index fefd0f3b4ee..6125fa9e00f 100644 --- a/clients/google-api-services-domains/v1alpha2/README.md +++ b/clients/google-api-services-domains/v1alpha2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-domains - v1alpha2-rev20250918-2.0.0 + v1alpha2-rev20260126-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20250918-2.0.0' + implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20260126-2.0.0' } ```