google-apis-bigtableadmin_v2 0.53.0 → 0.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fefe0cb83de1e0e5b8d419d3cf9f7a7df85bef6eca57eef9b33c62b3fbecaaed
4
- data.tar.gz: 32123f63704b40923c4ca3be131839dbe4f4f509d14228332ccfa559eb6b3e37
3
+ metadata.gz: 21b790d4f6da0b0456790936f833c7b7820ab1a8a6f4ef125984b0b8b2ae8431
4
+ data.tar.gz: 9270cb4eff15e782b3d85d73eca226dc46089e39c7c36372559caaa916a7a742
5
5
  SHA512:
6
- metadata.gz: b48b884dd64037b9b99844f5cfdbcaaee45b51b0b33fb2edadb1fc662fe02800ed7d60a9cf5c9cd24b4aac67944fa538ff8d6df822f0e7cfb30db6bae7935735
7
- data.tar.gz: 20f7a7427d6c5f9502b0f651fd440be27e5af3132ef2cd53dfc08cd930b65ed869f6ffc2df460cd5d48b4e3eb205edcf0976c40362353554466e0fd24f782003
6
+ metadata.gz: 4cbe34dea0bfe3f12f00110604ede82fa08d4ffc717732f0076e19caa1151266c8d6cd34d1ebbf29d8edcf4cf4f02a037cc48a4688f3d339d646daff19db0afa
7
+ data.tar.gz: 8152a5dbd3ebde2bf85daac0334fbee941d8c9cc921e289122df779bd79ba095ce9e23571f57dd60f8979e447eec57b7f5c88b6c2067c28a781553a823c26b10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.55.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.54.0 (2024-05-05)
8
+
9
+ * Regenerated from discovery document revision 20240429
10
+
3
11
  ### v0.53.0 (2024-04-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240413
@@ -1899,6 +1899,12 @@ module Google
1899
1899
  # @return [String]
1900
1900
  attr_accessor :name
1901
1901
 
1902
+ # Output only. Reserved for future use.
1903
+ # Corresponds to the JSON property `satisfiesPzi`
1904
+ # @return [Boolean]
1905
+ attr_accessor :satisfies_pzi
1906
+ alias_method :satisfies_pzi?, :satisfies_pzi
1907
+
1902
1908
  # Output only. Reserved for future use.
1903
1909
  # Corresponds to the JSON property `satisfiesPzs`
1904
1910
  # @return [Boolean]
@@ -1925,6 +1931,7 @@ module Google
1925
1931
  @display_name = args[:display_name] if args.key?(:display_name)
1926
1932
  @labels = args[:labels] if args.key?(:labels)
1927
1933
  @name = args[:name] if args.key?(:name)
1934
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1928
1935
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1929
1936
  @state = args[:state] if args.key?(:state)
1930
1937
  @type = args[:type] if args.key?(:type)
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240413"
25
+ REVISION = "20240429"
26
26
  end
27
27
  end
28
28
  end
@@ -1105,6 +1105,7 @@ module Google
1105
1105
  property :display_name, as: 'displayName'
1106
1106
  hash :labels, as: 'labels'
1107
1107
  property :name, as: 'name'
1108
+ property :satisfies_pzi, as: 'satisfiesPzi'
1108
1109
  property :satisfies_pzs, as: 'satisfiesPzs'
1109
1110
  property :state, as: 'state'
1110
1111
  property :type, as: 'type'
@@ -1960,8 +1960,8 @@ module Google
1960
1960
  # @param [String] page_token
1961
1961
  # Optional. The value of `next_page_token` returned by a previous call.
1962
1962
  # @param [String] view
1963
- # Optional. The resource_view to be applied to the returned views' fields.
1964
- # Default to NAME_ONLY.
1963
+ # Optional. The resource_view to be applied to the returned AuthorizedViews'
1964
+ # fields. Default to NAME_ONLY.
1965
1965
  # @param [String] fields
1966
1966
  # Selector specifying which fields to include in a partial response.
1967
1967
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-28 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.55.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
63
63
  post_install_message:
64
64
  rdoc_options: []