Class ListCertificateTemplatesRequest (2.2.0)

public sealed class ListCertificateTemplatesRequest : IPageRequest, IMessage<ListCertificateTemplatesRequest>, IEquatable<ListCertificateTemplatesRequest>, IDeepCloneable<ListCertificateTemplatesRequest>, IBufferMessage, IMessage

Request message for [CertificateAuthorityService.ListCertificateTemplates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates].

Inheritance

Object > ListCertificateTemplatesRequest

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ListCertificateTemplatesRequest()

public ListCertificateTemplatesRequest()

ListCertificateTemplatesRequest(ListCertificateTemplatesRequest)

public ListCertificateTemplatesRequest(ListCertificateTemplatesRequest other)
Parameter
NameDescription
otherListCertificateTemplatesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Only include resources that match the filter in the response.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. Specify how the results should be sorted.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. Limit on the number of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response. Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be obtained by including the [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. Pagination token, returned earlier via [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token].

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the location associated with the [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format projects/*/locations/*.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName