Google Cloud KMS Inventory V1 Client - Class ListCryptoKeysResponse (0.1.2)

Reference documentation and code samples for the Google Cloud KMS Inventory V1 Client class ListCryptoKeysResponse.

Response message for KeyDashboardService.ListCryptoKeys.

Generated from protobuf message google.cloud.kms.inventory.v1.ListCryptoKeysResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ crypto_keys array<Google\Cloud\Kms\V1\CryptoKey>

The list of CryptoKeys.

↳ next_page_token string

The page token returned from the previous response if the next page is desired.

getCryptoKeys

The list of CryptoKeys.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCryptoKeys

The list of CryptoKeys.

Parameter
NameDescription
var array<Google\Cloud\Kms\V1\CryptoKey>
Returns
TypeDescription
$this

getNextPageToken

The page token returned from the previous response if the next page is desired.

Returns
TypeDescription
string

setNextPageToken

The page token returned from the previous response if the next page is desired.

Parameter
NameDescription
var string
Returns
TypeDescription
$this