Reference documentation and code samples for the Cloud KMS V1 Client class ListKeyRingsResponse.
Response message for KeyManagementService.ListKeyRings .
Generated from protobuf message google.cloud.kms.v1.ListKeyRingsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key_rings
↳ next_page_token
string
A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
↳ total_size
getKeyRings
The list of KeyRings .
setKeyRings
The list of KeyRings .
$this
getNextPageToken
A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
string
setNextPageToken
A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
var
string
$this
getTotalSize
The total number of KeyRings that matched the query.
int
setTotalSize
The total number of KeyRings that matched the query.
var
int
$this