You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/KubernetesMetadata.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ public final class KubernetesMetadata extends com.google.api.client.json.Generic
54
54
55
55
/**
56
56
* 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.
59
59
* The value may be {@code null}.
60
60
*/
61
61
@com.google.api.client.util.Key
@@ -132,8 +132,8 @@ public KubernetesMetadata setNodeCount(java.lang.Integer nodeCount) {
132
132
133
133
/**
134
134
* 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.
137
137
* @return value or {@code null} for none
138
138
*/
139
139
publicjava.lang.StringgetNodeProviderId() {
@@ -142,8 +142,8 @@ public java.lang.String getNodeProviderId() {
142
142
143
143
/**
144
144
* 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.
147
147
* @param nodeProviderId nodeProviderId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/MembershipEndpoint.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class MembershipEndpoint extends com.google.api.client.json.Generic
45
45
privateEdgeClusteredgeCluster;
46
46
47
47
/**
48
-
* Optional. Specific information for a GKE-on-GCP cluster.
48
+
* Optional. Specific information for a GKE on Google Cloud cluster.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -127,15 +127,15 @@ public MembershipEndpoint setEdgeCluster(EdgeCluster edgeCluster) {
127
127
}
128
128
129
129
/**
130
-
* Optional. Specific information for a GKE-on-GCP cluster.
130
+
* Optional. Specific information for a GKE on Google Cloud cluster.
131
131
* @return value or {@code null} for none
132
132
*/
133
133
publicGkeClustergetGkeCluster() {
134
134
returngkeCluster;
135
135
}
136
136
137
137
/**
138
-
* Optional. Specific information for a GKE-on-GCP cluster.
138
+
* Optional. Specific information for a GKE on Google Cloud cluster.
139
139
* @param gkeCluster gkeCluster or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/KubernetesMetadata.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ public final class KubernetesMetadata extends com.google.api.client.json.Generic
54
54
55
55
/**
56
56
* 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.
59
59
* The value may be {@code null}.
60
60
*/
61
61
@com.google.api.client.util.Key
@@ -132,8 +132,8 @@ public KubernetesMetadata setNodeCount(java.lang.Integer nodeCount) {
132
132
133
133
/**
134
134
* 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.
137
137
* @return value or {@code null} for none
138
138
*/
139
139
publicjava.lang.StringgetNodeProviderId() {
@@ -142,8 +142,8 @@ public java.lang.String getNodeProviderId() {
142
142
143
143
/**
144
144
* 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.
147
147
* @param nodeProviderId nodeProviderId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/MembershipEndpoint.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class MembershipEndpoint extends com.google.api.client.json.Generic
45
45
privateEdgeClusteredgeCluster;
46
46
47
47
/**
48
-
* Optional. Specific information for a GKE-on-GCP cluster.
48
+
* Optional. Specific information for a GKE on Google Cloud cluster.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -127,15 +127,15 @@ public MembershipEndpoint setEdgeCluster(EdgeCluster edgeCluster) {
127
127
}
128
128
129
129
/**
130
-
* Optional. Specific information for a GKE-on-GCP cluster.
130
+
* Optional. Specific information for a GKE on Google Cloud cluster.
131
131
* @return value or {@code null} for none
132
132
*/
133
133
publicGkeClustergetGkeCluster() {
134
134
returngkeCluster;
135
135
}
136
136
137
137
/**
138
-
* Optional. Specific information for a GKE-on-GCP cluster.
138
+
* Optional. Specific information for a GKE on Google Cloud cluster.
139
139
* @param gkeCluster gkeCluster or {@code null} for none
0 commit comments