Skip to content

Commit

Permalink
chore: regenerate containeranalysis client (#17992)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 6, 2023
1 parent 392219a commit 1677aa6
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1-rev20230811-2.0.0</version>
<version>v1-rev20230829-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20230811-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20230829-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1Results extends co
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -160,7 +160,7 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1Results setBuildStepImages(jav
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @return value or {@code null} for none
*/
Expand All @@ -171,7 +171,7 @@ public java.util.List<java.lang.String> getBuildStepOutputs() {
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @param buildStepOutputs buildStepOutputs or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1-rev20230811-2.0.0</version>
<name>Container Analysis API v1-rev20230811-2.0.0</name>
<version>v1-rev20230829-2.0.0</version>
<name>Container Analysis API v1-rev20230829-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1alpha1-rev20230811-2.0.0</version>
<version>v1alpha1-rev20230829-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20230811-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20230829-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1Results extends co
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -160,7 +160,7 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1Results setBuildStepImages(jav
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @return value or {@code null} for none
*/
Expand All @@ -171,7 +171,7 @@ public java.util.List<java.lang.String> getBuildStepOutputs() {
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @param buildStepOutputs buildStepOutputs or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1alpha1-rev20230811-2.0.0</version>
<name>Container Analysis API v1alpha1-rev20230811-2.0.0</name>
<version>v1alpha1-rev20230829-2.0.0</version>
<name>Container Analysis API v1alpha1-rev20230829-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1beta1-rev20230811-2.0.0</version>
<version>v1beta1-rev20230829-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20230811-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20230829-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1Results extends co
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -160,7 +160,7 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1Results setBuildStepImages(jav
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @return value or {@code null} for none
*/
Expand All @@ -171,7 +171,7 @@ public java.util.List<java.lang.String> getBuildStepOutputs() {
/**
* List of build step outputs, produced by builder images, in the order corresponding to build
* step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 4KB of data is
* produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is
* stored.
* @param buildStepOutputs buildStepOutputs or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-containeranalysis</artifactId>
<version>v1beta1-rev20230811-2.0.0</version>
<name>Container Analysis API v1beta1-rev20230811-2.0.0</name>
<version>v1beta1-rev20230829-2.0.0</version>
<name>Container Analysis API v1beta1-rev20230829-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 1677aa6

Please sign in to comment.