Google Cloud OsConfig V1 Client - Class ListPatchJobsRequest (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListPatchJobsRequest.

A request message for listing patch jobs.

Generated from protobuf message google.cloud.osconfig.v1.ListPatchJobsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. In the form of projects/*

↳ 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 of projects/*

Returns
TypeDescription
string

setParent

Required. In the form of projects/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of instance status to return.

Returns
TypeDescription
int

setPageSize

The maximum number of instance status to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A pagination token returned from a previous call that indicates where this listing should continue from.

Returns
TypeDescription
string

setPageToken

A pagination token returned from a previous call that indicates where this listing should continue from.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this