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

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

Namespace

Google \ Cloud \ Kms \ Inventory \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setCryptoKeys

The list of CryptoKeys.

Parameter
Name Description
var array<Google\Cloud\Kms\V1\CryptoKey>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this