[[["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\u003eListListingsRequest\u003c/code\u003e class is part of the Analytics Hub v1beta1 API, serving as a message for requesting a list of listings.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for paged requests, message handling, equality comparisons, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListListingsRequest\u003c/code\u003e class includes properties such as \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, allowing users to control the number of results per page, navigate through multiple pages of results, and specify the parent resource path, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is version \u003ccode\u003e2.0.0-beta06\u003c/code\u003e, while other available versions are \u003ccode\u003e2.0.0-beta05\u003c/code\u003e and \u003ccode\u003e1.0.0-beta01\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Analytics Hub v1beta1 API - Class ListListingsRequest (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/2.0.0-beta05/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/1.0.0-beta01/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest) \n\n public sealed class ListListingsRequest : IPageRequest, IMessage\u003cListListingsRequest\u003e, IEquatable\u003cListListingsRequest\u003e, IDeepCloneable\u003cListListingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Analytics Hub v1beta1 API class ListListingsRequest.\n\nMessage for requesting the list of listings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListListingsRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListListingsRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListListingsRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListListingsRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest), [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) \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.BigQuery.DataExchange.V1Beta1](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.DataExchange.V1Beta1.dll\n\nConstructors\n------------\n\n### ListListingsRequest()\n\n public ListListingsRequest()\n\n### ListListingsRequest(ListListingsRequest)\n\n public ListListingsRequest(ListListingsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of results to return in a single response page. Leverage\nthe page tokens to iterate through the entire collection.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nPage token, returned by a previous call, to request the next page of\nresults.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource path of the listing.\ne.g. `projects/myproject/locations/US/dataExchanges/123`.\n\n### ParentAsDataExchangeName\n\n public DataExchangeName ParentAsDataExchangeName { get; set; }\n\n[DataExchangeName](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DataExchangeName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListListingsRequest#Google_Cloud_BigQuery_DataExchange_V1Beta1_ListListingsRequest_Parent) resource name property."]]