google-apis-datamigration_v1 0.53.0 → 0.54.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: bd26e4e9a2c7c2acbc618c9b5ceeda003f925237593b49c7a913483ee07e27d7
|
4
|
+
data.tar.gz: 573b0d4e9bd14e88602ad34e761be1081bbb23e362d4d5d751deaf424755542f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ca19c9b1bd98e2573884ca4ff69d9f1d12e14e1eaa31ee3780022ed25bed0cb74379c51e8408948c31a4ba2d168e307716cf56d383bd5a87885538c082917c3
|
7
|
+
data.tar.gz: efa04dc914ed76e094b17631eeca8febe657a741eb4b53351db193878fc9331054fb4ad8f3fc1bdece44705f07eae7a17c08d943d970a06ded8d20402007488f
|
data/CHANGELOG.md
CHANGED
@@ -4711,10 +4711,10 @@ module Google
|
|
4711
4711
|
# must define one of the following capture group sets: Capture group set #1 yy/
|
4712
4712
|
# yyyy - year, 2 or 4 digits mm - month number, 1-12 dd - day of month, 1-31 hh -
|
4713
4713
|
# hour of day, 00-23 mi - minutes, 00-59 ss - seconds, 00-59 Example: For
|
4714
|
-
# backup file
|
4715
|
-
#
|
4716
|
-
# timestamp
|
4717
|
-
# trn
|
4714
|
+
# backup file TestDB_20230802_155400.trn, use pattern: (?.*)_backup_(?\d`4`)(?\d`
|
4715
|
+
# 2`)(?\d`2`)_(?\d`2`)(?\d`2`)(?\d`2`).trn Capture group set #2 timestamp - unix
|
4716
|
+
# timestamp Example: For backup file TestDB.1691448254.trn, use pattern: (?.*)\.(
|
4717
|
+
# ?\d*).trn or (?.*)\.(?\d*).trn
|
4718
4718
|
# Corresponds to the JSON property `backupFilePattern`
|
4719
4719
|
# @return [String]
|
4720
4720
|
attr_accessor :backup_file_pattern
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatamigrationV1
|
18
18
|
# Version of the google-apis-datamigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.54.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240315"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datamigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.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: 2024-03-
|
11
|
+
date: 2024-03-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-datamigration_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.54.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|