google-apis-firestore_v1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eb703907af527899c31246a450cda9e3e0cf900b088bf40b54d75846afb3419
|
4
|
+
data.tar.gz: 818875935ec9d3af61f0713c673e24205d49e5a57017526eac94deb9d3afbdb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f592ac9775ab80463f12f618b41e7673d4b0cf0a0b56ab3116f95c5657e2981ab092aa9298dc4230339c2a764e075e58c25e257f1b64495decd95cd02169bbc
|
7
|
+
data.tar.gz: 98759c185fbc48add1eef68bff840caca7bba69ab7afe9265f75b4bd73afd02b1f7eb5419e2ff36bc888e5d4aff374f995006fa8075162d096b8d6ab7cdbc6c0
|
data/CHANGELOG.md
CHANGED
@@ -1940,6 +1940,17 @@ module Google
|
|
1940
1940
|
# @return [Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1Database>]
|
1941
1941
|
attr_accessor :databases
|
1942
1942
|
|
1943
|
+
# In the event that data about individual databases cannot be listed they will
|
1944
|
+
# be recorded here. An example entry might be: projects/some_project/locations/
|
1945
|
+
# some_location This can happen if the Cloud Region that the Database resides in
|
1946
|
+
# is currently unavailable. In this case we can't fetch all the details about
|
1947
|
+
# the database. You may be able to get a more detailed error message (or
|
1948
|
+
# possibly fetch the resource) by sending a 'Get' request for the resource or a '
|
1949
|
+
# List' request for the specific location.
|
1950
|
+
# Corresponds to the JSON property `unreachable`
|
1951
|
+
# @return [Array<String>]
|
1952
|
+
attr_accessor :unreachable
|
1953
|
+
|
1943
1954
|
def initialize(**args)
|
1944
1955
|
update!(**args)
|
1945
1956
|
end
|
@@ -1947,6 +1958,7 @@ module Google
|
|
1947
1958
|
# Update properties of this object
|
1948
1959
|
def update!(**args)
|
1949
1960
|
@databases = args[:databases] if args.key?(:databases)
|
1961
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1950
1962
|
end
|
1951
1963
|
end
|
1952
1964
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirestoreV1
|
18
18
|
# Version of the google-apis-firestore_v1 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.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231031"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1168,6 +1168,7 @@ module Google
|
|
1168
1168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1169
1169
|
collection :databases, as: 'databases', class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1Database, decorator: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1Database::Representation
|
1170
1170
|
|
1171
|
+
collection :unreachable, as: 'unreachable'
|
1171
1172
|
end
|
1172
1173
|
end
|
1173
1174
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firestore_v1
|
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: 2023-
|
11
|
+
date: 2023-11-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-firestore_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.54.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|