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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62334ebe8a4d9e3fd06941108c4d1a22c565276987b7afc2c22de86ef9940ba8
|
4
|
+
data.tar.gz: 53f7becae3dd9497496ab7731210a30138b814baaa8d1d12c500df6e8d1230e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 391983bdf9305062c3576125eff86478c5579fc98deb2e2354c5ef1490ca742d2b7dc443b7bd170c10b074c71960ff77d51b1b99879d13a53c0c29cc740b9713
|
7
|
+
data.tar.gz: 31d48fb6951ef9f2ffa2e034bb08f6801abb583747b999f4be5e746c3dac0d33c941c00cee12ee204de9cfd0cd6bbf83119e6103cda658e26a62cdb9488439f0
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.
|
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.
|
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:
|