google-apis-storagetransfer_v1 0.8.0 → 0.9.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: 07a3fa664dbfe88d2826ce1ef1d2255fed7980064733a89d60adce23e2d4ad27
4
- data.tar.gz: 3d32a607ebd921c15485d637143d5b4133d9f9e76af92e65f51f7e1c82f77aef
3
+ metadata.gz: fa51b5bcc252594c88df167a7cad102d8357e3c7b6559a4462ef1847f56b9264
4
+ data.tar.gz: 7518b21b3eafb652f33877966fef38fa51a719d775a166c71bea88d1a7c86a3e
5
5
  SHA512:
6
- metadata.gz: 44309da43da385fc01fced4d8b7a6c933e30620e85cf844a12e55ce056c32a50f2874c911dbf925735ac8103a1a293f1843beb251030a85f17475ac6064755ee
7
- data.tar.gz: '0152915a260158c8eafb7192d92ec10d4b8d25b5623db1bf41b054ed58d6107fe10caa5ce59f7a617fa2c5f065b770d94e2f94a0f7150bc49865dcbd39bbac64'
6
+ metadata.gz: 247c5add62be3000b2bccabe399682be3617c6af048cdfb2d8592e558b89ae2f40e7135d7b436cb9f69bb4da7dd92e258830c6a3339b2be6384447414c9cad21
7
+ data.tar.gz: 727ec79a0e769e62ec51726f3115023da1feb2a2ce3888347313315ee08b4221068783bc8dfd531019ab483f2045056710011c3e4fcfbf7eef093fd315c19a75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.9.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210617
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.8.0 (2021-05-20)
4
9
 
5
10
  * Unspecified changes
@@ -294,16 +294,16 @@ module Google
294
294
  class GcsData
295
295
  include Google::Apis::Core::Hashable
296
296
 
297
- # Required. Cloud Storage bucket name (see [Bucket Name Requirements](https://
298
- # cloud.google.com/storage/docs/naming#requirements)).
297
+ # Required. Cloud Storage bucket name. Must meet [Bucket Name Requirements](/
298
+ # storage/docs/naming#requirements).
299
299
  # Corresponds to the JSON property `bucketName`
300
300
  # @return [String]
301
301
  attr_accessor :bucket_name
302
302
 
303
303
  # Root path to transfer objects. Must be an empty string or full path name that
304
304
  # ends with a '/'. This field is treated as an object prefix. As such, it should
305
- # generally not begin with a '/'. (must meet Object Name Requirements](https://
306
- # cloud.google.com/storage/docs/naming#objectnames)).
305
+ # generally not begin with a '/'. The root path value must meet [Object Name
306
+ # Requirements](/storage/docs/naming#objectnames).
307
307
  # Corresponds to the JSON property `path`
308
308
  # @return [String]
309
309
  attr_accessor :path
@@ -354,12 +354,11 @@ module Google
354
354
  # object fetched, the object will not be transferred. * If the specified MD5
355
355
  # does not match the MD5 computed from the transferred bytes, the object
356
356
  # transfer will fail. * Ensure that each URL you specify is publicly accessible.
357
- # For example, in Cloud Storage you can [share an object publicly] (https://
358
- # cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it.
359
- # * Storage Transfer Service obeys `robots.txt` rules and requires the source
360
- # HTTP server to support `Range` requests and to return a `Content-Length`
361
- # header in each response. * ObjectConditions have no effect when filtering
362
- # objects to transfer.
357
+ # For example, in Cloud Storage you can [share an object publicly] (/storage/
358
+ # docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer
359
+ # Service obeys `robots.txt` rules and requires the source HTTP server to
360
+ # support `Range` requests and to return a `Content-Length` header in each
361
+ # response. * ObjectConditions have no effect when filtering objects to transfer.
363
362
  class HttpData
364
363
  include Google::Apis::Core::Hashable
365
364
 
@@ -1212,12 +1211,11 @@ module Google
1212
1211
  # object fetched, the object will not be transferred. * If the specified MD5
1213
1212
  # does not match the MD5 computed from the transferred bytes, the object
1214
1213
  # transfer will fail. * Ensure that each URL you specify is publicly accessible.
1215
- # For example, in Cloud Storage you can [share an object publicly] (https://
1216
- # cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it.
1217
- # * Storage Transfer Service obeys `robots.txt` rules and requires the source
1218
- # HTTP server to support `Range` requests and to return a `Content-Length`
1219
- # header in each response. * ObjectConditions have no effect when filtering
1220
- # objects to transfer.
1214
+ # For example, in Cloud Storage you can [share an object publicly] (/storage/
1215
+ # docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer
1216
+ # Service obeys `robots.txt` rules and requires the source HTTP server to
1217
+ # support `Range` requests and to return a `Content-Length` header in each
1218
+ # response. * ObjectConditions have no effect when filtering objects to transfer.
1221
1219
  # Corresponds to the JSON property `httpDataSource`
1222
1220
  # @return [Google::Apis::StoragetransferV1::HttpData]
1223
1221
  attr_accessor :http_data_source
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210427"
25
+ REVISION = "20210617"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storagetransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Storage Transfer API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storagetransfer_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storagetransfer_v1
57
63
  post_install_message:
58
64
  rdoc_options: []