google-apis-bigtableadmin_v2 0.53.0 → 0.54.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: 8a3fe54a65c5ad6262b7a22fd2ee0ae30cbe99627a6dcef70e76a259dc1c5682
4
+ data.tar.gz: 1bc510d39a9b98abd34dc5b12d42e652a76df4949840b84fe3575757a1d2e2f8
5
5
  SHA512:
6
- metadata.gz: b48b884dd64037b9b99844f5cfdbcaaee45b51b0b33fb2edadb1fc662fe02800ed7d60a9cf5c9cd24b4aac67944fa538ff8d6df822f0e7cfb30db6bae7935735
7
- data.tar.gz: 20f7a7427d6c5f9502b0f651fd440be27e5af3132ef2cd53dfc08cd930b65ed869f6ffc2df460cd5d48b4e3eb205edcf0976c40362353554466e0fd24f782003
6
+ metadata.gz: 92f3bf0ddf939af846f46d032003842f37c2fc488f42d7cc1f58b090d3b0211a8b971a83f7950056a9558ed4085a961312eb5cea098b61241adbb0f45c2aac1c
7
+ data.tar.gz: 68364345b4905ae079120577e393744df96d791f6df2e43e52769b20b94d9296d140f3657ce3078aa6a63fc1d4007e26b23543c9ec0e55432d8c18afe75ba71d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.54.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240429
6
+
3
7
  ### v0.53.0 (2024-04-28)
4
8
 
5
9
  * 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.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.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.54.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-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.54.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: []