Reference documentation and code samples for the Google Cloud Api Keys V2 Client class ListKeysRequest.
Request message for ListKeys
method.
Generated from protobuf message google.api.apikeys.v2.ListKeysRequest
Namespace
Google \ Cloud \ ApiKeys \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Lists all API keys associated with this project.
↳ page_size
int
Optional. Specifies the maximum number of results to be returned at a time.
↳ page_token
string
Optional. Requests a specific page of results.
↳ show_deleted
bool
Optional. Indicate that keys deleted in the past 30 days should also be returned.
getParent
Required. Lists all API keys associated with this project.
string
setParent
Required. Lists all API keys associated with this project.
var
string
$this
getPageSize
Optional. Specifies the maximum number of results to be returned at a time.
int
setPageSize
Optional. Specifies the maximum number of results to be returned at a time.
var
int
$this
getPageToken
Optional. Requests a specific page of results.
string
setPageToken
Optional. Requests a specific page of results.
var
string
$this
getShowDeleted
Optional. Indicate that keys deleted in the past 30 days should also be returned.
bool
setShowDeleted
Optional. Indicate that keys deleted in the past 30 days should also be returned.
var
bool
$this
static::build
parent
string
Required. Lists all API keys associated with this project. Please see Google\Cloud\ApiKeys\V2\ApiKeysClient::locationName() for help formatting this field.