google_api_discovery v0.10.0 GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols View Source
Supported upload protocols.
Attributes
-
resumable
(type:GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t
, default:nil
) - Supports the Resumable Media Upload protocol. -
simple
(type:GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t
, default:nil
) - Supports uploading as a single HTTP request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols{ resumable: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t(), simple: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.