Skip to content

Commit d8aace7

Browse files
chore: regenerate gkeonprem client (googleapis#26328)
1 parent f9b9392 commit d8aace7

File tree

157 files changed

+171
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+171
-171
lines changed

clients/google-api-services-gkeonprem/v1/2.0.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# GDC Virtual API Client Library for Java
1+
# GKE On-Prem API Client Library for Java
22

33

44

5-
This page contains information about getting started with the GDC Virtual API
5+
This page contains information about getting started with the GKE On-Prem API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the GDC Virtual API][javadoc]
9+
* Browse the [Javadoc reference for the GKE On-Prem API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the GDC Virtual API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the GKE On-Prem API][api-explorer]
1212

1313
## Installation
1414

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class GKEOnPrem extends com.google.api.client.googleapis.services.json.Ab
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the GDC Virtual API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the GKE On-Prem API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.gkeonprem.v1;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the GDC Virtual API.
20+
* Available OAuth 2.0 scopes for use with the GKE On-Prem API.
2121
*
2222
* @since 1.4
2323
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* cluster.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
25+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2626
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2727
* </p>
2828
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Resource that represents a bare metal admin cluster.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminClusterOperationsConfig specifies the admin cluster's observability infrastructure.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminControlPlaneConfig specifies the control plane configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* plane specific fields in the future.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
25+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2626
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2727
* </p>
2828
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminDrainedMachine represents the machines that are drained.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminDrainingMachine represents the machines that are currently draining.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* island mode.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminLoadBalancerConfig specifies the load balancer configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* undergoing drain operations.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* nodes in and out of maintenance.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* CR's nodes.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminManualLbConfig represents configuration parameters for a manual load balancer.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminNetworkConfig specifies the cluster network configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies the node access related settings for the bare metal admin cluster.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies operating system operation settings for cluster provisioning.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminPortConfig is the specification of load balancer ports.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminProxyConfig specifies the cluster proxy configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies the security related settings for the bare metal admin cluster.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminStorageConfig specifies the cluster storage configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminVipConfig for bare metal load balancer configurations.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalAdminWorkloadNodeConfig specifies the workload node configurations.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* apiserver/).
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
26-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
26+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2727
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2828
* </p>
2929
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* balancer.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* peer.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Resource that represents a bare metal user cluster.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies the bare metal user cluster's observability infrastructure.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* BareMetalClusterUpgradePolicy defines the cluster upgrade policy.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies the control plane configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Specifies the control plane node pool configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the GDC Virtual API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the GKE On-Prem API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

0 commit comments

Comments
 (0)