Generated from protobuf message google.cloud.kms.inventory.v1.ListCryptoKeysRequest
Namespace
Google \ Cloud \ Kms \ Inventory \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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/*
Returns
Type
Description
string
setParent
Required. The Google Cloud project for which to retrieve key metadata, in
the format projects/*
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
Returns
Type
Description
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. Pass this into a subsequent request in order to receive the next
page of results.
Returns
Type
Description
string
setPageToken
Optional. Pass this into a subsequent request in order to receive the next
page of results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud KMS Inventory V1 Client - Class ListCryptoKeysRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-kms-inventory/latest/V1.ListCryptoKeysRequest)\n- [1.1.0](/php/docs/reference/cloud-kms-inventory/1.1.0/V1.ListCryptoKeysRequest)\n- [1.0.4](/php/docs/reference/cloud-kms-inventory/1.0.4/V1.ListCryptoKeysRequest)\n- [0.4.5](/php/docs/reference/cloud-kms-inventory/0.4.5/V1.ListCryptoKeysRequest)\n- [0.3.1](/php/docs/reference/cloud-kms-inventory/0.3.1/V1.ListCryptoKeysRequest)\n- [0.2.3](/php/docs/reference/cloud-kms-inventory/0.2.3/V1.ListCryptoKeysRequest)\n- [0.1.2](/php/docs/reference/cloud-kms-inventory/0.1.2/V1.ListCryptoKeysRequest) \nReference documentation and code samples for the Google Cloud KMS Inventory V1 Client class ListCryptoKeysRequest.\n\nRequest message for\n[KeyDashboardService.ListCryptoKeys](/php/docs/reference/cloud-kms-inventory/latest/V1.Client.KeyDashboardServiceClient#_Google_Cloud_Kms_Inventory_V1_Client_KeyDashboardServiceClient__listCryptoKeys__).\n\nGenerated from protobuf message `google.cloud.kms.inventory.v1.ListCryptoKeysRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Kms \\\\ Inventory \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The Google Cloud project for which to retrieve key metadata, in\nthe format `projects/*`\n\n### setParent\n\nRequired. The Google Cloud project for which to retrieve key metadata, in\nthe format `projects/*`\n\n### getPageSize\n\nOptional. The maximum number of keys to return. The service may return\nfewer than this value. If unspecified, at most 1000 keys will be returned.\n\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### setPageSize\n\nOptional. The maximum number of keys to return. The service may return\nfewer than this value. If unspecified, at most 1000 keys will be returned.\n\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### getPageToken\n\nOptional. Pass this into a subsequent request in order to receive the next\npage of results.\n\n### setPageToken\n\nOptional. Pass this into a subsequent request in order to receive the next\npage of results.\n\n### static::build"]]