google-apis-bigtableadmin_v2 0.86.0 → 0.87.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: e67cd2a241042fc0cea7dd67ee951d0d54e713a4736ee76db51b996cecbc3d1a
|
|
4
|
+
data.tar.gz: 5b2dc52c4f26e60cccc75a65824aa3c4afc02416342830653f63d7dc8b0b0601
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71444c5c66abbd811ab5873094a0f6e047d6e00d3a3b1227640552b6329311fbfd26a4a88dc4ea361c0f27d849599efbeaf8014f5e63ca0a2513778402889286
|
|
7
|
+
data.tar.gz: 37abfa73300424ab1c532e1552d16be8c810264c60e8b6afc662713501326fc6dba9cf9cccbd541640d992f10ee738836e7e1f7e1b1c6541d444a19e623e726c
|
data/CHANGELOG.md
CHANGED
|
@@ -227,7 +227,7 @@ module Google
|
|
|
227
227
|
# Optional. A list of Cloud Bigtable zones where automated backups are allowed
|
|
228
228
|
# to be created. If empty, automated backups will be created in all zones of the
|
|
229
229
|
# instance. Locations are in the format `projects/`project`/locations/`zone``.
|
|
230
|
-
#
|
|
230
|
+
# You can set this field only for tables in Enterprise Plus instances.
|
|
231
231
|
# Corresponds to the JSON property `locations`
|
|
232
232
|
# @return [Array<String>]
|
|
233
233
|
attr_accessor :locations
|
|
@@ -3970,7 +3970,7 @@ module Google
|
|
|
3970
3970
|
end
|
|
3971
3971
|
end
|
|
3972
3972
|
|
|
3973
|
-
# Represents a protobuf
|
|
3973
|
+
# Represents a collection of protobuf schemas.
|
|
3974
3974
|
class ProtoSchema
|
|
3975
3975
|
include Google::Apis::Core::Hashable
|
|
3976
3976
|
|
|
@@ -4141,7 +4141,7 @@ module Google
|
|
|
4141
4141
|
# @return [String]
|
|
4142
4142
|
attr_accessor :name
|
|
4143
4143
|
|
|
4144
|
-
# Represents a protobuf
|
|
4144
|
+
# Represents a collection of protobuf schemas.
|
|
4145
4145
|
# Corresponds to the JSON property `protoSchema`
|
|
4146
4146
|
# @return [Google::Apis::BigtableadminV2::ProtoSchema]
|
|
4147
4147
|
attr_accessor :proto_schema
|
|
@@ -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.87.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 = "20260514"
|
|
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.87.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.87.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:
|