Skip to content

Commit 22390ee

Browse files
1 parent 27e8cae commit 22390ee

File tree

15 files changed

+48
-48
lines changed

15 files changed

+48
-48
lines changed

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

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/ApplianceCluster.java

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

3232
/**
33-
* Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
33+
* Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example:
3434
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-
3535
* appliance
3636
* The value may be {@code null}.
@@ -39,7 +39,7 @@ public final class ApplianceCluster extends com.google.api.client.json.GenericJs
3939
private java.lang.String resourceLink;
4040

4141
/**
42-
* Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
42+
* Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example:
4343
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-
4444
* appliance
4545
* @return value or {@code null} for none
@@ -49,7 +49,7 @@ public java.lang.String getResourceLink() {
4949
}
5050

5151
/**
52-
* Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
52+
* Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example:
5353
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-
5454
* appliance
5555
* @param resourceLink resourceLink or {@code null} for none

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/EdgeCluster.java

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

3232
/**
33-
* Immutable. Self-link of the GCP resource for the Edge Cluster. For example:
33+
* Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example:
3434
* //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String resourceLink;
3939

4040
/**
41-
* Immutable. Self-link of the GCP resource for the Edge Cluster. For example:
41+
* Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example:
4242
* //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
4343
* @return value or {@code null} for none
4444
*/
@@ -47,7 +47,7 @@ public java.lang.String getResourceLink() {
4747
}
4848

