google-apis-firestore_v1 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/firestore_v1/gem_version.rb +3 -3
- data/lib/google/apis/firestore_v1/service.rb +1 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fbf453bbf50e5c90e3669ca68cf6f1394a4d9336074fc8f09e48a292ef41582
|
|
4
|
+
data.tar.gz: af8128e6cc00a819c536192c4dc114262c8b46333a48cac505de08b71b92a8d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce675f3efa8e0cca130b3a92682d576688fe111b802e1b06a8dc1851e333e375e7259b504acbecbd1344dda8b7209728d467dc2286ea7e7297c1f353c613c778
|
|
7
|
+
data.tar.gz: 9d1abbe62b36a50cefb2d30679833d6ae755dc27dedcf848ba73ad2bbc05324d02941c0787a577bb14f3237bb6cf77bcec74d616250ff9129d9c9949ab3d0848
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirestoreV1
|
|
18
18
|
# Version of the google-apis-firestore_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220625"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -60,9 +60,6 @@ module Google
|
|
|
60
60
|
# characters. Valid characters are /a-z-/ with first character a letter and the
|
|
61
61
|
# last a letter or a number. Must not be UUID-like /[0-9a-f]`8`(-[0-9a-f]`4`)`3`-
|
|
62
62
|
# [0-9a-f]`12`/. "(default)" database id is also valid.
|
|
63
|
-
# @param [Boolean] validate_only
|
|
64
|
-
# If set, validate the request and preview the response, but do not actually
|
|
65
|
-
# create the database.
|
|
66
63
|
# @param [String] fields
|
|
67
64
|
# Selector specifying which fields to include in a partial response.
|
|
68
65
|
# @param [String] quota_user
|
|
@@ -80,7 +77,7 @@ module Google
|
|
|
80
77
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
81
78
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
82
79
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
83
|
-
def create_project_database(parent, google_firestore_admin_v1_database_object = nil, database_id: nil,
|
|
80
|
+
def create_project_database(parent, google_firestore_admin_v1_database_object = nil, database_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
84
81
|
command = make_simple_command(:post, 'v1/{+parent}/databases', options)
|
|
85
82
|
command.request_representation = Google::Apis::FirestoreV1::GoogleFirestoreAdminV1Database::Representation
|
|
86
83
|
command.request_object = google_firestore_admin_v1_database_object
|
|
@@ -88,7 +85,6 @@ module Google
|
|
|
88
85
|
command.response_class = Google::Apis::FirestoreV1::GoogleLongrunningOperation
|
|
89
86
|
command.params['parent'] = parent unless parent.nil?
|
|
90
87
|
command.query['databaseId'] = database_id unless database_id.nil?
|
|
91
|
-
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
92
88
|
command.query['fields'] = fields unless fields.nil?
|
|
93
89
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
94
90
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firestore_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.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: 2022-07-
|
|
11
|
+
date: 2022-07-18 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|