Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f527b57

Browse files
1 parent b532d97 commit f527b57

259 files changed

Lines changed: 66 additions & 145067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

google/cloud/bigtable_admin_v2/types/instance.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@ class Instance(proto.Message):
8989
Output only. Reserved for future use.
9090
9191
This field is a member of `oneof`_ ``_satisfies_pzi``.
92+
tags (MutableMapping[str, str]):
93+
Optional. Input only. Immutable. Tag
94+
keys/values directly bound to this resource. For
95+
example:
96+
97+
- "123/environment": "production",
98+
- "123/costCenter": "marketing"
99+
100+
Tags and Labels (above) are both used to bind
101+
metadata to resources, with different use-cases.
102+
See
103+
https://cloud.google.com/resource-manager/docs/tags/tags-overview
104+
for an in-depth overview on the difference
105+
between tags and labels.
92106
"""
93107

94108
class State(proto.Enum):
@@ -169,6 +183,11 @@ class Type(proto.Enum):
169183
number=11,
170184
optional=True,
171185
)
186+
tags: MutableMapping[str, str] = proto.MapField(
187+
proto.STRING,
188+
proto.STRING,
189+
number=12,
190+
)
172191

173192

174193
class AutoscalingTargets(proto.Message):

owl-bot-staging/bigtable/v2/.coveragerc

Lines changed: 0 additions & 13 deletions
This file was deleted.

owl-bot-staging/bigtable/v2/.flake8

Lines changed: 0 additions & 34 deletions
This file was deleted.

owl-bot-staging/bigtable/v2/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

owl-bot-staging/bigtable/v2/MANIFEST.in

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)