google-apis-firestore_v1beta1 0.7.0 → 0.8.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: 230c971e7c3ddbbfc440b6f6642c020f07dfbdc235afd8a5782e64c9f084b9ee
4
- data.tar.gz: 141d68d2ab8e11a99550ecb172a4a1962bb4f010dcd76b5555da628db72180e0
3
+ metadata.gz: 516cdeb31461a8dba4cc7e2df8ceccaf36781ef98e54497499c1e53949b6a700
4
+ data.tar.gz: cf58d2ac0660a26afffada9e73933538d68ecf0e0d773cf2fd8483183de062b3
5
5
  SHA512:
6
- metadata.gz: 2811538436ec1a80fda49adc7fce9310627778d83e1d013017ac287b845c14e0c5a4d2936df0868571e7f4ad844bbf832826d436c5e14365e2bf882d3431de06
7
- data.tar.gz: e9cd886f6eecc3dfe5effd48472a7132d76881dba9a0c0846965a97431bbec0dd4f81143c5067161a2e59d4a793f89618fc0fa8de9bbeb2921b3b31c94830ba0
6
+ metadata.gz: e48cc1ddad272f838414f80cf28159894315d858d355960dade77d5ab0712b20aee693ae0bca6278f90a8752b2786781869f407da2efc5bf0122984e2628d7a5
7
+ data.tar.gz: 420219841da5a6508b43e2c538b7f1c9a57bcd1d8963e869ffe7146865c03d01a34fe45b076c2d9b5a80ef04335fe59845e41ec7d87ea80e42c398f28f5d571a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.8.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211013
6
+ * Unspecified changes
7
+
3
8
  ### v0.7.0 (2021-08-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20210816
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Firestore service in particular.)
67
67
 
@@ -1549,7 +1549,7 @@ module Google
1549
1549
  alias_method :exists?, :exists
1550
1550
 
1551
1551
  # When set, the target document must exist and have been last updated at that
1552
- # time.
1552
+ # time. Timestamp must be microsecond aligned.
1553
1553
  # Corresponds to the JSON property `updateTime`
1554
1554
  # @return [String]
1555
1555
  attr_accessor :update_time
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210816"
25
+ REVISION = "20211013"
26
26
  end
27
27
  end
28
28
  end
@@ -325,7 +325,7 @@ module Google
325
325
  # target document must not exist.
326
326
  # @param [String] current_document_update_time
327
327
  # When set, the target document must exist and have been last updated at that
328
- # time.
328
+ # time. Timestamp must be microsecond aligned.
329
329
  # @param [String] fields
330
330
  # Selector specifying which fields to include in a partial response.
331
331
  # @param [String] quota_user
@@ -578,7 +578,7 @@ module Google
578
578
  # target document must not exist.
579
579
  # @param [String] current_document_update_time
580
580
  # When set, the target document must exist and have been last updated at that
581
- # time.
581
+ # time. Timestamp must be microsecond aligned.
582
582
  # @param [Array<String>, String] mask_field_paths
583
583
  # The list of field paths in the mask. See Document.fields for a field path
584
584
  # syntax reference.
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.7.0
4
+ version: 0.8.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-08-30 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firestore_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firestore_v1beta1
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
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: []
65
65
  require_paths: