App Engine v1 API - Class ListAuthorizedCertificatesRequest (2.3.0)

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.

Inheritance

object > ListAuthorizedCertificatesRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListAuthorizedCertificatesRequest()

public ListAuthorizedCertificatesRequest()

ListAuthorizedCertificatesRequest(ListAuthorizedCertificatesRequest)

public ListAuthorizedCertificatesRequest(ListAuthorizedCertificatesRequest other)
Parameter
NameDescription
otherListAuthorizedCertificatesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum results to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Name of the parent Application resource. Example: apps/myapp.

Property Value
TypeDescription
string

View

public AuthorizedCertificateView View { get; set; }

Controls the set of fields returned in the LIST response.

Property Value
TypeDescription
AuthorizedCertificateView