ListOperationsRequest

  • The provided content is the request message for the Operations.ListOperations method.

  • The request message is represented in JSON format with fields for name, filter, pageSize, and pageToken.

  • Each field in the JSON representation has a corresponding description detailing its purpose and data type.

The request message for Operations.ListOperations.

JSON representation
{
  "name": string,
  "filter": string,
  "pageSize": integer,
  "pageToken": string
}
Fields
name

string

The name of the operation's parent resource.

filter

string

The standard list filter.

pageSize

integer

The standard list page size.

pageToken

string

The standard list page token.