Reference documentation and code samples for the Cloud KMS V1 Client class ListCryptoKeyVersionsRequest.
Request message for KeyManagementService.ListCryptoKeyVersions .
Generated from protobuf message google.cloud.kms.v1.ListCryptoKeyVersionsRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the CryptoKey
to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
.
↳ page_size
int
Optional. Optional limit on the number of CryptoKeyVersions to include in the response. Further CryptoKeyVersions can subsequently be obtained by including the ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
↳ page_token
string
Optional. Optional pagination token, returned earlier via ListCryptoKeyVersionsResponse.next_page_token .
↳ view
int
The fields to include in the response.
↳ filter
string
Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results .
↳ order_by
string
Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results .
getParent
Required. The resource name of the CryptoKey
to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
.
string
setParent
Required. The resource name of the CryptoKey
to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
.
var
string
$this
getPageSize
Optional. Optional limit on the number of CryptoKeyVersions to include in the response. Further CryptoKeyVersions can subsequently be obtained by including the ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
int
setPageSize
Optional. Optional limit on the number of CryptoKeyVersions to include in the response. Further CryptoKeyVersions can subsequently be obtained by including the ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
var
int
$this
getPageToken
Optional. Optional pagination token, returned earlier via ListCryptoKeyVersionsResponse.next_page_token .
string
setPageToken
Optional. Optional pagination token, returned earlier via ListCryptoKeyVersionsResponse.next_page_token .
var
string
$this
getView
The fields to include in the response.
int
setView
The fields to include in the response.
var
int
$this
getFilter
Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results .
string
setFilter
Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results .
var
string
$this
getOrderBy
Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results .
string
setOrderBy
Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results .
var
string
$this
static::build
parent
string
Required. The resource name of the CryptoKey
to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
. Please see Google\Cloud\Kms\V1\KeyManagementServiceClient::cryptoKeyName()
for help formatting this field.