Skip to content

Commit 5df1126

Browse files
1 parent e995a08 commit 5df1126

File tree

12 files changed

+36
-27
lines changed

12 files changed

+36
-27
lines changed

clients/google-api-services-containeranalysis/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-containeranalysis</artifactId>
25-
<version>v1-rev20250813-2.0.0</version>
25+
<version>v1-rev20250829-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20250829-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Path to the package.json. e.g. workspace/path/to/package
34+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
35+
* `package_path` can be specified.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -47,15 +48,17 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackag
4748
private java.lang.String repository;
4849

4950
/**
50-
* Path to the package.json. e.g. workspace/path/to/package
51+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
52+
* `package_path` can be specified.
5153
* @return value or {@code null} for none
5254
*/
5355
public java.lang.String getPackagePath() {
5456
return packagePath;
5557
}
5658

5759
/**
58-
* Path to the package.json. e.g. workspace/path/to/package
60+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
61+
* `package_path` can be specified.
5962
* @param packagePath packagePath or {@code null} for none
6063
*/
6164
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage setPackagePath(java.lang.String packagePath) {

clients/google-api-services-containeranalysis/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-containeranalysis</artifactId>
11-
<version>v1-rev20250813-2.0.0</version>
12-
<name>Container Analysis API v1-rev20250813-2.0.0</name>
11+
<version>v1-rev20250829-2.0.0</version>
12+
<name>Container Analysis API v1-rev20250829-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-containeranalysis/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-containeranalysis</artifactId>
25-
<version>v1-rev20250813-2.0.0</version>
25+
<version>v1-rev20250829-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20250829-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20250813-2.0.0</version>
25+
<version>v1alpha1-rev20250829-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250829-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Path to the package.json. e.g. workspace/path/to/package
34+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
35+
* `package_path` can be specified.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -47,15 +48,17 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackag
4748
private java.lang.String repository;
4849

4950
/**
50-
* Path to the package.json. e.g. workspace/path/to/package
51+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
52+
* `package_path` can be specified.
5153
* @return value or {@code null} for none
5254
*/
5355
public java.lang.String getPackagePath() {
5456
return packagePath;
5557
}
5658

5759
/**
58-
* Path to the package.json. e.g. workspace/path/to/package
60+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
61+
* `package_path` can be specified.
5962
* @param packagePath packagePath or {@code null} for none
6063
*/
6164
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage setPackagePath(java.lang.String packagePath) {

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-containeranalysis</artifactId>
11-
<version>v1alpha1-rev20250813-2.0.0</version>
12-
<name>Container Analysis API v1alpha1-rev20250813-2.0.0</name>
11+
<version>v1alpha1-rev20250829-2.0.0</version>
12+
<name>Container Analysis API v1alpha1-rev20250829-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-containeranalysis/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20250813-2.0.0</version>
25+
<version>v1alpha1-rev20250829-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250829-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-containeranalysis</artifactId>
25-
<version>v1beta1-rev20250813-2.0.0</version>
25+
<version>v1beta1-rev20250829-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20250829-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1beta1/2.0.0/com/google/api/services/containeranalysis/v1beta1/model/ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Path to the package.json. e.g. workspace/path/to/package
34+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
35+
* `package_path` can be specified.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -47,15 +48,17 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackag
4748
private java.lang.String repository;
4849

4950
/**
50-
* Path to the package.json. e.g. workspace/path/to/package
51+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
52+
* `package_path` can be specified.
5153
* @return value or {@code null} for none
5254
*/
5355
public java.lang.String getPackagePath() {
5456
return packagePath;
5557
}
5658

5759
/**
58-
* Path to the package.json. e.g. workspace/path/to/package
60+
* Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or
61+
* `package_path` can be specified.
5962
* @param packagePath packagePath or {@code null} for none
6063
*/
6164
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage setPackagePath(java.lang.String packagePath) {

0 commit comments

Comments
 (0)