Show / Hide Table of Contents

Class SdfdownloadtasksResource

The "sdfdownloadtasks" collection of methods.

Inheritance
object
SdfdownloadtasksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class SdfdownloadtasksResource

Constructors

SdfdownloadtasksResource(IClientService)

Constructs a new resource.

Declaration
public SdfdownloadtasksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual SdfdownloadtasksResource.OperationsResource Operations { get; }
Property Value
Type Description
SdfdownloadtasksResource.OperationsResource

Methods

Create(CreateSdfDownloadTaskRequest)

Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with sdfdownloadtasks.operations.get. Any errors can be found in the error.message. Note that error.details is expected to be empty.

Declaration
public virtual SdfdownloadtasksResource.CreateRequest Create(CreateSdfDownloadTaskRequest body)
Parameters
Type Name Description
CreateSdfDownloadTaskRequest body

The body of the request.

Returns
Type Description
SdfdownloadtasksResource.CreateRequest
In this article
Back to top Generated by DocFX