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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the parent in the form |
↳ 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/*
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the parent in the form projects/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of patch deployments to return. Default is 100.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of patch deployments to return. Default is 100.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the parent in the form |
Returns | |
---|---|
Type | Description |
Google\Cloud\OsConfig\V1\ListPatchDeploymentsRequest |