public sealed class ListAuthorizedCertificatesResponse : IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, IDeepCloneable<ListAuthorizedCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerable
Response message for AuthorizedCertificates.ListAuthorizedCertificates
.
Implements
Google.Protobuf.IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, Google.Protobuf.IDeepCloneable<ListAuthorizedCertificatesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.Collections.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 |