public sealed class ListAuthorizedCertificatesResponse : IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, IDeepCloneable<ListAuthorizedCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerableResponse message for AuthorizedCertificates.ListAuthorizedCertificates.
Implements
IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, IDeepCloneable<ListAuthorizedCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedCertificatesResponse()
public ListAuthorizedCertificatesResponse()ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse)
public ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuthorizedCertificatesResponse |
Properties
Certificates
public RepeatedField<AuthorizedCertificate> Certificates { get; }The SSL certificates the user is authorized to administer.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<AuthorizedCertificate> |
|
NextPageToken
public string NextPageToken { get; set; }Continuation token for fetching the next page of results.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<AuthorizedCertificate> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<AuthorizedCertificate> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|