Skip to content

Commit 759099d

Browse files
1 parent c331592 commit 759099d

File tree

5 files changed

+15
-21
lines changed

5 files changed

+15
-21
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-rev20240728-2.0.0</version>
25+
<version>v1-rev20240809-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-rev20240728-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20240809-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ public final class PromoteReleaseRule extends com.google.api.client.json.Generic
4848
/**
4949
* Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If
5050
* unspecified, default it to the next stage in the promotion flow. The value of this field could
51-
* be one of the following: * The last segment of a target name. It only needs the ID to determine
52-
* if the target is one of the stages in the promotion sequence defined in the pipeline. *
53-
* "@next", the next target in the promotion sequence.
51+
* be one of the following: * The last segment of a target name * "@next", the next target in the
52+
* promotion sequence
5453
* The value may be {@code null}.
5554
*/
5655
@com.google.api.client.util.Key
@@ -110,9 +109,8 @@ public PromoteReleaseRule setDestinationPhase(java.lang.String destinationPhase)
110109
/**
111110
* Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If
112111
* unspecified, default it to the next stage in the promotion flow. The value of this field could
113-
* be one of the following: * The last segment of a target name. It only needs the ID to determine
114-
* if the target is one of the stages in the promotion sequence defined in the pipeline. *
115-
* "@next", the next target in the promotion sequence.
112+
* be one of the following: * The last segment of a target name * "@next", the next target in the
113+
* promotion sequence
116114
* @return value or {@code null} for none
117115
*/
118116
public java.lang.String getDestinationTargetId() {
@@ -122,9 +120,8 @@ public java.lang.String getDestinationTargetId() {
122120
/**
123121
* Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If
124122
* unspecified, default it to the next stage in the promotion flow. The value of this field could
125-
* be one of the following: * The last segment of a target name. It only needs the ID to determine
126-
* if the target is one of the stages in the promotion sequence defined in the pipeline. *
127-
* "@next", the next target in the promotion sequence.
123+
* be one of the following: * The last segment of a target name * "@next", the next target in the
124+
* promotion sequence
128125
* @param destinationTargetId destinationTargetId or {@code null} for none
129126
*/
130127
public PromoteReleaseRule setDestinationTargetId(java.lang.String destinationTargetId) {

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

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

3232
/**
3333
* ID of the `Target`. The value of this field could be one of the following: * The last segment
34-
* of a target name. It only needs the ID to determine which target is being referred to * "*",
35-
* all targets in a location.
34+
* of a target name * "*", all targets in a location
3635
* The value may be {@code null}.
3736
*/
3837
@com.google.api.client.util.Key
@@ -47,8 +46,7 @@ public final class TargetAttribute extends com.google.api.client.json.GenericJso
4746

4847
/**
4948
* ID of the `Target`. The value of this field could be one of the following: * The last segment
50-
* of a target name. It only needs the ID to determine which target is being referred to * "*",
51-
* all targets in a location.
49+
* of a target name * "*", all targets in a location
5250
* @return value or {@code null} for none
5351
*/
5452
public java.lang.String getId() {
@@ -57,8 +55,7 @@ public java.lang.String getId() {
5755

5856
/**
5957
* ID of the `Target`. The value of this field could be one of the following: * The last segment
60-
* of a target name. It only needs the ID to determine which target is being referred to * "*",
61-
* all targets in a location.
58+
* of a target name * "*", all targets in a location
6259
* @param id id or {@code null} for none
6360
*/
6461
public TargetAttribute setId(java.lang.String id) {

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-rev20240728-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20240728-2.0.0</name>
11+
<version>v1-rev20240809-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20240809-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-rev20240728-2.0.0</version>
25+
<version>v1-rev20240809-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-rev20240728-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20240809-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)