Class: Google::Apis::Core::StorageDownloadCommand

Inherits:
DownloadCommand show all
Defined in:
lib/google/apis/core/storage_download.rb

Overview

Streaming/resumable media download support specifically for storage API so that we can respond with response headers too.

Constant Summary

Constants inherited from DownloadCommand

DownloadCommand::OK_STATUS, DownloadCommand::RANGE_HEADER

Constants inherited from ApiCommand

ApiCommand::ERROR_REASON_MAPPING, ApiCommand::FIELDS_PARAM, ApiCommand::JSON_CONTENT_TYPE

Constants inherited from HttpCommand

HttpCommand::RETRIABLE_ERRORS

Instance Attribute Summary

Attributes inherited from DownloadCommand

#download_dest

Attributes inherited from ApiCommand

#client_version, #request_object, #request_representation, #response_class, #response_representation

Attributes inherited from HttpCommand

#body, #connection, #header, #method, #options, #params, #query, #url

Method Summary

Methods inherited from DownloadCommand

#prepare!, #release!

Methods inherited from ApiCommand

#allow_form_encoding?, #check_status, #decode_response_body, #initialize, #prepare!

Methods inherited from HttpCommand

#allow_form_encoding?, #apply_request_options, #authorization_refreshable?, #check_status, #decode_response_body, #do_retry, #error, #execute, #initialize, #process_response, #success

Methods included from Logging

#logger

Constructor Details

This class inherits a constructor from Google::Apis::Core::ApiCommand