Reference documentation and code samples for the Google Cloud KMS Inventory V1 Client class ListCryptoKeysRequest.
Request message for KeyDashboardService.ListCryptoKeys .
Generated from protobuf message google.cloud.kms.inventory.v1.ListCryptoKeysRequest
Namespace
Google \ Cloud \ Kms \ Inventory \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The Google Cloud project for which to retrieve key metadata, in the format projects/*
↳ page_size
int
Optional. The maximum number of keys to return. The service may return fewer than this value. If unspecified, at most 1000 keys will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Optional. Pass this into a subsequent request in order to receive the next page of results.
getParent
Required. The Google Cloud project for which to retrieve key metadata, in
the format projects/*
string
setParent
Required. The Google Cloud project for which to retrieve key metadata, in
the format projects/*
var
string
$this
getPageSize
Optional. The maximum number of keys to return. The service may return fewer than this value. If unspecified, at most 1000 keys will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
int
setPageSize
Optional. The maximum number of keys to return. The service may return fewer than this value. If unspecified, at most 1000 keys will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
var
int
$this
getPageToken
Optional. Pass this into a subsequent request in order to receive the next page of results.
string
setPageToken
Optional. Pass this into a subsequent request in order to receive the next page of results.
var
string
$this
static::build
parent
string
Required. The Google Cloud project for which to retrieve key metadata, in
the format projects/*
Please see KeyDashboardServiceClient::projectName()
for help formatting this field.