Cloud KMS V1 Client - Class ListCryptoKeysResponse (1.21.4)

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

Response message for KeyManagementService.ListCryptoKeys.

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

Namespace

Google \ Cloud \ Kms \ 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

A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.

↳ total_size int

The total number of CryptoKeys that matched the query.

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

A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.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 ListCryptoKeysRequest.page_token to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getTotalSize

The total number of CryptoKeys that matched the query.

Returns
Type Description
int

setTotalSize

The total number of CryptoKeys that matched the query.

Parameter
Name Description
var int
Returns
Type Description
$this