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
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,17 @@ public final class Instance extends com.google.api.client.json.GenericJson {
89
89
@com.google.api.client.util.Key
90
90
privatejava.lang.Stringstate;
91
91
92
+
/**
93
+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
94
+
* "123/environment": "production", "123/costCenter": "marketing" Tags and Labels (above) are both
95
+
* used to bind metadata to resources, with different use-cases. See
96
+
* https://cloud.google.com/resource-manager/docs/tags/tags-overview for an in-depth overview on
0 commit comments