google-apis-firestore_v1beta1 0.9.0 → 0.10.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: d931006a616017bb30530e32a2d60564b1900c42ab0a0cbb7c117be64d6ac9ee
4
- data.tar.gz: f60e2cec6b413e1b2207dbd1b6cc83241742f94fdf85b31449f109ba4508d7f8
3
+ metadata.gz: 4adc12463ffd3971bfed3d3550fd263a00706eeed7bf07cc3615cf0777ee68c8
4
+ data.tar.gz: 8bb35ecb229d158f2e1e0a2614cb218d1d5d9ac2167ec9daf0baea7f418a3d36
5
5
  SHA512:
6
- metadata.gz: c48edb1d7badae7ea56cef3c03af4c4620ad5babd6a6b6b4bb6afae225d6dbfb5749a15072b1b008fe3288ff84a586fa60c19837326537dc0f0857d41fe83016
7
- data.tar.gz: d10a9e89421b590a2ab9d41a0d420452489835f838bab034d4bafa7ba6ece2ad283204e7959dbf7b2fec244865390efc429b77cf9ce43cf741c336c8595d38c4
6
+ metadata.gz: 3dbf3764ce963fcf2d67b2bc8c87bc7fbf236a8d95fe01547c5941fb523eb59a57ba50611dd8a7f1e63e2c2ff02616fdba9afdabba14fdc3627ba4017727cc80
7
+ data.tar.gz: 29032b9e2a50002ff917c434cafe997d75a97407b17f2d3f716319d624e4a690b3e84acbe255a544c2e677f1b034bbd4a60aa10d9a066600e9f19a019a416acc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.10.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220110
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.9.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -775,6 +775,19 @@ module Google
775
775
  end
776
776
  end
777
777
 
778
+ # Metadata related to the update database operation.
779
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
780
+ include Google::Apis::Core::Hashable
781
+
782
+ def initialize(**args)
783
+ update!(**args)
784
+ end
785
+
786
+ # Update properties of this object
787
+ def update!(**args)
788
+ end
789
+ end
790
+
778
791
  # Metadata for ExportDocuments operations.
779
792
  class GoogleFirestoreAdminV1beta1ExportDocumentsMetadata
780
793
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta1
18
18
  # Version of the google-apis-firestore_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211013"
25
+ REVISION = "20220110"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class GoogleFirestoreAdminV1beta1ExportDocumentsMetadata
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -652,6 +658,12 @@ module Google
652
658
  end
653
659
  end
654
660
 
661
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
662
+ # @private
663
+ class Representation < Google::Apis::Core::JsonRepresentation
664
+ end
665
+ end
666
+
655
667
  class GoogleFirestoreAdminV1beta1ExportDocumentsMetadata
656
668
  # @private
657
669
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-24 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Firestore API V1beta1