google_api_discovery v0.6.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols{ resumable: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t(), simple: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.