Method: sdfuploadtasks.operations.get

  • This method retrieves the latest state of an asynchronous SDF download task operation.

  • Clients should poll this method every 30 seconds.

  • The request uses a GET HTTP request with the specified URL format and a single required path parameter name.

  • The request body must be empty, and the response body contains an instance of Operation if successful.

  • Authorization requires either the https://www.googleapis.com/auth/display-video or https://www.googleapis.com/auth/doubleclickbidmanager OAuth scopes.

Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds.

HTTP request

GET https://displayvideo.googleapis.com/v4/{name=sdfuploadtasks/operations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the operation resource.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/display-video
  • https://www.googleapis.com/auth/doubleclickbidmanager

For more information, see the OAuth 2.0 Overview.