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/Instance.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
54
54
@com.google.api.client.util.Key
55
55
privatejava.lang.Stringedition;
56
56
57
+
/**
58
+
* Output only. The region where Knowledge Catalog data is synced to and stored, including user-
59
+
* created aspects.
60
+
* The value may be {@code null}.
61
+
*/
62
+
@com.google.api.client.util.Key
63
+
privatejava.lang.StringknowledgeCatalogRegion;
64
+
57
65
/**
58
66
* Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that
59
67
* reflect a customer's organizational needs and deployment strategies. They can be used to filter
@@ -169,6 +177,25 @@ public Instance setEdition(java.lang.String edition) {
169
177
returnthis;
170
178
}
171
179
180
+
/**
181
+
* Output only. The region where Knowledge Catalog data is synced to and stored, including user-
0 commit comments