google-apis-firestore_v1beta1 0.8.0 → 0.11.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: 516cdeb31461a8dba4cc7e2df8ceccaf36781ef98e54497499c1e53949b6a700
4
- data.tar.gz: cf58d2ac0660a26afffada9e73933538d68ecf0e0d773cf2fd8483183de062b3
3
+ metadata.gz: 83d1a20cf3c2a204c18a151eb75521cc0a308335f4915522b782bbfa3d2d9bdd
4
+ data.tar.gz: f593e28cdf2c7027d91fa0ea05715dd39f719dd9bdcf1ea2fa22ffda888ad5a2
5
5
  SHA512:
6
- metadata.gz: e48cc1ddad272f838414f80cf28159894315d858d355960dade77d5ab0712b20aee693ae0bca6278f90a8752b2786781869f407da2efc5bf0122984e2628d7a5
7
- data.tar.gz: 420219841da5a6508b43e2c538b7f1c9a57bcd1d8963e869ffe7146865c03d01a34fe45b076c2d9b5a80ef04335fe59845e41ec7d87ea80e42c398f28f5d571a
6
+ metadata.gz: 3adb6a1df73a2bd0de453956605983e6d2ca5caba62626b5355e69bdb3000f50a7628c0c888b70dae6e049cf7ffcb10c498d55f8e4d81df3cac29ddad5c756a8
7
+ data.tar.gz: dcfeb0d48c98f6141f321af5415278b628ed3774f4cb55c80c626dee1e37142aa8aacdfc4f35de3b274263e1c3fcfb718b43012a02be8af66825f71af8f128b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.11.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220221
6
+
7
+ ### v0.10.0 (2022-01-21)
8
+
9
+ * Regenerated from discovery document revision 20220110
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.9.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.8.0 (2021-10-27)
4
17
 
5
18
  * Regenerated from discovery document revision 20211013
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/firestore_v1beta1"
51
51
  client = Google::Apis::FirestoreV1beta1::FirestoreService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
@@ -1693,7 +1706,8 @@ module Google
1693
1706
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
1694
1707
  attr_accessor :structured_query
1695
1708
 
1696
- # Reads documents in a transaction.
1709
+ # Run the query within an already active transaction. The value here is the
1710
+ # opaque transaction ID to execute the query in.
1697
1711
  # Corresponds to the JSON property `transaction`
1698
1712
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1699
1713
  # @return [String]
@@ -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.8.0"
19
+ GEM_VERSION = "0.11.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 = "20220221"
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.8.0
4
+ version: 0.11.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.11.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.2.17
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