4949
/**
50-
* Immutable. Self-link of the GCP resource for the Edge Cluster. For example:
50+
* Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example:
5151
* //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
5252
* @param resourceLink resourceLink or {@code null} for none
5353
*/

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/GkeCluster.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GkeCluster extends com.google.api.client.json.GenericJson {
3838
private java.lang.Boolean clusterMissing;
3939

4040
/**
41-
* Immutable. Self-link of the GCP resource for the GKE cluster. For example:
41+
* Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example:
4242
* //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal
4343
* clusters are also supported.
4444
* The value may be {@code null}.
@@ -66,7 +66,7 @@ public GkeCluster setClusterMissing(java.lang.Boolean clusterMissing) {
6666
}
6767

6868
/**
69-
* Immutable. Self-link of the GCP resource for the GKE cluster. For example:
69+
* Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example:
7070
* //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal
7171
* clusters are also supported.
7272
* @return value or {@code null} for none
@@ -76,7 +76,7 @@ public java.lang.String getResourceLink() {
7676
}
7777

7878
/**
79-
* Immutable. Self-link of the GCP resource for the GKE cluster. For example:
79+
* Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example:
8080
* //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal
8181
* clusters are also supported.
8282
* @param resourceLink resourceLink or {@code null} for none

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/KubernetesMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public final class KubernetesMetadata extends com.google.api.client.json.Generic
5454

5555
/**
5656
* Output only. Node providerID as reported by the first node in the list of nodes on the
57-
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP),
58-
* the node_count will be zero and the node_provider_id will be empty.
57+
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-
58+
* Google Cloud), the node_count will be zero and the node_provider_id will be empty.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -132,8 +132,8 @@ public KubernetesMetadata setNodeCount(java.lang.Integer nodeCount) {
132132

133133
/**
134134
* Output only. Node providerID as reported by the first node in the list of nodes on the
135-
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP),
136-
* the node_count will be zero and the node_provider_id will be empty.
135+
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-
136+
* Google Cloud), the node_count will be zero and the node_provider_id will be empty.
137137
* @return value or {@code null} for none
138138
*/
139139
public java.lang.String getNodeProviderId() {
@@ -142,8 +142,8 @@ public java.lang.String getNodeProviderId() {
142142

143143
/**
144144
* Output only. Node providerID as reported by the first node in the list of nodes on the
145-
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP),
146-
* the node_count will be zero and the node_provider_id will be empty.
145+
* Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-
146+
* Google Cloud), the node_count will be zero and the node_provider_id will be empty.
147147
* @param nodeProviderId nodeProviderId or {@code null} for none
148148
*/
149149
public KubernetesMetadata setNodeProviderId(java.lang.String nodeProviderId) {

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/Membership.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public final class Membership extends com.google.api.client.json.GenericJson {
8686
private java.lang.String infrastructureType;
8787

8888
/**
89-
* Optional. GCP labels for this membership. These labels are not leveraged by multi-cluster
90-
* features, instead, we prefer cluster labels, which can be set on GKE cluster or other cluster
91-
* types.
89+
* Optional. Google Cloud labels for this membership. These labels are not leveraged by multi-
90+
* cluster features, instead, we prefer cluster labels, which can be set on GKE cluster or other
91+
* cluster types.
9292
* The value may be {@code null}.
9393
*/
9494
@com.google.api.client.util.Key
@@ -287,19 +287,19 @@ public Membership setInfrastructureType(java.lang.String infrastructureType) {
287287
}
288288

289289
/**
290-
* Optional. GCP labels for this membership. These labels are not leveraged by multi-cluster
291-
* features, instead, we prefer cluster labels, which can be set on GKE cluster or other cluster
292-
* types.
290+
* Optional. Google Cloud labels for this membership. These labels are not leveraged by multi-
291+
* cluster features, instead, we prefer cluster labels, which can be set on GKE cluster or other
292+
* cluster types.
293293
* @return value or {@code null} for none
294294
*/
295295
public java.util.Map<String, java.lang.String> getLabels() {
296296
return labels;
297297
}
298298

299299
/**
300-
* Optional. GCP labels for this membership. These labels are not leveraged by multi-cluster
301-
* features, instead, we prefer cluster labels, which can be set on GKE cluster or other cluster
302-
* types.
300+
* Optional. Google Cloud labels for this membership. These labels are not leveraged by multi-
301+
* cluster features, instead, we prefer cluster labels, which can be set on GKE cluster or other
302+
* cluster types.
303303
* @param labels labels or {@code null} for none
304304
*/
305305
public Membership setLabels(java.util.Map<String, java.lang.String> labels) {

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/MembershipEndpoint.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class MembershipEndpoint extends com.google.api.client.json.Generic
4545
private EdgeCluster edgeCluster;
4646

4747
/**
48-
* Optional. Specific information for a GKE-on-GCP cluster.
48+
* Optional. Specific information for a GKE-on-Google Cloud cluster.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -119,15 +119,15 @@ public MembershipEndpoint setEdgeCluster(EdgeCluster edgeCluster) {
119119
}
120120

121121
/**
122-
* Optional. Specific information for a GKE-on-GCP cluster.
122+
* Optional. Specific information for a GKE-on-Google Cloud cluster.
123123
* @return value or {@code null} for none
124124
*/
125125
public GkeCluster getGkeCluster() {
126126
return gkeCluster;
127127
}
128128

129129
/**
130-
* Optional. Specific information for a GKE-on-GCP cluster.
130+
* Optional. Specific information for a GKE-on-Google Cloud cluster.
131131
* @param gkeCluster gkeCluster or {@code null} for none
132132
*/
133133
public MembershipEndpoint setGkeCluster(GkeCluster gkeCluster) {

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/MultiCloudCluster.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class MultiCloudCluster extends com.google.api.client.json.GenericJ
3838
private java.lang.Boolean clusterMissing;
3939

4040
/**
41-
* Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For example:
41+
* Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example:
4242
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster
4343
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-
4444
* cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-
@@ -68,7 +68,7 @@ public MultiCloudCluster setClusterMissing(java.lang.Boolean clusterMissing) {
6868
}
6969

7070
/**
71-
* Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For example:
71+
* Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example:
7272
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster
7373
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-
7474
* cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-
@@ -80,7 +80,7 @@ public java.lang.String getResourceLink() {
8080
}
8181

8282
/**
83-
* Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For example:
83+
* Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example:
8484
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster
8585
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-
8686
* cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-

clients/google-api-services-gkehub/v1beta1/2.0.0/com/google/api/services/gkehub/v1beta1/model/OnPremCluster.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class OnPremCluster extends com.google.api.client.json.GenericJson
5252
private java.lang.String clusterType;
5353

5454
/**
55-
* Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example:
55+
* Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example:
5656
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster
5757
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-
5858
* cluster
@@ -115,7 +115,7 @@ public OnPremCluster setClusterType(java.lang.String clusterType) {
115115
}
116116

117117
/**
118-
* Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example:
118+
* Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example:
119119
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster
120120
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-
121121
* cluster
@@ -126,7 +126,7 @@ public java.lang.String getResourceLink() {
126126
}
127127

128128
/**
129-
* Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example:
129+
* Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example:
130130
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster
131131
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-
132132
* cluster

clients/google-api-services-gkehub/v1beta1/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>v1beta1-rev20260126-2.0.0</version>
12-
<name>GKE Hub API v1beta1-rev20260126-2.0.0</name>
11+
<version>v1beta1-rev20260226-2.0.0</version>
12+
<name>GKE Hub API v1beta1-rev20260226-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)