public sealed class ListReusableConfigsRequest : IPageRequest, IMessage<ListReusableConfigsRequest>, IEquatable<ListReusableConfigsRequest>, IDeepCloneable<ListReusableConfigsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1beta1 API class ListReusableConfigsRequest.
Request message for [CertificateAuthorityService.ListReusableConfigs][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListReusableConfigs].
Implements
IPageRequest, IMessage<ListReusableConfigsRequest>, IEquatable<ListReusableConfigsRequest>, IDeepCloneable<ListReusableConfigsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
ListReusableConfigsRequest()
public ListReusableConfigsRequest()
ListReusableConfigsRequest(ListReusableConfigsRequest)
public ListReusableConfigsRequest(ListReusableConfigsRequest other)
Name | Description |
other | ListReusableConfigsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Only include resources that match the filter in the response.
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Optional. Specify how the results should be sorted.
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. Limit on the number of [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] to include in the response. Further [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] can subsequently be obtained by including the [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. Pagination token, returned earlier via [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the location associated with the
[ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], in the format
projects/*/locations/*
.
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Type | Description |
LocationName |