Google Cloud Api Keys V2 Client - Class ListKeysResponse (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ keys |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setKeys
A list of API keys.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Key>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The pagination token for the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The pagination token for the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|