generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.13.4 vs generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.13.5

- old
+ new

@@ -251,11 +251,12 @@ # Each entry has the following tab-delimited fields: # * HTTP URL - The location of the object. # * Length - The size of the object in bytes. # * MD5 - The base64-encoded MD5 hash of the object. # For an example of a valid TSV file, see - # [Transferring data from URLs](https://cloud.google.com/storage/transfer/#urls) + # [Transferring data from URLs](https://cloud.google.com/storage/transfer/create- + # url-list). # When transferring data based on a URL list, keep the following in mind: # * When an object located at `http(s)://hostname:port/<URL-path>` is # transferred # to a data sink, the name of the object at the data sink is # `<hostname>/<URL-path>`. @@ -419,11 +420,11 @@ # network API call. class Operation include Google::Apis::Core::Hashable # If the value is `false`, it means the operation is still in progress. - # If true, the operation is completed, and either `error` or `response` is + # If `true`, the operation is completed, and either `error` or `response` is # available. # Corresponds to the JSON property `done` # @return [Boolean] attr_accessor :done alias_method :done?, :done @@ -1025,10 +1026,11 @@ # Each entry has the following tab-delimited fields: # * HTTP URL - The location of the object. # * Length - The size of the object in bytes. # * MD5 - The base64-encoded MD5 hash of the object. # For an example of a valid TSV file, see - # [Transferring data from URLs](https://cloud.google.com/storage/transfer/#urls) + # [Transferring data from URLs](https://cloud.google.com/storage/transfer/create- + # url-list). # When transferring data based on a URL list, keep the following in mind: # * When an object located at `http(s)://hostname:port/<URL-path>` is # transferred # to a data sink, the name of the object at the data sink is # `<hostname>/<URL-path>`.