Class ListReusableConfigsRequest
Request message for [CertificateAuthorityService.ListReusableConfigs][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListReusableConfigs].
Inheritance
Inherited Members
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class ListReusableConfigsRequest : IPageRequest, IMessage<ListReusableConfigsRequest>, IEquatable<ListReusableConfigsRequest>, IDeepCloneable<ListReusableConfigsRequest>, IBufferMessage, IMessage
Constructors
ListReusableConfigsRequest()
Declaration
public ListReusableConfigsRequest()
ListReusableConfigsRequest(ListReusableConfigsRequest)
Declaration
public ListReusableConfigsRequest(ListReusableConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListReusableConfigsRequest | other |
Properties
Filter
Optional. Only include resources that match the filter in the response.
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OrderBy
Optional. Specify how the results should be sorted.
Declaration
public string OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PageSize
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.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
PageToken
Optional. Pagination token, returned earlier via [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Parent
Required. The resource name of the location associated with the
[ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], in the format
projects/*/locations/*.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentAsLocationName
LocationName-typed view over the Parent resource name property.
Declaration
public LocationName ParentAsLocationName { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationName |