Class SdfdownloadtasksResource
The "sdfdownloadtasks" collection of methods.
Inherited Members
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 sdfdownloadtask.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 |