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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ebd21b9fdc30872203235d19fb8dda8fddeba318fdc65e7a79dff271251cb15
4
- data.tar.gz: 3ffabcd5a7d9db9d1d7e46875bd332795eb46ac609d50a7238b28dd7b5606d5e
3
+ metadata.gz: 7fbf453bbf50e5c90e3669ca68cf6f1394a4d9336074fc8f09e48a292ef41582
4
+ data.tar.gz: af8128e6cc00a819c536192c4dc114262c8b46333a48cac505de08b71b92a8d1
5
5
  SHA512:
6
- metadata.gz: 669d00c7d50af7f07b32a17858b259672be4e88c926351ea398fd3d6c315c0480678bb8c21413f680a9edc5fb92f2bd062927fbe8c1ead536649b1d167a02f12
7
- data.tar.gz: b8d946c4687b6f6dfe6ee9c141537a71c22ca822ae59bb5b5ca9c125bb59ef99f0c8da4f03af039e105054a2d0fd3bb72fa335c224db6998f411d63045d2b8f8
6
+ metadata.gz: ce675f3efa8e0cca130b3a92682d576688fe111b802e1b06a8dc1851e333e375e7259b504acbecbd1344dda8b7209728d467dc2286ea7e7297c1f353c613c778
7
+ data.tar.gz: 9d1abbe62b36a50cefb2d30679833d6ae755dc27dedcf848ba73ad2bbc05324d02941c0787a577bb14f3237bb6cf77bcec74d616250ff9129d9c9949ab3d0848
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.23.0 (2022-07-14)
4
+
5
+ * Regenerated from discovery document revision 20220625
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.22.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -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.22.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220604"
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, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
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.22.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-04 00:00:00.000000000 Z
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.22.0
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: []