Skip to content

Commit d430fdb

Browse files
1 parent de20ca6 commit d430fdb

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

clients/google-api-services-clouddeploy/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-clouddeploy</artifactId>
25-
<version>v1-rev20250212-2.0.0</version>
25+
<version>v1-rev20250226-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-clouddeploy:v1-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250226-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/TargetArtifact.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class TargetArtifact extends com.google.api.client.json.GenericJson
3838
private java.lang.String artifactUri;
3939

4040
/**
41-
* Output only. File path of the rendered manifest relative to the URI.
41+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -58,7 +58,8 @@ public final class TargetArtifact extends com.google.api.client.json.GenericJson
5858
}
5959

6060
/**
61-
* Output only. File path of the resolved Skaffold configuration relative to the URI.
61+
* Output only. File path of the resolved Skaffold configuration for the stable phase, relative to
62+
* the URI.
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -84,15 +85,15 @@ public TargetArtifact setArtifactUri(java.lang.String artifactUri) {
8485
}
8586

8687
/**
87-
* Output only. File path of the rendered manifest relative to the URI.
88+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
8889
* @return value or {@code null} for none
8990
*/
9091
public java.lang.String getManifestPath() {
9192
return manifestPath;
9293
}
9394

9495
/**
95-
* Output only. File path of the rendered manifest relative to the URI.
96+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
9697
* @param manifestPath manifestPath or {@code null} for none
9798
*/
9899
public TargetArtifact setManifestPath(java.lang.String manifestPath) {
@@ -118,15 +119,17 @@ public TargetArtifact setPhaseArtifacts(java.util.Map<String, PhaseArtifact> pha
118119
}
119120

120121
/**
121-
* Output only. File path of the resolved Skaffold configuration relative to the URI.
122+
* Output only. File path of the resolved Skaffold configuration for the stable phase, relative to
123+
* the URI.
122124
* @return value or {@code null} for none
123125
*/
124126
public java.lang.String getSkaffoldConfigPath() {
125127
return skaffoldConfigPath;
126128
}
127129

128130
/**
129-
* Output only. File path of the resolved Skaffold configuration relative to the URI.
131+
* Output only. File path of the resolved Skaffold configuration for the stable phase, relative to
132+
* the URI.
130133
* @param skaffoldConfigPath skaffoldConfigPath or {@code null} for none
131134
*/
132135
public TargetArtifact setSkaffoldConfigPath(java.lang.String skaffoldConfigPath) {

clients/google-api-services-clouddeploy/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-clouddeploy</artifactId>
11-
<version>v1-rev20250212-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20250212-2.0.0</name>
11+
<version>v1-rev20250226-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20250226-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-clouddeploy/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-clouddeploy</artifactId>
25-
<version>v1-rev20250212-2.0.0</version>
25+
<version>v1-rev20250226-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-clouddeploy:v1-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250226-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)