The maximum number of connections to return. The service may return fewer
than this value. If unspecified, at most 100 connections will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eListConnectionsRequest\u003c/code\u003e class within the Google Cloud Apigee Connect v1 API, with the latest version being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListConnectionsRequest\u003c/code\u003e class is used to request a list of connections from the Management API, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003ePageSize\u003c/code\u003e (to set the maximum number of connections returned, up to 1000), \u003ccode\u003ePageToken\u003c/code\u003e (for pagination), and \u003ccode\u003eParent\u003c/code\u003e (specifying the project and endpoint).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class: a parameterless constructor, and one that takes another \u003ccode\u003eListConnectionsRequest\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe document also lists the available versions of this \u003ccode\u003eListConnectionsRequest\u003c/code\u003e, from version 1.0.0 up to the latest 2.4.0.\u003c/p\u003e\n"]]],[],null,["# Apigee Connect v1 API - Class ListConnectionsRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.3.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.2.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.1.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.0.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.1.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.0.0/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest) \n\n public sealed class ListConnectionsRequest : IMessage\u003cListConnectionsRequest\u003e, IEquatable\u003cListConnectionsRequest\u003e, IDeepCloneable\u003cListConnectionsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Apigee Connect v1 API class ListConnectionsRequest.\n\nThe request for \\[ListConnections\\]\\[Management.ListConnections\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListConnectionsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListConnectionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListConnectionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListConnectionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest), [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.ApigeeConnect.V1](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeConnect.V1.dll\n\nConstructors\n------------\n\n### ListConnectionsRequest()\n\n public ListConnectionsRequest()\n\n### ListConnectionsRequest(ListConnectionsRequest)\n\n public ListConnectionsRequest(ListConnectionsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of connections to return. The service may return fewer\nthan this value. If unspecified, at most 100 connections 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\nA page token, received from a previous `ListConnections` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListConnections` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent name of the form:\n`projects/{project_number or project_id}/endpoints/{endpoint}`.\n\n### ParentAsEndpointName\n\n public EndpointName ParentAsEndpointName { get; set; }\n\n[EndpointName](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.EndpointName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.ListConnectionsRequest#Google_Cloud_ApigeeConnect_V1_ListConnectionsRequest_Parent) resource name property."]]