Reference documentation and code samples for the Cloud KMS V1 Client class ListKeyHandlesRequest.
Request message for Autokey.ListKeyHandles .
Generated from protobuf message google.cloud.kms.v1.ListKeyHandlesRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Name of the resource project and location from which to list KeyHandles
, e.g. projects/{PROJECT_ID}/locations/{LOCATION}
.
↳ page_size
int
Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100 KeyHandles will be returned.
↳ page_token
string
Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token .
↳ filter
string
Optional. Filter to apply when listing KeyHandles
, e.g. resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
getParent
Required. Name of the resource project and location from which to list KeyHandles , e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
string
setParent
Required. Name of the resource project and location from which to list KeyHandles , e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
var
string
$this
getPageSize
Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100 KeyHandles will be returned.
int
setPageSize
Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100 KeyHandles will be returned.
var
int
$this
getPageToken
Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token .
string
setPageToken
Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token .
var
string
$this
getFilter
Optional. Filter to apply when listing KeyHandles , e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
string
setFilter
Optional. Filter to apply when listing KeyHandles , e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
var
string
$this
static::build
parent
string
Required. Name of the resource project and location from which to list KeyHandles
, e.g. projects/{PROJECT_ID}/locations/{LOCATION}
. Please see AutokeyClient::locationName()
for help formatting this field.