google-apis-bigtableadmin_v2 0.53.0 → 0.54.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: 8a3fe54a65c5ad6262b7a22fd2ee0ae30cbe99627a6dcef70e76a259dc1c5682
|
|
4
|
+
data.tar.gz: 1bc510d39a9b98abd34dc5b12d42e652a76df4949840b84fe3575757a1d2e2f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92f3bf0ddf939af846f46d032003842f37c2fc488f42d7cc1f58b090d3b0211a8b971a83f7950056a9558ed4085a961312eb5cea098b61241adbb0f45c2aac1c
|
|
7
|
+
data.tar.gz: 68364345b4905ae079120577e393744df96d791f6df2e43e52769b20b94d9296d140f3657ce3078aa6a63fc1d4007e26b23543c9ec0e55432d8c18afe75ba71d
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|