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-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/GoogleBigtableAdminV2TypeBool.java
Copy file name to clipboardExpand all lines: clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Instance.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,13 @@ public final class Instance extends com.google.api.client.json.GenericJson {
47
47
@com.google.api.client.util.Key
48
48
privatejava.lang.StringdisplayName;
49
49
50
+
/**
51
+
* Optional. The edition of the instance. See Edition for details.
52
+
* The value may be {@code null}.
53
+
*/
54
+
@com.google.api.client.util.Key
55
+
privatejava.lang.Stringedition;
56
+
50
57
/**
51
58
* Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that
52
59
* reflect a customer's organizational needs and deployment strategies. They can be used to filter
@@ -145,6 +152,23 @@ public Instance setDisplayName(java.lang.String displayName) {
145
152
returnthis;
146
153
}
147
154
155
+
/**
156
+
* Optional. The edition of the instance. See Edition for details.
157
+
* @return value or {@code null} for none
158
+
*/
159
+
publicjava.lang.StringgetEdition() {
160
+
returnedition;
161
+
}
162
+
163
+
/**
164
+
* Optional. The edition of the instance. See Edition for details.
0 commit comments