Skip to content

Commit f0a6a80

Browse files
1 parent b288349 commit f0a6a80

File tree

5 files changed

+18
-15
lines changed

5 files changed

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,28 @@
3030
public final class AnthosCluster extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration.
34-
* Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
33+
* Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold
34+
* configuration. Format is
35+
* `projects/{project}/locations/{location}/memberships/{membership_name}`.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.String membership;
3940

4041
/**
41-
* Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration.
42-
* Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
42+
* Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold
43+
* configuration. Format is
44+
* `projects/{project}/locations/{location}/memberships/{membership_name}`.
4345
* @return value or {@code null} for none
4446
*/
4547
public java.lang.String getMembership() {
4648
return membership;
4749
}
4850

4951
/**
50-
* Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration.
51-
* Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
52+
* Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold
53+
* configuration. Format is
54+
* `projects/{project}/locations/{location}/memberships/{membership_name}`.
5255
* @param membership membership or {@code null} for none
5356
*/
5457
public AnthosCluster setMembership(java.lang.String membership) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GkeCluster extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Information specifying a GKE Cluster. Format is
33+
* Optional. Information specifying a GKE Cluster. Format is
3434
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
3535
* The value may be {@code null}.
3636
*/
@@ -49,7 +49,7 @@ public final class GkeCluster extends com.google.api.client.json.GenericJson {
4949
private java.lang.Boolean internalIp;
5050

5151
/**
52-
* Information specifying a GKE Cluster. Format is
52+
* Optional. Information specifying a GKE Cluster. Format is
5353
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
5454
* @return value or {@code null} for none
5555
*/
@@ -58,7 +58,7 @@ public java.lang.String getCluster() {
5858
}
5959

6060
/**
61-
* Information specifying a GKE Cluster. Format is
61+
* Optional. Information specifying a GKE Cluster. Format is
6262
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
6363
* @param cluster cluster or {@code null} for none
6464
*/

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

0 commit comments

Comments
 (0)