Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListPatchJobsRequest.
A request message for listing patch jobs.
Generated from protobuf messagegoogle.cloud.osconfig.v1.ListPatchJobsRequest
Namespace
Google \ Cloud \ OsConfig \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. In the form ofprojects/*
↳ page_size
int
The maximum number of instance status to return.
↳ page_token
string
A pagination token returned from a previous call that indicates where this listing should continue from.
↳ filter
string
If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.
getParent
Required. In the form ofprojects/*
Returns
Type
Description
string
setParent
Required. In the form ofprojects/*
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of instance status to return.
Returns
Type
Description
int
setPageSize
The maximum number of instance status to return.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A pagination token returned from a previous call
that indicates where this listing should continue from.
Returns
Type
Description
string
setPageToken
A pagination token returned from a previous call
that indicates where this listing should continue from.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
If provided, this field specifies the criteria that must be met by patch
jobs to be included in the response.
Currently, filtering is only available on the patch_deployment field.
Returns
Type
Description
string
setFilter
If provided, this field specifies the criteria that must be met by patch
jobs to be included in the response.
Currently, filtering is only available on the patch_deployment field.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. In the form ofprojects/*Please seeOsConfigServiceClient::projectName()for help formatting this field.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud OsConfig V1 Client - Class ListPatchJobsRequest (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/php/docs/reference/cloud-osconfig/latest/V1.ListPatchJobsRequest)\n- [2.0.5](/php/docs/reference/cloud-osconfig/2.0.5/V1.ListPatchJobsRequest)\n- [1.3.5](/php/docs/reference/cloud-osconfig/1.3.5/V1.ListPatchJobsRequest)\n- [1.2.2](/php/docs/reference/cloud-osconfig/1.2.2/V1.ListPatchJobsRequest)\n- [1.1.1](/php/docs/reference/cloud-osconfig/1.1.1/V1.ListPatchJobsRequest)\n- [1.0.5](/php/docs/reference/cloud-osconfig/1.0.5/V1.ListPatchJobsRequest) \nReference documentation and code samples for the Google Cloud OsConfig V1 Client class ListPatchJobsRequest.\n\nA request message for listing patch jobs.\n\nGenerated from protobuf message `google.cloud.osconfig.v1.ListPatchJobsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ OsConfig \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. In the form of `projects/*`\n\n### setParent\n\nRequired. In the form of `projects/*`\n\n### getPageSize\n\nThe maximum number of instance status to return.\n\n### setPageSize\n\nThe maximum number of instance status to return.\n\n### getPageToken\n\nA pagination token returned from a previous call\nthat indicates where this listing should continue from.\n\n### setPageToken\n\nA pagination token returned from a previous call\nthat indicates where this listing should continue from.\n\n### getFilter\n\nIf provided, this field specifies the criteria that must be met by patch\njobs to be included in the response.\n\nCurrently, filtering is only available on the patch_deployment field.\n\n### setFilter\n\nIf provided, this field specifies the criteria that must be met by patch\njobs to be included in the response.\n\nCurrently, filtering is only available on the patch_deployment field.\n\n### static::build"]]