google-apis-firestore_v1beta2 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: c6dc083df6a30dc68b29ec04f2b0cfbd285add2a34bee51298f9f7c3ba7bf4e0
4
- data.tar.gz: 5c808be22e9192e687256688c5f1818167535ed3e04306a0f6fe4ab5d2d76d30
3
+ metadata.gz: 5c018b15e4874659459434fe5fcc6cc5397c9f8b659d61f2b34a028645239991
4
+ data.tar.gz: 2c3cab71ead60f30c5a6a3c69b36bac3ac5e02d6c7c72ff0734d9409c02a87ee
5
5
  SHA512:
6
- metadata.gz: fb5a646ef7a116c000423dfc0c9b86bc4b00fe6482f3ba6f7af1edcb37db53c470b457b098ee00384b8d8820cccad996cc65a397eb6feab295c264a55e84130c
7
- data.tar.gz: a27a7376419e2ab016e8c820e6db6ae09e64c730e6848f432f53e84ea5e93d2387d616c6e65eae080f9e1639672d948a12715c4a9f9df20a64e136dd0cf363cb
6
+ metadata.gz: f347542c474b7311e70a1f1b5fc908bd997288ba53c79b6d7d3d91ec75bed30a5567accda292088d5fff23cae3d443dd61455f41003ed8fd91ba6df0e6233177
7
+ data.tar.gz: d1c62d8927b45ad95b4174020c7303b2609ece339d99c270273a9b42c60e58a9246d9a2db415c6434b440701f5f16c59179662019453e9cabf6935577ba60c3a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-firestore_v1beta2
2
2
 
3
+ ### v0.11.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220319
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-20)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/firestore_v1beta2"
51
51
  client = Google::Apis::FirestoreV1beta2::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.
@@ -25,8 +25,7 @@ module Google
25
25
  # A generic empty message that you can re-use to avoid defining duplicated empty
26
26
  # messages in your APIs. A typical example is to use it as the request or the
27
27
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
28
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
29
- # `Empty` is empty JSON object ````.
28
+ # protobuf.Empty) returns (google.protobuf.Empty); `
30
29
  class Empty
31
30
  include Google::Apis::Core::Hashable
32
31
 
@@ -39,6 +38,19 @@ module Google
39
38
  end
40
39
  end
41
40
 
41
+ # Metadata related to the update database operation.
42
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
43
+ include Google::Apis::Core::Hashable
44
+
45
+ def initialize(**args)
46
+ update!(**args)
47
+ end
48
+
49
+ # Update properties of this object
50
+ def update!(**args)
51
+ end
52
+ end
53
+
42
54
  # Metadata for google.longrunning.Operation results from FirestoreAdmin.
43
55
  # ExportDocuments.
44
56
  class GoogleFirestoreAdminV1beta2ExportDocumentsMetadata
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta2
18
18
  # Version of the google-apis-firestore_v1beta2 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 = "20210816"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class GoogleFirestoreAdminV1beta2ExportDocumentsMetadata
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -136,6 +142,12 @@ module Google
136
142
  end
137
143
  end
138
144
 
145
+ class GoogleFirestoreAdminV1UpdateDatabaseMetadata
146
+ # @private
147
+ class Representation < Google::Apis::Core::JsonRepresentation
148
+ end
149
+ end
150
+
139
151
  class GoogleFirestoreAdminV1beta2ExportDocumentsMetadata
140
152
  # @private
141
153
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta2
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-04-04 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta2
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 V1beta2