Google Cloud Api Keys V2 Client - Class ListKeysResponse (0.3.3)

Reference documentation and code samples for the Google Cloud Api Keys V2 Client class ListKeysResponse.

Response message for ListKeys method.

Generated from protobuf message google.api.apikeys.v2.ListKeysResponse

Namespace

Google \ Cloud \ ApiKeys \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ keys array<Google\Cloud\ApiKeys\V2\Key>

A list of API keys.

↳ next_page_token string

The pagination token for the next page of results.

getKeys

A list of API keys.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeys

A list of API keys.

Parameter
NameDescription
var array<Google\Cloud\ApiKeys\V2\Key>
Returns
TypeDescription
$this

getNextPageToken

The pagination token for the next page of results.

Returns
TypeDescription
string

setNextPageToken

The pagination token for the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this