google-apis-storagetransfer_v1 0.33.0 → 0.34.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: 6e03f03ae8afcf853b5536b11598a1f880f37c1db841030cf12b30336fd0bab1
4
- data.tar.gz: e1fc16f6597325ff22f668e0f0de3c826d60634fed68eca4eccdd93b7e4fd42c
3
+ metadata.gz: f2dabcd345b1e55131454a7232c4d05b21448d3fe86d8fd5adeeeb7fc388e1ad
4
+ data.tar.gz: ef2b4b797f1e1c59ff84a8d2b2827662bfa355ae9f731df4f45d90f8d7223b7c
5
5
  SHA512:
6
- metadata.gz: 385e3f31cf5cbfe5e761d014122fc73fd37297ab47590f465f060e0ebd2db91abbe7bcf01852e3850aa2715215a9d9f3e88d2e3d1fc849060b829f90cdfc3a3f
7
- data.tar.gz: 131cb114fe40dd0a91149c3f79b5b391ddc8b0193d091728680e78c9e90cdaa8c59298d8a9a2ecc2d779662c5bd8776598748bf7af0de03c65cca25ff5be019d
6
+ metadata.gz: 9c8d19b6a6fd2e8d67f8991e5296c158509cc5591f333e26b65339dac78e4a9bae89961f094dd13478c1d739d52813f9d3fbc7b8566a0e36bdd1ebe854f7238e
7
+ data.tar.gz: 0c58a9d44608d14649d02f1ec080eaa95c3ecfb8ed4c1f1f2453036cac36cda3935bce1b1346fa716d6da140815c94e3da3b96a57864a94f0fa321d8d985aed6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.34.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220921
6
+
3
7
  ### v0.33.0 (2022-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220915
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StoragetransferV1
18
18
  # Version of the google-apis-storagetransfer_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220915"
25
+ REVISION = "20220921"
26
26
  end
27
27
  end
28
28
  end
@@ -445,9 +445,9 @@ module Google
445
445
  execute_or_queue_command(command, &block)
446
446
  end
447
447
 
448
- # Attempts to start a new TransferOperation for the current TransferJob. A
449
- # TransferJob has a maximum of one active TransferOperation. If this method is
450
- # called while a TransferOperation is active, an error will be returned.
448
+ # Starts a new operation for the specified transfer job. A `TransferJob` has a
449
+ # maximum of one active `TransferOperation`. If this method is called while a `
450
+ # TransferOperation` is active, an error is returned.
451
451
  # @param [String] job_name
452
452
  # Required. The name of the transfer job.
453
453
  # @param [Google::Apis::StoragetransferV1::RunTransferJobRequest] run_transfer_job_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storagetransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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-storagetransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []