Class ListCertificatesRequest (1.0.0-beta02)

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

Request for the ListCertificates method.

Inheritance

Object > ListCertificatesRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

ListCertificatesRequest()

public ListCertificatesRequest()

ListCertificatesRequest(ListCertificatesRequest)

public ListCertificatesRequest(ListCertificatesRequest other)
Parameter
NameDescription
otherListCertificatesRequest

Properties

Filter

public string Filter { get; set; }

Filter expression to restrict the Certificates returned.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Maximum number of certificates to return per call.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The value returned by the last ListCertificatesResponse. Indicates that this is a continuation of a prior ListCertificates call, and that the system should return the next page of data.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName