Reference documentation and code samples for the Cloud KMS V1 Client class ListRetiredResourcesResponse.
Response message for KeyManagementService.ListRetiredResources .
Generated from protobuf message google.cloud.kms.v1.ListRetiredResourcesResponse
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ retired_resources
↳ next_page_token
string
A token to retrieve the next page of results. Pass this value in ListRetiredResourcesRequest.page_token to retrieve the next page of results.
↳ total_size
getRetiredResources
The list of RetiredResources .
setRetiredResources
The list of RetiredResources .
$this
getNextPageToken
A token to retrieve the next page of results. Pass this value in ListRetiredResourcesRequest.page_token to retrieve the next page of results.
string
setNextPageToken
A token to retrieve the next page of results. Pass this value in ListRetiredResourcesRequest.page_token to retrieve the next page of results.
var
string
$this
getTotalSize
The total number of RetiredResources that matched the query.
int|string
setTotalSize
The total number of RetiredResources that matched the query.
var
int|string
$this

