Skip to content

Commit c47bbfd

Browse files
1 parent ba2436f commit c47bbfd

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/BareMetalCluster.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ public final class BareMetalCluster extends com.google.api.client.json.GenericJs
149149
@com.google.api.client.util.Key
150150
private java.lang.String localName;
151151

152+
/**
153+
* Output only. The namespace of the cluster.
154+
* The value may be {@code null}.
155+
*/
156+
@com.google.api.client.util.Key
157+
private java.lang.String localNamespace;
158+
152159
/**
153160
* Maintenance configuration.
154161
* The value may be {@code null}.
@@ -553,6 +560,23 @@ public BareMetalCluster setLocalName(java.lang.String localName) {
553560
return this;
554561
}
555562

563+
/**
564+
* Output only. The namespace of the cluster.
565+
* @return value or {@code null} for none
566+
*/
567+
public java.lang.String getLocalNamespace() {
568+
return localNamespace;
569+
}
570+
571+
/**
572+
* Output only. The namespace of the cluster.
573+
* @param localNamespace localNamespace or {@code null} for none
574+
*/
575+
public BareMetalCluster setLocalNamespace(java.lang.String localNamespace) {
576+
this.localNamespace = localNamespace;
577+
return this;
578+
}
579+
556580
/**
557581
* Maintenance configuration.
558582
* @return value or {@code null} for none

clients/google-api-services-gkeonprem/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-gkeonprem</artifactId>
11-
<version>v1-rev20250326-2.0.0</version>
12-
<name>GKE On-Prem API v1-rev20250326-2.0.0</name>
11+
<version>v1-rev20250423-2.0.0</version>
12+
<name>GKE On-Prem API v1-rev20250423-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)