public sealed class ListCryptoKeyVersionsRequest : IPageRequest, IMessage<ListCryptoKeyVersionsRequest>, IEquatable<ListCryptoKeyVersionsRequest>, IDeepCloneable<ListCryptoKeyVersionsRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.ListCryptoKeyVersions][google.cloud.kms.v1.KeyManagementService.ListCryptoKeyVersions].
Implements
IPageRequest, IMessage<ListCryptoKeyVersionsRequest>, IEquatable<ListCryptoKeyVersionsRequest>, IDeepCloneable<ListCryptoKeyVersionsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListCryptoKeyVersionsRequest()
public ListCryptoKeyVersionsRequest()
ListCryptoKeyVersionsRequest(ListCryptoKeyVersionsRequest)
public ListCryptoKeyVersionsRequest(ListCryptoKeyVersionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCryptoKeyVersionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. Optional limit on the number of [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] to include in the response. Further [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] can subsequently be obtained by including the [ListCryptoKeyVersionsResponse.next_page_token][google.cloud.kms.v1.ListCryptoKeyVersionsResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. Optional pagination token, returned earlier via [ListCryptoKeyVersionsResponse.next_page_token][google.cloud.kms.v1.ListCryptoKeyVersionsResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the [CryptoKey][google.cloud.kms.v1.CryptoKey] to list, in the format
projects/*/locations/*/keyRings/*/cryptoKeys/*
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsCryptoKeyName
public CryptoKeyName ParentAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |
View
public CryptoKeyVersion.Types.CryptoKeyVersionView View { get; set; }
The fields to include in the response.
Property Value | |
---|---|
Type | Description |
CryptoKeyVersion.Types.CryptoKeyVersionView |