generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.50.0 vs generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.51.0

- old
+ new

@@ -324,18 +324,17 @@ # following in mind: * When an object located at `http(s)://hostname:port/` is # transferred to a data sink, the name of the object at the data sink is `/`. * # 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 # Required. The URL that points to the file that stores the object list entries. # This file must allow public access. Currently, only URLs with HTTP and HTTPS @@ -1150,17 +1149,16 @@ # following in mind: * When an object located at `http(s)://hostname:port/` is # transferred to a data sink, the name of the object at the data sink is `/`. * # 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 # Conditions that determine which objects will be transferred. Applies only to