File tree Expand file tree Collapse file tree 5 files changed +18
-15
lines changed
clients/google-api-services-clouddeploy/v1
com/google/api/services/clouddeploy/v1/model Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-clouddeploy</artifactId >
25
- <version >v1-rev20240417 -2.0.0</version >
25
+ <version >v1-rev20240428 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 30
30
public final class AnthosCluster extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
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}`.
35
36
* The value may be {@code null}.
36
37
*/
37
38
@ com .google .api .client .util .Key
38
39
private java .lang .String membership ;
39
40
40
41
/**
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}`.
43
45
* @return value or {@code null} for none
44
46
*/
45
47
public java .lang .String getMembership () {
46
48
return membership ;
47
49
}
48
50
49
51
/**
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}`.
52
55
* @param membership membership or {@code null} for none
53
56
*/
54
57
public AnthosCluster setMembership (java .lang .String membership ) {
Original file line number Diff line number Diff line change 30
30
public final class GkeCluster extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Information specifying a GKE Cluster. Format is
33
+ * Optional. Information specifying a GKE Cluster. Format is
34
34
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
35
35
* The value may be {@code null}.
36
36
*/
@@ -49,7 +49,7 @@ public final class GkeCluster extends com.google.api.client.json.GenericJson {
49
49
private java .lang .Boolean internalIp ;
50
50
51
51
/**
52
- * Information specifying a GKE Cluster. Format is
52
+ * Optional. Information specifying a GKE Cluster. Format is
53
53
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
54
54
* @return value or {@code null} for none
55
55
*/
@@ -58,7 +58,7 @@ public java.lang.String getCluster() {
58
58
}
59
59
60
60
/**
61
- * Information specifying a GKE Cluster. Format is
61
+ * Optional. Information specifying a GKE Cluster. Format is
62
62
* `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.
63
63
* @param cluster cluster or {@code null} for none
64
64
*/
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-clouddeploy</artifactId >
25
- <version >v1-rev20240417 -2.0.0</version >
25
+ <version >v1-rev20240428 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments