google-apis-firestore_v1beta1 0.6.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: 6e7704c12056fd78d92cc1d09d6e6bfe9a66847285a439b57ce9cfc4d1867578
4
- data.tar.gz: a0d508c2c5cdcf89de08506b70bc45bded51386a4459580ebf5ad6defb21a14c
3
+ metadata.gz: 4adc12463ffd3971bfed3d3550fd263a00706eeed7bf07cc3615cf0777ee68c8
4
+ data.tar.gz: 8bb35ecb229d158f2e1e0a2614cb218d1d5d9ac2167ec9daf0baea7f418a3d36
5
5
  SHA512:
6
- metadata.gz: 8955b8cf8dc999cee37797bf890ec3672f93882e28b99b6f6bea92a6ef68445575712465e1f7f172bd2d82ddaaaa467f722aa5afcb4e94a3554ee28952dc21c5
7
- data.tar.gz: 5c98915b66d1c7460e6dfd5133be8359bb757a7a4ef473ff5b0411fc40787318c81c75c8293469951cf6d928b0d97a712ed551914cc60c54845b638f7aad94b3
6
+ metadata.gz: 3dbf3764ce963fcf2d67b2bc8c87bc7fbf236a8d95fe01547c5941fb523eb59a57ba50611dd8a7f1e63e2c2ff02616fdba9afdabba14fdc3627ba4017727cc80
7
+ data.tar.gz: 29032b9e2a50002ff917c434cafe997d75a97407b17f2d3f716319d624e4a690b3e84acbe255a544c2e677f1b034bbd4a60aa10d9a066600e9f19a019a416acc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
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
+
8
+ ### v0.9.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.8.0 (2021-10-27)
13
+
14
+ * Regenerated from discovery document revision 20211013
15
+ * Unspecified changes
16
+
17
+ ### v0.7.0 (2021-08-26)
18
+
19
+ * Regenerated from discovery document revision 20210816
20
+
3
21
  ### v0.6.0 (2021-06-29)
4
22
 
5
23
  * Regenerated using generator version 0.4.0
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.
@@ -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
 
@@ -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
@@ -1549,7 +1562,7 @@ module Google
1549
1562
  alias_method :exists?, :exists
1550
1563
 
1551
1564
  # When set, the target document must exist and have been last updated at that
1552
- # time.
1565
+ # time. Timestamp must be microsecond aligned.
1553
1566
  # Corresponds to the JSON property `updateTime`
1554
1567
  # @return [String]
1555
1568
  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.6.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 = "20210426"
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
@@ -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.
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View and manage your Google Cloud Datastore data
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.6.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: 2021-07-05 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
@@ -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.6.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.10.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:
@@ -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