google-apis-firestore_v1beta2 0.20.0 → 0.21.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: 8dbb42876c4d7573be637384ff5e9eadab1c64d0dd2d30785400fb832de804c8
4
- data.tar.gz: adea3897b250559d2e6ca0edee8b97e484940f18003f50c365a0ee3513e62a25
3
+ metadata.gz: e5b71ce53acebf7cb805404bf072c26538350748234e75f3215a3bf36bfc27e5
4
+ data.tar.gz: 699d299d3a52a5887b5fc2301d1cfae6926f08a0ba47e5a11bcf6105907c951b
5
5
  SHA512:
6
- metadata.gz: 5231bf0cde89fb57c356d49525e5518bf9d64b6ddb41a30a732f699893cfa86a8051ba5eb43d28095b3f8fdde5e1395081ace518a9a9b58d57f9db10c7ba8071
7
- data.tar.gz: 1a01307b2ee2897b63c72958f74723ee4f51ffa06484b2f28f23eb006f462281c83ca77ca2330b0d2af6de6e175c7860c5ae09ac675dbc8c9b6731a85a16fd30
6
+ metadata.gz: 5205b461222c4dc97697f0eb0ceb25f3e434aeda9c3f73c046fcf12d626e0af50338994317e768ac764b94c4c7ae045aba700591e7f9b014c6a4294442743601
7
+ data.tar.gz: 7b6048a4e81ca3a788c4e7ffad697a113673fba27e1e9de6f445cae5441d8380cf37cd2df8d32c8aca53e6ef916ea9bf24fbd05487d2b8ea4a0fe0107bc781a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta2
2
2
 
3
+ ### v0.21.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230905
6
+
3
7
  ### v0.20.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230806
@@ -38,6 +38,32 @@ module Google
38
38
  end
39
39
  end
40
40
 
41
+ # Metadata related to the create database operation.
42
+ class GoogleFirestoreAdminV1CreateDatabaseMetadata
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
+
54
+ # Metadata related to the delete database operation.
55
+ class GoogleFirestoreAdminV1DeleteDatabaseMetadata
56
+ include Google::Apis::Core::Hashable
57
+
58
+ def initialize(**args)
59
+ update!(**args)
60
+ end
61
+
62
+ # Update properties of this object
63
+ def update!(**args)
64
+ end
65
+ end
66
+
41
67
  # Describes the progress of the operation. Unit of work is generic and must be
42
68
  # interpreted based on where Progress is used.
43
69
  class GoogleFirestoreAdminV1Progress
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230806"
25
+ REVISION = "20230905"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,18 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class GoogleFirestoreAdminV1CreateDatabaseMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleFirestoreAdminV1DeleteDatabaseMetadata
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
31
43
  class GoogleFirestoreAdminV1Progress
32
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
45
 
@@ -154,6 +166,18 @@ module Google
154
166
  end
155
167
  end
156
168
 
169
+ class GoogleFirestoreAdminV1CreateDatabaseMetadata
170
+ # @private
171
+ class Representation < Google::Apis::Core::JsonRepresentation
172
+ end
173
+ end
174
+
175
+ class GoogleFirestoreAdminV1DeleteDatabaseMetadata
176
+ # @private
177
+ class Representation < Google::Apis::Core::JsonRepresentation
178
+ end
179
+ end
180
+
157
181
  class GoogleFirestoreAdminV1Progress
158
182
  # @private
159
183
  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.20.0
4
+ version: 0.21.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: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.21.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Firestore API V1beta2