Required. Parent Resource to list workloads from. Must be of the form organizations/{org_id}/locations/{location}.
pageSize
integer
Page size.
pageToken
string
Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
filter
string
A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[[["The JSON representation outlines the structure for requesting workloads, including parameters for `parent`, `pageSize`, `pageToken`, and `filter`."],["The `parent` field is a required string specifying the organization and location to list workloads from, using the format `organizations/{org_id}/locations/{location}`."],["The `pageSize` field determines the number of workloads returned per page in an integer format."],["The `pageToken` field, a string, facilitates pagination by carrying context from previous requests to retrieve subsequent pages of results."],["The `filter` field, a string, allows users to filter workloads based on specific properties, currently supporting filtering by labels."]]],[]]