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: c4c59d1e8883540010cc5bbbe3d80399217cc83c83c3f16383d5c6c6b483e728
4
- data.tar.gz: fd341709559138f4b01ab8294e2e4fe071c434d25b013b92d1f50fee2998838d
3
+ metadata.gz: 5eb703907af527899c31246a450cda9e3e0cf900b088bf40b54d75846afb3419
4
+ data.tar.gz: 818875935ec9d3af61f0713c673e24205d49e5a57017526eac94deb9d3afbdb9
5
5
  SHA512:
6
- metadata.gz: 81bac3426310f7878dfac7b2a66d3b25067cff5512b9ee50061767b4ac5a4e370e89d13b2cf1d9194d45c7676cfe20269a9300232e1269dddd4405aa3ce7a329
7
- data.tar.gz: 72bf206869ff5a4dd1834b1d343c848255397a6e1009e95ee8f5cb867959cbf6fd124ea4884748255555bffce798feba3cb47695189a0ea98167730cde252ed1
6
+ metadata.gz: 3f592ac9775ab80463f12f618b41e7673d4b0cf0a0b56ab3116f95c5657e2981ab092aa9298dc4230339c2a764e075e58c25e257f1b64495decd95cd02169bbc
7
+ data.tar.gz: 98759c185fbc48add1eef68bff840caca7bba69ab7afe9265f75b4bd73afd02b1f7eb5419e2ff36bc888e5d4aff374f995006fa8075162d096b8d6ab7cdbc6c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.54.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231031
6
+
3
7
  ### v0.53.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231002
@@ -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.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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231002"
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.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: 2023-10-08 00:00:00.000000000 Z
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.53.0
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: []