Class ListAuthorizedCertificatesResponse (1.0.0)

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

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Inheritance

Object > ListAuthorizedCertificatesResponse

Implements

Google.Protobuf.IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, Google.Protobuf.IDeepCloneable<ListAuthorizedCertificatesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerable

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
Google.Protobuf.Collections.RepeatedField<AuthorizedCertificate>

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
IEnumerator<AuthorizedCertificate>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator