public sealed class ListCertificateMapsRequest : IMessage<ListCertificateMapsRequest>, IEquatable<ListCertificateMapsRequest>, IDeepCloneable<ListCertificateMapsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Certificate Manager v1 API class ListCertificateMapsRequest.
Request for the ListCertificateMaps method.
Implements
IMessage<ListCertificateMapsRequest>, IEquatable<ListCertificateMapsRequest>, IDeepCloneable<ListCertificateMapsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
ListCertificateMapsRequest()
public ListCertificateMapsRequest()ListCertificateMapsRequest(ListCertificateMapsRequest)
public ListCertificateMapsRequest(ListCertificateMapsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCertificateMapsRequest |
Properties
Filter
public string Filter { get; set; }Filter expression to restrict the Certificates Maps returned.
| Property Value | |
|---|---|
| Type | Description |
String |
|
OrderBy
public string OrderBy { get; set; }A list of Certificate Map 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 | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Maximum number of certificate maps to return per call.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The value returned by the last ListCertificateMapsResponse. Indicates
that this is a continuation of a prior ListCertificateMaps call, and that
the system should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The project and location from which the certificate maps should
be listed, specified in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|