google-apis-bigtableadmin_v2 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7394928364ab0a501b9a132ad377d003aa3bf6737c9001e78615bba7eab178c1
4
- data.tar.gz: bc0e6025bca797a84fbee502dcc200e6dfb9fb9f3c8bd3058bb7e1c7924bf166
3
+ metadata.gz: 62334ebe8a4d9e3fd06941108c4d1a22c565276987b7afc2c22de86ef9940ba8
4
+ data.tar.gz: 53f7becae3dd9497496ab7731210a30138b814baaa8d1d12c500df6e8d1230e6
5
5
  SHA512:
6
- metadata.gz: f915f3dad7b350f43675a6f758a4d6e7b68baca15bdbcf6749b4edab391847a122bd25add02623afb7b7f8883c4e9f3c89dc9406807e2189fcabe24322581784
7
- data.tar.gz: 57604e9cd1572901e4efc4d830f63b304ef47be7124e1379a9667542c6f1f7785fc321ac68398f0562004976275c539fc416d3727aabab81c75a17b395d20e7e
6
+ metadata.gz: 391983bdf9305062c3576125eff86478c5579fc98deb2e2354c5ef1490ca742d2b7dc443b7bd170c10b074c71960ff77d51b1b99879d13a53c0c29cc740b9713
7
+ data.tar.gz: 31d48fb6951ef9f2ffa2e034bb08f6801abb583747b999f4be5e746c3dac0d33c941c00cee12ee204de9cfd0cd6bbf83119e6103cda658e26a62cdb9488439f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
@@ -2693,6 +2693,16 @@ module Google
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 @@ module Google
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
@@ -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
@@ -1600,6 +1600,7 @@ module Google
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.74.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.75.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
62
62
  rdoc_options: []
63
63
  require_paths: