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".
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.
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.
Required. The project, location and certificate map from which the
certificate map entries should be listed, specified in the format
projects/*/locations/*/certificateMaps/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListCertificateMapEntriesRequest\u003c/code\u003e class is part of the Google Cloud Certificate Manager v1 API and is used to request a list of certificate map entries.\u003c/p\u003e\n"],["\u003cp\u003eThis class has been released in multiple versions, with 2.8.0 being the latest, and it also contains beta versions like 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListCertificateMapEntriesRequest\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to customize and manage the list results, allowing control over how certificate map entries are retrieved and presented.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for specifying the project, location, and certificate map from which to list entries using the \u003ccode\u003eParent\u003c/code\u003e property, which is a required parameter for the request.\u003c/p\u003e\n"]]],[],null,["# Certificate Manager v1 API - Class ListCertificateMapEntriesRequest (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.7.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.6.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.5.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.4.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.3.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.2.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.1.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.0.0/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/1.0.0-beta02/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest) \n\n public sealed class ListCertificateMapEntriesRequest : IMessage\u003cListCertificateMapEntriesRequest\u003e, IEquatable\u003cListCertificateMapEntriesRequest\u003e, IDeepCloneable\u003cListCertificateMapEntriesRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Certificate Manager v1 API class ListCertificateMapEntriesRequest.\n\nRequest for the `ListCertificateMapEntries` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCertificateMapEntriesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCertificateMapEntriesRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCertificateMapEntriesRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCertificateMapEntriesRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CertificateManager.V1](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CertificateManager.V1.dll\n\nConstructors\n------------\n\n### ListCertificateMapEntriesRequest()\n\n public ListCertificateMapEntriesRequest()\n\n### ListCertificateMapEntriesRequest(ListCertificateMapEntriesRequest)\n\n public ListCertificateMapEntriesRequest(ListCertificateMapEntriesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nFilter expression to restrict the returned Certificate Map Entries.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nA list of Certificate Map Entry field names used to specify\nthe order of the returned results. The default sorting order is ascending.\nTo specify descending order for a field, add a suffix `\" desc\"`.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nMaximum number of certificate map entries to return. The service may return\nfewer than this value.\nIf unspecified, at most 50 certificate map entries will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe value returned by the last `ListCertificateMapEntriesResponse`.\nIndicates that this is a continuation of a prior\n`ListCertificateMapEntries` call, and that the system should return the\nnext page of data.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project, location and certificate map from which the\ncertificate map entries should be listed, specified in the format\n`projects/*/locations/*/certificateMaps/*`.\n\n### ParentAsCertificateMapName\n\n public CertificateMapName ParentAsCertificateMapName { get; set; }\n\n[CertificateMapName](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.CertificateMapName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListCertificateMapEntriesRequest#Google_Cloud_CertificateManager_V1_ListCertificateMapEntriesRequest_Parent) resource name property."]]