Skip to content

Commit e793428

Browse files
1 parent 83dd1c2 commit e793428

File tree

12 files changed

+108
-18
lines changed

12 files changed

+108
-18
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-rev20251030-2.0.0</version>
25+
<version>v1-rev20251203-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20251203-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
3737
@com.google.api.client.util.Key
3838
private java.lang.String artifactId;
3939

40+
/**
41+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
42+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
43+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String deployFolder;
48+
4049
/**
4150
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
4251
* The value may be {@code null}.
@@ -86,6 +95,27 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setArti
8695
return this;
8796
}
8897

98+
/**
99+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
100+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
101+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getDeployFolder() {
105+
return deployFolder;
106+
}
107+
108+
/**
109+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
110+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
111+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
112+
* @param deployFolder deployFolder or {@code null} for none
113+
*/
114+
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setDeployFolder(java.lang.String deployFolder) {
115+
this.deployFolder = deployFolder;
116+
return this;
117+
}
118+
89119
/**
90120
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
91121
* @return value or {@code null} for none

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-rev20251030-2.0.0</version>
12-
<name>Container Analysis API v1-rev20251030-2.0.0</name>
11+
<version>v1-rev20251203-2.0.0</version>
12+
<name>Container Analysis API v1-rev20251203-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-rev20251030-2.0.0</version>
25+
<version>v1-rev20251203-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20251203-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-rev20251030-2.0.0</version>
25+
<version>v1alpha1-rev20251203-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20251203-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
3737
@com.google.api.client.util.Key
3838
private java.lang.String artifactId;
3939

40+
/**
41+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
42+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
43+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String deployFolder;
48+
4049
/**
4150
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
4251
* The value may be {@code null}.
@@ -86,6 +95,27 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setArti
8695
return this;
8796
}
8897

98+
/**
99+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
100+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
101+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getDeployFolder() {
105+
return deployFolder;
106+
}
107+
108+
/**
109+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
110+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
111+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
112+
* @param deployFolder deployFolder or {@code null} for none
113+
*/
114+
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setDeployFolder(java.lang.String deployFolder) {
115+
this.deployFolder = deployFolder;
116+
return this;
117+
}
118+
89119
/**
90120
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
91121
* @return value or {@code null} for none

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-rev20251030-2.0.0</version>
12-
<name>Container Analysis API v1alpha1-rev20251030-2.0.0</name>
11+
<version>v1alpha1-rev20251203-2.0.0</version>
12+
<name>Container Analysis API v1alpha1-rev20251203-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-rev20251030-2.0.0</version>
25+
<version>v1alpha1-rev20251203-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20251203-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-rev20251030-2.0.0</version>
25+
<version>v1beta1-rev20251203-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20251203-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArti
3737
@com.google.api.client.util.Key
3838
private java.lang.String artifactId;
3939

40+
/**
41+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
42+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
43+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String deployFolder;
48+
4049
/**
4150
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
4251
* The value may be {@code null}.
@@ -86,6 +95,27 @@ public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setArti
8695
return this;
8796
}
8897

98+
/**
99+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
100+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
101+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getDeployFolder() {
105+
return deployFolder;
106+
}
107+
108+
/**
109+
* Optional. Path to a folder containing the files to upload to Artifact Registry. This can be
110+
* either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace,
111+
* e.g. `my-app/target/`. This field is mutually exclusive with the `path` field.
112+
* @param deployFolder deployFolder or {@code null} for none
113+
*/
114+
public ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact setDeployFolder(java.lang.String deployFolder) {
115+
this.deployFolder = deployFolder;
116+
return this;
117+
}
118+
89119
/**
90120
* Maven `groupId` value used when uploading the artifact to Artifact Registry.
91121
* @return value or {@code null} for none

0 commit comments

Comments
 (0)