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-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/BareMetalCluster.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,13 @@ public final class BareMetalCluster extends com.google.api.client.json.GenericJs
149
149
@com.google.api.client.util.Key
150
150
privatejava.lang.StringlocalName;
151
151
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
+
privatejava.lang.StringlocalNamespace;
158
+
152
159
/**
153
160
* Maintenance configuration.
154
161
* The value may be {@code null}.
@@ -553,6 +560,23 @@ public BareMetalCluster setLocalName(java.lang.String localName) {
553
560
returnthis;
554
561
}
555
562
563
+
/**
564
+
* Output only. The namespace of the cluster.
565
+
* @return value or {@code null} for none
566
+
*/
567
+
publicjava.lang.StringgetLocalNamespace() {
568
+
returnlocalNamespace;
569
+
}
570
+
571
+
/**
572
+
* Output only. The namespace of the cluster.
573
+
* @param localNamespace localNamespace or {@code null} for none
0 commit comments