google-apis-firestore_v1 0.36.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 707d2374778ef16b993da289dbe4c1a5bf2a9f1c7e32520abf4defc9387de69c
|
4
|
+
data.tar.gz: 9e232fd11715e61b45592de0eb39169a01cd363d70d68c4dc583cb86c96bcf92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc0e9466d3ef0715a41c4fb339c87b10268c43e2f89bdf313fbb997c8ede3c43124cf768af48a1831a88a9ae092c4e6193442ce83fe128f197a597603e661814
|
7
|
+
data.tar.gz: e3127a2ce9f04a1d52f83a25a6cd5092410f9bf1151a73ee514d324eb63dd3c01e5fc595c7ae9a76007de1e547109d87678be0dd1f742f2873ecdcef1e9ae4f6
|
data/CHANGELOG.md
CHANGED
@@ -875,6 +875,11 @@ module Google
|
|
875
875
|
# @return [String]
|
876
876
|
attr_accessor :create_time
|
877
877
|
|
878
|
+
# State of delete protection for the database.
|
879
|
+
# Corresponds to the JSON property `deleteProtectionState`
|
880
|
+
# @return [String]
|
881
|
+
attr_accessor :delete_protection_state
|
882
|
+
|
878
883
|
# This checksum is computed by the server based on the value of other fields,
|
879
884
|
# and may be sent on update and delete requests to ensure the client has an up-
|
880
885
|
# to-date value before proceeding.
|
@@ -930,6 +935,7 @@ module Google
|
|
930
935
|
@app_engine_integration_mode = args[:app_engine_integration_mode] if args.key?(:app_engine_integration_mode)
|
931
936
|
@concurrency_mode = args[:concurrency_mode] if args.key?(:concurrency_mode)
|
932
937
|
@create_time = args[:create_time] if args.key?(:create_time)
|
938
|
+
@delete_protection_state = args[:delete_protection_state] if args.key?(:delete_protection_state)
|
933
939
|
@etag = args[:etag] if args.key?(:etag)
|
934
940
|
@key_prefix = args[:key_prefix] if args.key?(:key_prefix)
|
935
941
|
@location_id = args[:location_id] if args.key?(:location_id)
|
@@ -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.37.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 = "
|
25
|
+
REVISION = "20230408"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -802,6 +802,7 @@ module Google
|
|
802
802
|
property :app_engine_integration_mode, as: 'appEngineIntegrationMode'
|
803
803
|
property :concurrency_mode, as: 'concurrencyMode'
|
804
804
|
property :create_time, as: 'createTime'
|
805
|
+
property :delete_protection_state, as: 'deleteProtectionState'
|
805
806
|
property :etag, as: 'etag'
|
806
807
|
property :key_prefix, as: 'keyPrefix'
|
807
808
|
property :location_id, as: 'locationId'
|
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.37.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-
|
11
|
+
date: 2023-04-16 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.37.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: []
|