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
#### bigtableadmin:v2
The following keys were added:
- schemas.Instance.properties.tags.additionalProperties.type
- schemas.Instance.properties.tags.description
- schemas.Instance.properties.tags.type
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\" Tags and Labels (above) are both used to bind metadata to resources, with different use-cases. See https://cloud.google.com/resource-manager/docs/tags/tags-overview for an in-depth overview on the difference between tags and labels.",
4703
+
"type": "object"
4704
+
},
4698
4705
"type": {
4699
4706
"description": "The type of the instance. Defaults to `PRODUCTION`.",
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" Tags and Labels (above) are both used to bind metadata to resources, with different use-cases. See https://cloud.google.com/resource-manager/docs/tags/tags-overview for an in-depth overview on the difference between tags and labels.
1259
+
*/
1260
+
tags?: {[key: string]: string} | null;
1257
1261
/**
1258
1262
* The type of the instance. Defaults to `PRODUCTION`.
0 commit comments