Skip to content

Commit 98b2a3c

Browse files
1 parent f286a63 commit 98b2a3c

File tree

23 files changed

+159
-78
lines changed

23 files changed

+159
-78
lines changed

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

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/GKEHub.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -709,22 +709,22 @@ public List setName(java.lang.String name) {
709709
}
710710

711711
/**
712-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
713-
* documented otherwise. This is primarily for internal usage.
712+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
713+
* is primarily intended for internal usage.
714714
*/
715715
@com.google.api.client.util.Key
716716
private java.util.List<java.lang.String> extraLocationTypes;
717717

718-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
719-
otherwise. This is primarily for internal usage.
718+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
719+
primarily intended for internal usage.
720720
*/
721721
public java.util.List<java.lang.String> getExtraLocationTypes() {
722722
return extraLocationTypes;
723723
}
724724

725725
/**
726-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
727-
* documented otherwise. This is primarily for internal usage.
726+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
727+
* is primarily intended for internal usage.
728728
*/
729729
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
730730
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ResourceOptions.java

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ public final class ResourceOptions extends com.google.api.client.json.GenericJso
3939
private java.lang.String connectVersion;
4040

4141
/**
42-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
43-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
42+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
43+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String k8sGitVersion;
48+
49+
/**
50+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
51+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
4452
* or`apiextensions/v1`.
4553
* The value may be {@code null}.
4654
*/
@@ -78,8 +86,27 @@ public ResourceOptions setConnectVersion(java.lang.String connectVersion) {
7886
}
7987

8088
/**
81-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
82-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
89+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
90+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getK8sGitVersion() {
94+
return k8sGitVersion;
95+
}
96+
97+
/**
98+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
99+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
100+
* @param k8sGitVersion k8sGitVersion or {@code null} for none
101+
*/
102+
public ResourceOptions setK8sGitVersion(java.lang.String k8sGitVersion) {
103+
this.k8sGitVersion = k8sGitVersion;
104+
return this;
105+
}
106+
107+
/**
108+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
109+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
83110
* or`apiextensions/v1`.
84111
* @return value or {@code null} for none
85112
*/
@@ -88,8 +115,8 @@ public java.lang.String getK8sVersion() {
88115
}
89116

90117
/**
91-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
92-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
118+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
119+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
93120
* or`apiextensions/v1`.
94121
* @param k8sVersion k8sVersion or {@code null} for none
95122
*/

clients/google-api-services-gkehub/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-gkehub</artifactId>
11-
<version>v1-rev20250829-2.0.0</version>
12-
<name>GKE Hub API v1-rev20250829-2.0.0</name>
11+
<version>v1-rev20250907-2.0.0</version>
12+
<name>GKE Hub API v1-rev20250907-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-gkehub/v1alpha/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-gkehub</artifactId>
25-
<version>v1alpha-rev20250829-2.0.0</version>
25+
<version>v1alpha-rev20250907-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-gkehub:v1alpha-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20250907-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/GKEHub.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -709,22 +709,22 @@ public List setName(java.lang.String name) {
709709
}
710710

711711
/**
712-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
713-
* documented otherwise. This is primarily for internal usage.
712+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
713+
* is primarily intended for internal usage.
714714
*/
715715
@com.google.api.client.util.Key
716716
private java.util.List<java.lang.String> extraLocationTypes;
717717

718-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
719-
otherwise. This is primarily for internal usage.
718+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
719+
primarily intended for internal usage.
720720
*/
721721
public java.util.List<java.lang.String> getExtraLocationTypes() {
722722
return extraLocationTypes;
723723
}
724724

725725
/**
726-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
727-
* documented otherwise. This is primarily for internal usage.
726+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
727+
* is primarily intended for internal usage.
728728
*/
729729
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
730730
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ResourceOptions.java

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ public final class ResourceOptions extends com.google.api.client.json.GenericJso
3939
private java.lang.String connectVersion;
4040

4141
/**
42-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
43-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
42+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
43+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String k8sGitVersion;
48+
49+
/**
50+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
51+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
4452
* or`apiextensions/v1`.
4553
* The value may be {@code null}.
4654
*/
@@ -78,8 +86,27 @@ public ResourceOptions setConnectVersion(java.lang.String connectVersion) {
7886
}
7987

8088
/**
81-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
82-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
89+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
90+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getK8sGitVersion() {
94+
return k8sGitVersion;
95+
}
96+
97+
/**
98+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
99+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
100+
* @param k8sGitVersion k8sGitVersion or {@code null} for none
101+
*/
102+
public ResourceOptions setK8sGitVersion(java.lang.String k8sGitVersion) {
103+
this.k8sGitVersion = k8sGitVersion;
104+
return this;
105+
}
106+
107+
/**
108+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
109+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
83110
* or`apiextensions/v1`.
84111
* @return value or {@code null} for none
85112
*/
@@ -88,8 +115,8 @@ public java.lang.String getK8sVersion() {
88115
}
89116

90117
/**
91-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
92-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
118+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
119+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
93120
* or`apiextensions/v1`.
94121
* @param k8sVersion k8sVersion or {@code null} for none
95122
*/

clients/google-api-services-gkehub/v1alpha/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-gkehub</artifactId>
11-
<version>v1alpha-rev20250829-2.0.0</version>
12-
<name>GKE Hub API v1alpha-rev20250829-2.0.0</name>
11+
<version>v1alpha-rev20250907-2.0.0</version>
12+
<name>GKE Hub API v1alpha-rev20250907-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-gkehub/v1alpha/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-gkehub</artifactId>
25-
<version>v1alpha-rev20250829-2.0.0</version>
25+
<version>v1alpha-rev20250907-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-gkehub:v1alpha-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20250907-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)