Reference documentation and code samples for the Cloud KMS V1 Client class ListKeyHandlesResponse.
Response message for Autokey.ListKeyHandles.
Generated from protobuf message google.cloud.kms.v1.ListKeyHandlesResponse
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_handles |
array<Google\Cloud\Kms\V1\KeyHandle>
Resulting KeyHandles. |
↳ next_page_token |
string
A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results. |
getKeyHandles
Resulting KeyHandles.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setKeyHandles
Resulting KeyHandles.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Kms\V1\KeyHandle>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |