Certificate Authority v1 API - Class ListCertificateTemplatesResponse (3.7.0)

public sealed class ListCertificateTemplatesResponse : IPageResponse<CertificateTemplate>, IEnumerable<CertificateTemplate>, IEnumerable, IMessage<ListCertificateTemplatesResponse>, IEquatable<ListCertificateTemplatesResponse>, IDeepCloneable<ListCertificateTemplatesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class ListCertificateTemplatesResponse.

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

Inheritance

object > ListCertificateTemplatesResponse

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ListCertificateTemplatesResponse()

public ListCertificateTemplatesResponse()

ListCertificateTemplatesResponse(ListCertificateTemplatesResponse)

public ListCertificateTemplatesResponse(ListCertificateTemplatesResponse other)
Parameter
NameDescription
otherListCertificateTemplatesResponse

Properties

CertificateTemplates

public RepeatedField<CertificateTemplate> CertificateTemplates { get; }

The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].

Property Value
TypeDescription
RepeatedFieldCertificateTemplate

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListCertificateTemplatesRequest.next_page_token][] to retrieve the next page of results.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations (e.g. "us-west1") that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<CertificateTemplate> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorCertificateTemplate