google-cloud-firestore-admin-v1 0.17.0 → 0.17.1
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/lib/google/cloud/firestore/admin/v1/firestore_admin/client.rb +1 -2
- data/lib/google/cloud/firestore/admin/v1/firestore_admin/rest/client.rb +1 -2
- data/lib/google/cloud/firestore/admin/v1/version.rb +1 -1
- data/lib/google/firestore/admin/v1/firestore_admin_services_pb.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c60863f63424d876f806e33a7f22def3b3cdc2a5cd9b7a4f2be5ede40d295ef4
|
|
4
|
+
data.tar.gz: 57520227b4e4bf8dedc8776da78f98df18a61e779abbdb6ce3a0207b41c160f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca5ad58481929c759417c44bc7f3d729d221f78f91e5affbf5150db3c4d352844770bd0b3a90f4592a0e907fbbbc54c62ab7621f0729d104375480ca9e5d6d84
|
|
7
|
+
data.tar.gz: ef9c20c389f34f88dac67a91bddcbad659c7b9352b28713ebd85d35bd54c07553a08e0e0439efe99e3a42d3f917e4a5e7bcc6301d1eb5b728d25914123b61a88
|
|
@@ -2036,8 +2036,7 @@ module Google
|
|
|
2036
2036
|
##
|
|
2037
2037
|
# Creates a backup schedule on a database.
|
|
2038
2038
|
# At most two backup schedules can be configured on a database, one daily
|
|
2039
|
-
# backup schedule
|
|
2040
|
-
# with retention up to 14 weeks.
|
|
2039
|
+
# backup schedule and one weekly backup schedule.
|
|
2041
2040
|
#
|
|
2042
2041
|
# @overload create_backup_schedule(request, options = nil)
|
|
2043
2042
|
# Pass arguments to `create_backup_schedule` via a request object, either of type
|
|
@@ -1903,8 +1903,7 @@ module Google
|
|
|
1903
1903
|
##
|
|
1904
1904
|
# Creates a backup schedule on a database.
|
|
1905
1905
|
# At most two backup schedules can be configured on a database, one daily
|
|
1906
|
-
# backup schedule
|
|
1907
|
-
# with retention up to 14 weeks.
|
|
1906
|
+
# backup schedule and one weekly backup schedule.
|
|
1908
1907
|
#
|
|
1909
1908
|
# @overload create_backup_schedule(request, options = nil)
|
|
1910
1909
|
# Pass arguments to `create_backup_schedule` via a request object, either of type
|
|
@@ -156,8 +156,7 @@ module Google
|
|
|
156
156
|
rpc :RestoreDatabase, ::Google::Cloud::Firestore::Admin::V1::RestoreDatabaseRequest, ::Google::Longrunning::Operation
|
|
157
157
|
# Creates a backup schedule on a database.
|
|
158
158
|
# At most two backup schedules can be configured on a database, one daily
|
|
159
|
-
# backup schedule
|
|
160
|
-
# with retention up to 14 weeks.
|
|
159
|
+
# backup schedule and one weekly backup schedule.
|
|
161
160
|
rpc :CreateBackupSchedule, ::Google::Cloud::Firestore::Admin::V1::CreateBackupScheduleRequest, ::Google::Cloud::Firestore::Admin::V1::BackupSchedule
|
|
162
161
|
# Gets information about a backup schedule.
|
|
163
162
|
rpc :GetBackupSchedule, ::Google::Cloud::Firestore::Admin::V1::GetBackupScheduleRequest, ::Google::Cloud::Firestore::Admin::V1::BackupSchedule
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-firestore-admin-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|