google-apis-firestore_v1 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0475f499baa39fa01ba2b7199314fafbdf2bbbe30ce34cf367acd4cbc11c9851
|
4
|
+
data.tar.gz: c99a0081e6b95679cec72b3502db2e73613e919dd8b10ce947dc22f3d86c645f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65a310df91c794b6a636f77c6fa8602d283c10f1329623e8041e51af803648f4d48e9d319c1b7824f1cb4d797b4bbe5c6e1dafb275c6672bbd37bbd6e214d81f
|
7
|
+
data.tar.gz: 05bfdc0b232cd68c6239b62897b3acb219eb27c44aecad66cdf878643eaf650bcd8433f3d76ef25180b73f98b0f9c3086ef4c3013addcaa95ff62ac50cbbfc0d
|
data/CHANGELOG.md
CHANGED
@@ -785,18 +785,6 @@ module Google
|
|
785
785
|
# @return [String]
|
786
786
|
attr_accessor :concurrency_mode
|
787
787
|
|
788
|
-
# Output only. The earliest timestamp at which older versions of the data can be
|
789
|
-
# read from the database. See [version_retention_period] above; this field is
|
790
|
-
# populated with `now - version_retention_period`. This value is continuously
|
791
|
-
# updated, and becomes stale the moment it is queried. If you are using this
|
792
|
-
# value to recover data, make sure to account for the time from the moment when
|
793
|
-
# the value is queried to the moment when you initiate the recovery. Note that
|
794
|
-
# you should not need to query this field: if you know the `
|
795
|
-
# version_retention_period` then you can query within that time.
|
796
|
-
# Corresponds to the JSON property `earliestVersionTime`
|
797
|
-
# @return [String]
|
798
|
-
attr_accessor :earliest_version_time
|
799
|
-
|
800
788
|
# This checksum is computed by the server based on the value of other fields,
|
801
789
|
# and may be sent on update and delete requests to ensure the client has an up-
|
802
790
|
# to-date value before proceeding.
|
@@ -829,7 +817,6 @@ module Google
|
|
829
817
|
# Update properties of this object
|
830
818
|
def update!(**args)
|
831
819
|
@concurrency_mode = args[:concurrency_mode] if args.key?(:concurrency_mode)
|
832
|
-
@earliest_version_time = args[:earliest_version_time] if args.key?(:earliest_version_time)
|
833
820
|
@etag = args[:etag] if args.key?(:etag)
|
834
821
|
@location_id = args[:location_id] if args.key?(:location_id)
|
835
822
|
@name = args[:name] if args.key?(:name)
|
@@ -1464,6 +1451,19 @@ module Google
|
|
1464
1451
|
end
|
1465
1452
|
end
|
1466
1453
|
|
1454
|
+
# Metadata related to the update database operation.
|
1455
|
+
class GoogleFirestoreAdminV1UpdateDatabaseMetadata
|
1456
|
+
include Google::Apis::Core::Hashable
|
1457
|
+
|
1458
|
+
def initialize(**args)
|
1459
|
+
update!(**args)
|
1460
|
+
end
|
1461
|
+
|
1462
|
+
# Update properties of this object
|
1463
|
+
def update!(**args)
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1467
1467
|
# The request message for Operations.CancelOperation.
|
1468
1468
|
class GoogleLongrunningCancelOperationRequest
|
1469
1469
|
include Google::Apis::Core::Hashable
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220110"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -280,6 +280,12 @@ module Google
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
+
class GoogleFirestoreAdminV1UpdateDatabaseMetadata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
283
289
|
class GoogleLongrunningCancelOperationRequest
|
284
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
291
|
|
@@ -722,7 +728,6 @@ module Google
|
|
722
728
|
# @private
|
723
729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
724
730
|
property :concurrency_mode, as: 'concurrencyMode'
|
725
|
-
property :earliest_version_time, as: 'earliestVersionTime'
|
726
731
|
property :etag, as: 'etag'
|
727
732
|
property :location_id, as: 'locationId'
|
728
733
|
property :name, as: 'name'
|
@@ -902,6 +907,12 @@ module Google
|
|
902
907
|
end
|
903
908
|
end
|
904
909
|
|
910
|
+
class GoogleFirestoreAdminV1UpdateDatabaseMetadata
|
911
|
+
# @private
|
912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
913
|
+
end
|
914
|
+
end
|
915
|
+
|
905
916
|
class GoogleLongrunningCancelOperationRequest
|
906
917
|
# @private
|
907
918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.15.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-01-
|
11
|
+
date: 2022-01-24 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.15.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: []
|
@@ -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.3.
|
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 V1
|