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: '02519d1669dad8542fe576a77f93bd37c54a5ddc66ba3f46d26776e9f2d7eb66'
4
- data.tar.gz: '08166edbe692e4f03789cd60abbfd084314daab513687e3d8ea045d4c33e118a'
3
+ metadata.gz: bd26e4e9a2c7c2acbc618c9b5ceeda003f925237593b49c7a913483ee07e27d7
4
+ data.tar.gz: 573b0d4e9bd14e88602ad34e761be1081bbb23e362d4d5d751deaf424755542f
5
5
  SHA512:
6
- metadata.gz: 863df21fbe90da5b3af35412b37ad5478813170703bf522d2dff2fcfbfd79abf67905715ad4f7c3bd1986ae07853e9d385930a5928e1c51721cf4c318269810e
7
- data.tar.gz: 2ebcb15fbebdad009d88175f1591c1bea7c13c332824faf9c27991ca516ee24b41e7606918d636193e1cf735cb09470debb98a439cb5002842671797fdefe507
6
+ metadata.gz: 7ca19c9b1bd98e2573884ca4ff69d9f1d12e14e1eaa31ee3780022ed25bed0cb74379c51e8408948c31a4ba2d168e307716cf56d383bd5a87885538c082917c3
7
+ data.tar.gz: efa04dc914ed76e094b17631eeca8febe657a741eb4b53351db193878fc9331054fb4ad8f3fc1bdece44705f07eae7a17c08d943d970a06ded8d20402007488f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.54.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240315
6
+
3
7
  ### v0.53.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240312
@@ -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 TestDB_backup_20230802_155400.trn, use pattern: (?.*)_backup_(?\d`
4715
- # 4`)(?\d`2`)(?\d`2`)_(?\d`2`)(?\d`2`)(?\d`2`).trn Capture group set #2
4716
- # timestamp - unix timestamp Example: For backup file TestDB_backup_1691448254.
4717
- # trn, use pattern: (?.*)_backup_(?.*).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.53.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 = "20240312"
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.53.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-17 00:00:00.000000000 Z
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.53.0
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: []