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.
Parameters | |
---|---|
Name | Description |
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. |
↳ filter |
string
Optional. Filter to apply when listing KeyHandles, e.g. |
getParent
Required. Name of the resource project and location from which to list KeyHandles, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Name of the resource project and location from which to list KeyHandles, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Filter to apply when listing KeyHandles, e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Filter to apply when listing KeyHandles, e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Name of the resource project and location from which to list
KeyHandles, e.g.
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Kms\V1\ListKeyHandlesRequest |