Skip to content

Commit de79342

Browse files
feat: Automated regeneration of bigtableadmin v2 client (googleapis#23895)
Auto-created at 2025-08-10 10:07:11 +0000 using the toys pull request generator.
1 parent ef068de commit de79342

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55204,6 +55204,8 @@
5520455204
"/bigtableadmin:v2/Instance/satisfiesPzi": satisfies_pzi
5520555205
"/bigtableadmin:v2/Instance/satisfiesPzs": satisfies_pzs
5520655206
"/bigtableadmin:v2/Instance/state": state
55207+
"/bigtableadmin:v2/Instance/tags": tags
55208+
"/bigtableadmin:v2/Instance/tags/tag": tag
5520755209
"/bigtableadmin:v2/Instance/type": type
5520855210
"/bigtableadmin:v2/Intersection": intersection
5520955211
"/bigtableadmin:v2/Intersection/rules": rules

generated/google-apis-bigtableadmin_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigtableadmin_v2
22

3+
### v0.75.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250804
6+
37
### v0.74.0 (2025-08-03)
48

59
* Regenerated from discovery document revision 20250724

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,6 +2693,16 @@ class Instance
26932693
# @return [String]
26942694
attr_accessor :state
26952695

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+
26962706
# The type of the instance. Defaults to `PRODUCTION`.
26972707
# Corresponds to the JSON property `type`
26982708
# @return [String]
@@ -2711,6 +2721,7 @@ def update!(**args)
27112721
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
27122722
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
27132723
@state = args[:state] if args.key?(:state)
2724+
@tags = args[:tags] if args.key?(:tags)
27142725
@type = args[:type] if args.key?(:type)
27152726
end
27162727
end

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigtableadminV2
1818
# Version of the google-apis-bigtableadmin_v2 gem
19-
GEM_VERSION = "0.74.0"
19+
GEM_VERSION = "0.75.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250724"
25+
REVISION = "20250804"
2626
end
2727
end
2828
end

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
16001600
property :satisfies_pzi, as: 'satisfiesPzi'
16011601
property :satisfies_pzs, as: 'satisfiesPzs'
16021602
property :state, as: 'state'
1603+
hash :tags, as: 'tags'
16031604
property :type, as: 'type'
16041605
end
16051606
end

0 commit comments

Comments
 (0)