google-apis-storagetransfer_v1 0.19.0 → 0.20.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: 62a3e076f2a4f7e850ab3c1540cc4d37f1c431aab1e16cb49b1822256b9a770e
4
- data.tar.gz: 24ea9d15dae7a9da467922ef3d63e58aff37f7933c0459425ef8c838f4aa738a
3
+ metadata.gz: 0355c551ff75762ddcc54415aef19c80e5a59119d779dd7c2bb1e525ba289aef
4
+ data.tar.gz: 7f4a2094f075795038c905a90e350284f822dadd6479011c995cb24dfcf078f5
5
5
  SHA512:
6
- metadata.gz: 820b951951ee2a7be4c5dedb005ab47dc25d2e91c48dbbefa0a7520b7a3c1a127cddbfa7284abf20d5a3fc18c840e546b3cdf6ea9b713267e88d7dfe830d7d4e
7
- data.tar.gz: 46813972c1c50fa0c429a9811567b1f0b0c55788793642e4632911b8a24b91e4dc00f6c83571505bbcece29ea54b088110e07ac6ed8789d2cfbed87ceb577f1f
6
+ metadata.gz: 4fb6494387010140bbdd3a5eb1929e8033c7edc294cb3e2a0d14a42662c32d13d8b32843fbfda7617ed0abb7bcbe21f1c197138782512584a0c249e1bfc59e75
7
+ data.tar.gz: b0d9e616174ad7fc343f10bb19d766658451120e0398acccf0f253de462699ba987b0a8a8b75fe390af476d79417549f486b91d4d83ef0da123be85e67d0d430
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.20.0 (2021-12-14)
4
+
5
+ * Regenerated from discovery document revision 20211211
6
+
3
7
  ### v0.19.0 (2021-12-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20211210
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/storagetransfer_v1"
51
51
  client = Google::Apis::StoragetransferV1::StoragetransferService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1603,10 +1603,10 @@ module Google
1603
1603
 
1604
1604
  # The field mask of the fields in `transferJob` that are to be updated in this
1605
1605
  # request. Fields in `transferJob` that can be updated are: description,
1606
- # transfer_spec, notification_config, and status. To update the `transfer_spec`
1607
- # of the job, a complete transfer specification must be provided. An incomplete
1608
- # specification missing any required fields is rejected with the error
1609
- # INVALID_ARGUMENT.
1606
+ # transfer_spec, notification_config, logging_config, and status. To update the `
1607
+ # transfer_spec` of the job, a complete transfer specification must be provided.
1608
+ # An incomplete specification missing any required fields is rejected with the
1609
+ # error INVALID_ARGUMENT.
1610
1610
  # Corresponds to the JSON property `updateTransferJobFieldMask`
1611
1611
  # @return [String]
1612
1612
  attr_accessor :update_transfer_job_field_mask
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211210"
25
+ REVISION = "20211211"
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-storagetransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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: 2021-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.20.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: []
@@ -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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Storage Transfer API V1