public sealed class ListCertificateMapEntriesRequest : IMessage<ListCertificateMapEntriesRequest>, IEquatable<ListCertificateMapEntriesRequest>, IDeepCloneable<ListCertificateMapEntriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Certificate Manager v1 API class ListCertificateMapEntriesRequest.
Request for the ListCertificateMapEntries
method.
Implements
IMessageListCertificateMapEntriesRequest, IEquatableListCertificateMapEntriesRequest, IDeepCloneableListCertificateMapEntriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
ListCertificateMapEntriesRequest()
public ListCertificateMapEntriesRequest()
ListCertificateMapEntriesRequest(ListCertificateMapEntriesRequest)
public ListCertificateMapEntriesRequest(ListCertificateMapEntriesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCertificateMapEntriesRequest |
Properties
Filter
public string Filter { get; set; }
Filter expression to restrict the returned Certificate Map Entries.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
A list of Certificate Map Entry 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 map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value returned by the last ListCertificateMapEntriesResponse
.
Indicates that this is a continuation of a prior
ListCertificateMapEntries
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, location and certificate map from which the
certificate map entries should be listed, specified in the format
projects/*/locations/*/certificateMaps/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCertificateMapName
public CertificateMapName ParentAsCertificateMapName { get; set; }
CertificateMapName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CertificateMapName |