App Engine v1 API - Class ListAuthorizedCertificatesResponse (2.3.0)

public sealed class ListAuthorizedCertificatesResponse : IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, IDeepCloneable<ListAuthorizedCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerable

Reference documentation and code samples for the App Engine v1 API class ListAuthorizedCertificatesResponse.

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Inheritance

object > ListAuthorizedCertificatesResponse

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListAuthorizedCertificatesResponse()

public ListAuthorizedCertificatesResponse()

ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse)

public ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse other)
Parameter
NameDescription
otherListAuthorizedCertificatesResponse

Properties

Certificates

public RepeatedField<AuthorizedCertificate> Certificates { get; }

The SSL certificates the user is authorized to administer.

Property Value
TypeDescription
RepeatedFieldAuthorizedCertificate

NextPageToken

public string NextPageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AuthorizedCertificate> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAuthorizedCertificate