From 4020c099424df0e17cdf10c7da05e8ffc75bc799 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:50:21 -0700 Subject: [PATCH] chore: regenerate containeranalysis client --- .../v1/2.0.0/README.md | 4 +-- ...dbuildV1DependencyGitSourceDependency.java | 30 +++++++++++++++++++ .../v1/2.0.0/pom.xml | 4 +-- .../v1/README.md | 4 +-- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/clients/google-api-services-containeranalysis/v1/2.0.0/README.md b/clients/google-api-services-containeranalysis/v1/2.0.0/README.md index bf6411ea940..3336afcce1b 100644 --- a/clients/google-api-services-containeranalysis/v1/2.0.0/README.md +++ b/clients/google-api-services-containeranalysis/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-containeranalysis - v1-rev20260805-2.0.0 + v1-rev20260812-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260805-2.0.0' + implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260812-2.0.0' } ``` diff --git a/clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.java b/clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.java index 7d057c01d25..32e59885af9 100644 --- a/clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.java +++ b/clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.java @@ -44,6 +44,15 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourc @com.google.api.client.util.Key private java.lang.String destPath; + /** + * Optional. True if remote tags should be fetched too (default false). Note: when depth is 1 + * (default), git fetch only retrieves tags pointing to commits within the shallow boundary. Set + * depth to -1 to fetch all historical tags. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Boolean fetchTags; + /** * Optional. True if submodules should be fetched too (default false). * The value may be {@code null}. @@ -99,6 +108,27 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency return this; } + /** + * Optional. True if remote tags should be fetched too (default false). Note: when depth is 1 + * (default), git fetch only retrieves tags pointing to commits within the shallow boundary. Set + * depth to -1 to fetch all historical tags. + * @return value or {@code null} for none + */ + public java.lang.Boolean getFetchTags() { + return fetchTags; + } + + /** + * Optional. True if remote tags should be fetched too (default false). Note: when depth is 1 + * (default), git fetch only retrieves tags pointing to commits within the shallow boundary. Set + * depth to -1 to fetch all historical tags. + * @param fetchTags fetchTags or {@code null} for none + */ + public ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency setFetchTags(java.lang.Boolean fetchTags) { + this.fetchTags = fetchTags; + return this; + } + /** * Optional. True if submodules should be fetched too (default false). * @return value or {@code null} for none diff --git a/clients/google-api-services-containeranalysis/v1/2.0.0/pom.xml b/clients/google-api-services-containeranalysis/v1/2.0.0/pom.xml index ab19f939cb2..e54bfafb46a 100644 --- a/clients/google-api-services-containeranalysis/v1/2.0.0/pom.xml +++ b/clients/google-api-services-containeranalysis/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-containeranalysis - v1-rev20260805-2.0.0 - Container Analysis API v1-rev20260805-2.0.0 + v1-rev20260812-2.0.0 + Container Analysis API v1-rev20260812-2.0.0 jar 2011 diff --git a/clients/google-api-services-containeranalysis/v1/README.md b/clients/google-api-services-containeranalysis/v1/README.md index bf6411ea940..3336afcce1b 100644 --- a/clients/google-api-services-containeranalysis/v1/README.md +++ b/clients/google-api-services-containeranalysis/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-containeranalysis - v1-rev20260805-2.0.0 + v1-rev20260812-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260805-2.0.0' + implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260812-2.0.0' } ```