public sealed class ListAuthorizedCertificatesRequest : IMessage<ListAuthorizedCertificatesRequest>, IEquatable<ListAuthorizedCertificatesRequest>, IDeepCloneable<ListAuthorizedCertificatesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the App Engine v1 API class ListAuthorizedCertificatesRequest.
Request message for AuthorizedCertificates.ListAuthorizedCertificates
.
Implements
IMessage<ListAuthorizedCertificatesRequest>, IEquatable<ListAuthorizedCertificatesRequest>, IDeepCloneable<ListAuthorizedCertificatesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedCertificatesRequest()
public ListAuthorizedCertificatesRequest()
ListAuthorizedCertificatesRequest(ListAuthorizedCertificatesRequest)
public ListAuthorizedCertificatesRequest(ListAuthorizedCertificatesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAuthorizedCertificatesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum results to return per page.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Name of the parent Application
resource. Example: apps/myapp
.
Property Value | |
---|---|
Type | Description |
String |
View
public AuthorizedCertificateView View { get; set; }
Controls the set of fields returned in the LIST
response.
Property Value | |
---|---|
Type | Description |
AuthorizedCertificateView |