diff --git a/generated/google/apis/storagetransfer_v1.rb b/generated/google/apis/storagetransfer_v1.rb index a6e2f970503..30c6507f3a9 100644 --- a/generated/google/apis/storagetransfer_v1.rb +++ b/generated/google/apis/storagetransfer_v1.rb @@ -26,7 +26,7 @@ module Apis # @see https://cloud.google.com/storage-transfer/docs module StoragetransferV1 VERSION = 'V1' - REVISION = '20201105' + REVISION = '20201126' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/storagetransfer_v1/classes.rb b/generated/google/apis/storagetransfer_v1/classes.rb index b44f559495d..bfbc0449132 100644 --- a/generated/google/apis/storagetransfer_v1/classes.rb +++ b/generated/google/apis/storagetransfer_v1/classes.rb @@ -326,14 +326,13 @@ def update!(**args) # If the specified size of an object does not match the actual size of the # object fetched, the object will not be transferred. * If the specified MD5 # does not match the MD5 computed from the transferred bytes, the object - # transfer will fail. For more information, see [Generating MD5 hashes] (https:// - # cloud.google.com/storage-transfer/docs/create-url-list#md5-checksum) * Ensure - # that each URL you specify is publicly accessible. For example, in Cloud - # Storage you can [share an object publicly] (https://cloud.google.com/storage/ - # docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer - # Service obeys `robots.txt` rules and requires the source HTTP server to - # support `Range` requests and to return a `Content-Length` header in each - # response. * ObjectConditions have no effect when filtering objects to transfer. + # transfer will fail. * Ensure that each URL you specify is publicly accessible. + # For example, in Cloud Storage you can [share an object publicly] (https:// + # cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it. + # * Storage Transfer Service obeys `robots.txt` rules and requires the source + # HTTP server to support `Range` requests and to return a `Content-Length` + # header in each response. * ObjectConditions have no effect when filtering + # objects to transfer. class HttpData include Google::Apis::Core::Hashable @@ -1152,14 +1151,13 @@ class TransferSpec # If the specified size of an object does not match the actual size of the # object fetched, the object will not be transferred. * If the specified MD5 # does not match the MD5 computed from the transferred bytes, the object - # transfer will fail. For more information, see [Generating MD5 hashes] (https:// - # cloud.google.com/storage-transfer/docs/create-url-list#md5-checksum) * Ensure - # that each URL you specify is publicly accessible. For example, in Cloud - # Storage you can [share an object publicly] (https://cloud.google.com/storage/ - # docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer - # Service obeys `robots.txt` rules and requires the source HTTP server to - # support `Range` requests and to return a `Content-Length` header in each - # response. * ObjectConditions have no effect when filtering objects to transfer. + # transfer will fail. * Ensure that each URL you specify is publicly accessible. + # For example, in Cloud Storage you can [share an object publicly] (https:// + # cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it. + # * Storage Transfer Service obeys `robots.txt` rules and requires the source + # HTTP server to support `Range` requests and to return a `Content-Length` + # header in each response. * ObjectConditions have no effect when filtering + # objects to transfer. # Corresponds to the JSON property `httpDataSource` # @return [Google::Apis::StoragetransferV1::HttpData] attr_accessor :http_data_source diff --git a/generated/google/apis/storagetransfer_v1/synth.metadata b/generated/google/apis/storagetransfer_v1/synth.metadata index 37fdb3b123b..9035e2721f4 100644 --- a/generated/google/apis/storagetransfer_v1/synth.metadata +++ b/generated/google/apis/storagetransfer_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "bfdbb25208c9c8330c7c0c94ec4dec4e2a868931" + "sha": "c689930c165b95343d847eb6d5b35222b48bb13b" } } ]