Method: operations.list

  • The provided content details the HTTP request, path parameters, query parameters, request body, and response body for listing operations that match a specified filter.

  • The method uses a GET HTTP request with a specific URL structure incorporating gRPC Transcoding syntax.

  • Path parameters include the name of the operation's parent resource, while query parameters allow for filtering, setting page size, and providing a page token.

  • The request body must be empty, and the response body, if successful, contains a list of operations and a next-page token.

  • This operation requires the https://www.googleapis.com/auth/adsdatahub OAuth scope for authorization.

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{name}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the operation's parent resource.

Query parameters

Parameters
filter

string

The standard list filter.

pageSize

integer

The standard list page size.

pageToken

string

The standard list page token.

Request body

The request body must be empty.

Response body

The response message for Operations.ListOperations.

If successful, the response body contains data with the following structure:

JSON representation
{
  "operations": [
    {
      object (Operation)
    }
  ],
  "nextPageToken": string
}
Fields
operations[]

object (Operation)

A list of operations that matches the specified filter in the request.

nextPageToken

string

The standard List next-page token.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsdatahub