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