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

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

Response message for KeyDasardService.ListCryptoKeys.

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

Namespace

Google \ Cloud \ Kms \ Inventory \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ crypto_keysarray<Google\Cloud\Kms\V1\CryptoKey>

The list of CryptoKeys.

↳ next_page_tokenstring

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
vararray<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
varstring
Returns
TypeDescription
$this