File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed
generated/google-apis-bigtableadmin_v2
lib/google/apis/bigtableadmin_v2 Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 55204
55204
"/bigtableadmin:v2/Instance/satisfiesPzi": satisfies_pzi
55205
55205
"/bigtableadmin:v2/Instance/satisfiesPzs": satisfies_pzs
55206
55206
"/bigtableadmin:v2/Instance/state": state
55207
+ "/bigtableadmin:v2/Instance/tags": tags
55208
+ "/bigtableadmin:v2/Instance/tags/tag": tag
55207
55209
"/bigtableadmin:v2/Instance/type": type
55208
55210
"/bigtableadmin:v2/Intersection": intersection
55209
55211
"/bigtableadmin:v2/Intersection/rules": rules
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-bigtableadmin_v2
2
2
3
+ ### v0.75.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250804
6
+
3
7
### v0.74.0 (2025-08-03)
4
8
5
9
* Regenerated from discovery document revision 20250724
Original file line number Diff line number Diff line change @@ -2693,6 +2693,16 @@ class Instance
2693
2693
# @return [String]
2694
2694
attr_accessor :state
2695
2695
2696
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2697
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2698
+ # marketing" Tags and Labels (above) are both used to bind metadata to resources,
2699
+ # with different use-cases. See https://cloud.google.com/resource-manager/docs/
2700
+ # tags/tags-overview for an in-depth overview on the difference between tags and
2701
+ # labels.
2702
+ # Corresponds to the JSON property `tags`
2703
+ # @return [Hash<String,String>]
2704
+ attr_accessor :tags
2705
+
2696
2706
# The type of the instance. Defaults to `PRODUCTION`.
2697
2707
# Corresponds to the JSON property `type`
2698
2708
# @return [String]
@@ -2711,6 +2721,7 @@ def update!(**args)
2711
2721
@satisfies_pzi = args [ :satisfies_pzi ] if args . key? ( :satisfies_pzi )
2712
2722
@satisfies_pzs = args [ :satisfies_pzs ] if args . key? ( :satisfies_pzs )
2713
2723
@state = args [ :state ] if args . key? ( :state )
2724
+ @tags = args [ :tags ] if args . key? ( :tags )
2714
2725
@type = args [ :type ] if args . key? ( :type )
2715
2726
end
2716
2727
end
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module BigtableadminV2
18
18
# Version of the google-apis-bigtableadmin_v2 gem
19
- GEM_VERSION = "0.74 .0"
19
+ GEM_VERSION = "0.75 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250724 "
25
+ REVISION = "20250804 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -1600,6 +1600,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1600
1600
property :satisfies_pzi , as : 'satisfiesPzi'
1601
1601
property :satisfies_pzs , as : 'satisfiesPzs'
1602
1602
property :state , as : 'state'
1603
+ hash :tags , as : 'tags'
1603
1604
property :type , as : 'type'
1604
1605
end
1605
1606
end
You can’t perform that action at this time.
0 commit comments