Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListPatchDeploymentsRequest.
A request message for listing patch deployments.
Generated from protobuf message google.cloud.osconfig.v1.ListPatchDeploymentsRequest
Namespace
Google \ Cloud \ OsConfig \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the parent in the form projects/*
.
↳ page_size
int
Optional. The maximum number of patch deployments to return. Default is 100.
↳ page_token
string
Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
getParent
Required. The resource name of the parent in the form projects/*
.
string
setParent
Required. The resource name of the parent in the form projects/*
.
var
string
$this
getPageSize
Optional. The maximum number of patch deployments to return. Default is 100.
int
setPageSize
Optional. The maximum number of patch deployments to return. Default is 100.
var
int
$this
getPageToken
Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
string
setPageToken
Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
var
string
$this
static::build
parent
string
Required. The resource name of the parent in the form projects/*
. Please see Google\Cloud\OsConfig\V1\OsConfigServiceClient::projectName()
for help formatting this field.