Class ListAuthorizedCertificatesRequest (1.1.0)

public sealed class ListAuthorizedCertificatesRequest : IMessage<ListAuthorizedCertificatesRequest>, IEquatable<ListAuthorizedCertificatesRequest>, IDeepCloneable<ListAuthorizedCertificatesRequest>, IBufferMessage, IMessage, IPageRequest

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
Int32

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