Show / Hide Table of Contents

Class RestMethod.MediaUploadData.ProtocolsData

Supported upload protocols.

Inheritance
object
RestMethod.MediaUploadData.ProtocolsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestMethod.MediaUploadData.ProtocolsData

Properties

Resumable

Supports the Resumable Media Upload protocol.

Declaration
[JsonProperty("resumable")]
public virtual RestMethod.MediaUploadData.ProtocolsData.ResumableData Resumable { get; set; }
Property Value
Type Description
RestMethod.MediaUploadData.ProtocolsData.ResumableData

Simple

Supports uploading as a single HTTP request.

Declaration
[JsonProperty("simple")]
public virtual RestMethod.MediaUploadData.ProtocolsData.SimpleData Simple { get; set; }
Property Value
Type Description
RestMethod.MediaUploadData.ProtocolsData.SimpleData
In this article
Back to top Generated by DocFX