Reference documentation and code samples for the Cloud KMS V1 Client class ListRetiredResourcesRequest.
Request message for KeyManagementService.ListRetiredResources .
Generated from protobuf message google.cloud.kms.v1.ListRetiredResourcesRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The project-specific location holding the RetiredResources
, in the format projects/*/locations/*
.
string
setParent
Required. The project-specific location holding the RetiredResources
, in the format projects/*/locations/*
.
var
string
$this
getPageSize
Optional. Optional limit on the number of RetiredResources to be included in the response. Further RetiredResources can subsequently be obtained by including the ListRetiredResourcesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
int
setPageSize
Optional. Optional limit on the number of RetiredResources to be included in the response. Further RetiredResources can subsequently be obtained by including the ListRetiredResourcesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
var
int
$this
getPageToken
Optional. Optional pagination token, returned earlier via ListRetiredResourcesResponse.next_page_token .
string
setPageToken
Optional. Optional pagination token, returned earlier via ListRetiredResourcesResponse.next_page_token .
var
string
$this
static::build
parent
string
Required. The project-specific location holding the RetiredResources
, in the format projects/*/locations/*
. Please see KeyManagementServiceClient::locationName()
for help formatting this field.

