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/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/Membership.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,13 @@ public final class Membership extends com.google.api.client.json.GenericJson {
102
102
@com.google.api.client.util.Key
103
103
privateStringlastConnectionTime;
104
104
105
+
/**
106
+
* Output only. The type of the membership.
107
+
* The value may be {@code null}.
108
+
*/
109
+
@com.google.api.client.util.Key
110
+
privatejava.lang.StringmembershipType;
111
+
105
112
/**
106
113
* Optional. The monitoring config information for this membership.
107
114
* The value may be {@code null}.
@@ -317,6 +324,23 @@ public Membership setLastConnectionTime(String lastConnectionTime) {
317
324
returnthis;
318
325
}
319
326
327
+
/**
328
+
* Output only. The type of the membership.
329
+
* @return value or {@code null} for none
330
+
*/
331
+
publicjava.lang.StringgetMembershipType() {
332
+
returnmembershipType;
333
+
}
334
+
335
+
/**
336
+
* Output only. The type of the membership.
337
+
* @param membershipType membershipType or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/Membership.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,13 @@ public final class Membership extends com.google.api.client.json.GenericJson {
102
102
@com.google.api.client.util.Key
103
103
privateStringlastConnectionTime;
104
104
105
+
/**
106
+
* Output only. The type of the membership.
107
+
* The value may be {@code null}.
108
+
*/
109
+
@com.google.api.client.util.Key
110
+
privatejava.lang.StringmembershipType;
111
+
105
112
/**
106
113
* Optional. The monitoring config information for this membership.
107
114
* The value may be {@code null}.
@@ -317,6 +324,23 @@ public Membership setLastConnectionTime(String lastConnectionTime) {
317
324
returnthis;
318
325
}
319
326
327
+
/**
328
+
* Output only. The type of the membership.
329
+
* @return value or {@code null} for none
330
+
*/
331
+
publicjava.lang.StringgetMembershipType() {
332
+
returnmembershipType;
333
+
}
334
+
335
+
/**
336
+
* Output only. The type of the membership.
337
+
* @param membershipType membershipType or {@code null} for none
0 commit comments