google-apis-storagetransfer_v1 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa51b5bcc252594c88df167a7cad102d8357e3c7b6559a4462ef1847f56b9264
|
4
|
+
data.tar.gz: 7518b21b3eafb652f33877966fef38fa51a719d775a166c71bea88d1a7c86a3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 247c5add62be3000b2bccabe399682be3617c6af048cdfb2d8592e558b89ae2f40e7135d7b436cb9f69bb4da7dd92e258830c6a3339b2be6384447414c9cad21
|
7
|
+
data.tar.gz: 727ec79a0e769e62ec51726f3115023da1feb2a2ce3888347313315ee08b4221068783bc8dfd531019ab483f2045056710011c3e4fcfbf7eef093fd315c19a75
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
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
|
+
|
8
|
+
### v0.8.0 (2021-05-20)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.7.0 (2021-04-29)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20210427
|
15
|
+
|
16
|
+
### v0.6.0 (2021-03-31)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210325
|
19
|
+
* Regenerated using generator version 0.2.0
|
20
|
+
|
21
|
+
### v0.5.0 (2021-03-04)
|
22
|
+
|
23
|
+
* Unspecified changes
|
24
|
+
|
3
25
|
### v0.4.0 (2021-02-24)
|
4
26
|
|
5
27
|
* Regenerated from discovery document revision 20210218
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1'
|
32
32
|
|
33
|
-
#
|
33
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
end
|
36
36
|
end
|
@@ -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
|
298
|
-
#
|
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 '/'.
|
306
|
-
#
|
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] (
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
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
|
|
@@ -962,8 +961,7 @@ module Google
|
|
962
961
|
attr_accessor :last_modification_time
|
963
962
|
|
964
963
|
# The name of the most recently started TransferOperation of this JobConfig.
|
965
|
-
# Present if
|
966
|
-
# this JobConfig.
|
964
|
+
# Present if a TransferOperation has been created for this JobConfig.
|
967
965
|
# Corresponds to the JSON property `latestOperationName`
|
968
966
|
# @return [String]
|
969
967
|
attr_accessor :latest_operation_name
|
@@ -974,8 +972,10 @@ module Google
|
|
974
972
|
# name for this job. If the specified name is in use by a job, the creation
|
975
973
|
# request fails with an ALREADY_EXISTS error. This name must start with `"
|
976
974
|
# transferJobs/"` prefix and end with a letter or a number, and should be no
|
977
|
-
# more than 128 characters.
|
978
|
-
#
|
975
|
+
# more than 128 characters. This name must not start with 'transferJobs/OPI'. '
|
976
|
+
# transferJobs/OPI' is a reserved prefix. Example: `"transferJobs/^(?!OPI)[A-Za-
|
977
|
+
# z0-9-._~]*[A-Za-z0-9]$"` Invalid job names will fail with an INVALID_ARGUMENT
|
978
|
+
# error.
|
979
979
|
# Corresponds to the JSON property `name`
|
980
980
|
# @return [String]
|
981
981
|
attr_accessor :name
|
@@ -1211,12 +1211,11 @@ module Google
|
|
1211
1211
|
# object fetched, the object will not be transferred. * If the specified MD5
|
1212
1212
|
# does not match the MD5 computed from the transferred bytes, the object
|
1213
1213
|
# transfer will fail. * Ensure that each URL you specify is publicly accessible.
|
1214
|
-
# For example, in Cloud Storage you can [share an object publicly] (
|
1215
|
-
#
|
1216
|
-
#
|
1217
|
-
#
|
1218
|
-
#
|
1219
|
-
# 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.
|
1220
1219
|
# Corresponds to the JSON property `httpDataSource`
|
1221
1220
|
# @return [Google::Apis::StoragetransferV1::HttpData]
|
1222
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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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:
|
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.
|
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: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Storage Transfer API V1
|