From 3ab2428977adb0e5d58e0b21267139dec5feed30 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 12 May 2026 18:30:38 -0700 Subject: [PATCH] chore: regenerate firebaseapphosting client --- .../v1/2.0.0/README.md | 4 ++-- .../firebaseapphosting/v1/model/RolloutPolicy.java | 12 ++++++------ .../v1/2.0.0/pom.xml | 4 ++-- .../v1/README.md | 4 ++-- .../v1beta/2.0.0/README.md | 4 ++-- .../v1beta/model/RolloutPolicy.java | 12 ++++++------ .../v1beta/2.0.0/pom.xml | 4 ++-- .../v1beta/README.md | 4 ++-- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/clients/google-api-services-firebaseapphosting/v1/2.0.0/README.md b/clients/google-api-services-firebaseapphosting/v1/2.0.0/README.md index 628f48799b8..86e93e702f4 100644 --- a/clients/google-api-services-firebaseapphosting/v1/2.0.0/README.md +++ b/clients/google-api-services-firebaseapphosting/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-firebaseapphosting - v1-rev20260423-2.0.0 + v1-rev20260506-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260506-2.0.0' } ``` diff --git a/clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/RolloutPolicy.java b/clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/RolloutPolicy.java index ecc51b82362..32513f5d2a3 100644 --- a/clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/RolloutPolicy.java +++ b/clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/RolloutPolicy.java @@ -72,8 +72,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -166,8 +166,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List ignoredPaths) { /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * @return value or {@code null} for none */ public java.util.List getRequiredPaths() { @@ -177,8 +177,8 @@ public java.util.List getRequiredPaths() { /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * @param requiredPaths requiredPaths or {@code null} for none */ public RolloutPolicy setRequiredPaths(java.util.List requiredPaths) { diff --git a/clients/google-api-services-firebaseapphosting/v1/2.0.0/pom.xml b/clients/google-api-services-firebaseapphosting/v1/2.0.0/pom.xml index a157f13b309..6033a39b63c 100644 --- a/clients/google-api-services-firebaseapphosting/v1/2.0.0/pom.xml +++ b/clients/google-api-services-firebaseapphosting/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firebaseapphosting - v1-rev20260423-2.0.0 - Firebase App Hosting API v1-rev20260423-2.0.0 + v1-rev20260506-2.0.0 + Firebase App Hosting API v1-rev20260506-2.0.0 jar 2011 diff --git a/clients/google-api-services-firebaseapphosting/v1/README.md b/clients/google-api-services-firebaseapphosting/v1/README.md index 628f48799b8..86e93e702f4 100644 --- a/clients/google-api-services-firebaseapphosting/v1/README.md +++ b/clients/google-api-services-firebaseapphosting/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebaseapphosting - v1-rev20260423-2.0.0 + v1-rev20260506-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260506-2.0.0' } ``` diff --git a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/README.md b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/README.md index c41a150c15b..26da78f354a 100644 --- a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/README.md +++ b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebaseapphosting - v1beta-rev20260427-2.0.0 + v1beta-rev20260506-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260427-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260506-2.0.0' } ``` diff --git a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/RolloutPolicy.java b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/RolloutPolicy.java index 96ada9de82f..1f48db405c6 100644 --- a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/RolloutPolicy.java +++ b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/RolloutPolicy.java @@ -72,8 +72,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -166,8 +166,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List ignoredPaths) { /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * @return value or {@code null} for none */ public java.util.List getRequiredPaths() { @@ -177,8 +177,8 @@ public java.util.List getRequiredPaths() { /** * Optional. A list of file paths patterns that trigger a build and rollout if at least one of the * changed files in the commit are present in this list. This field is optional; the rollout - * policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: - * “required_paths: { pattern: "foo/bar” type: GLOB } + * policy will default to triggering on all paths if both ignored_paths and required_paths are not + * populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB } * @param requiredPaths requiredPaths or {@code null} for none */ public RolloutPolicy setRequiredPaths(java.util.List requiredPaths) { diff --git a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/pom.xml b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/pom.xml index b37af8d7532..b78aac1c3f7 100644 --- a/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-firebaseapphosting/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firebaseapphosting - v1beta-rev20260427-2.0.0 - Firebase App Hosting API v1beta-rev20260427-2.0.0 + v1beta-rev20260506-2.0.0 + Firebase App Hosting API v1beta-rev20260506-2.0.0 jar 2011 diff --git a/clients/google-api-services-firebaseapphosting/v1beta/README.md b/clients/google-api-services-firebaseapphosting/v1beta/README.md index c41a150c15b..26da78f354a 100644 --- a/clients/google-api-services-firebaseapphosting/v1beta/README.md +++ b/clients/google-api-services-firebaseapphosting/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebaseapphosting - v1beta-rev20260427-2.0.0 + v1beta-rev20260506-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260427-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260506-2.0.0' } ```