Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class ListResourceMaintenancesRequest.
The request structure for the ListResourceMaintenances method.
Generated from protobuf message google.cloud.maintenance.api.v1beta.ListResourceMaintenancesRequest
Namespace
Google \ Cloud \ Maintenance \ Api \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the resource maintenance. |
↳ page_size |
int
The maximum number of resource maintenances to send per page. |
↳ page_token |
string
The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page. |
↳ filter |
string
Filter the list as specified in https://google.aip.dev/160. |
↳ order_by |
string
Order results as specified in https://google.aip.dev/132. |
getParent
Required. The parent of the resource maintenance.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent of the resource maintenance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of resource maintenances to send per page.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of resource maintenances to send per page.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Filter the list as specified in https://google.aip.dev/160.
Returns | |
---|---|
Type | Description |
string |
setFilter
Filter the list as specified in https://google.aip.dev/160.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrderBy
Order results as specified in https://google.aip.dev/132.
Returns | |
---|---|
Type | Description |
string |
setOrderBy
Order results as specified in https://google.aip.dev/132.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent of the resource maintenance. Please see MaintenanceClient::locationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
ListResourceMaintenancesRequest |