[[["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 page provides documentation for the \u003ccode\u003eListHubsRequest\u003c/code\u003e class, which is part of the Network Connectivity v1alpha1 API and used to request a list of hubs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListHubsRequest\u003c/code\u003e class 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, allowing for message handling, comparison, deep cloning, buffered message operations, and paged requests.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers 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 the request, and also includes \u003ccode\u003eParentAsLocationName\u003c/code\u003e for a typed view of the parent resource name.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eListHubsRequest\u003c/code\u003e class is available in multiple versions, including 2.0.0-alpha04 (latest), 2.0.0-alpha03, and 1.0.0-alpha03, each accessible via links to their respective documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides the ability to instantiate it with a no-argument constructor or with another \u003ccode\u003eListHubsRequest\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Network Connectivity v1alpha1 API - Class ListHubsRequest (2.0.0-alpha04)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha04 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest)\n- [2.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/2.0.0-alpha03/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest)\n- [1.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/1.0.0-alpha03/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest) \n\n public sealed class ListHubsRequest : IMessage\u003cListHubsRequest\u003e, IEquatable\u003cListHubsRequest\u003e, IDeepCloneable\u003cListHubsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Network Connectivity v1alpha1 API class ListHubsRequest.\n\nRequest for \\[HubService.ListHubs\\]\\[google.cloud.networkconnectivity.v1alpha1.HubService.ListHubs\\] method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListHubsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListHubsRequest](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListHubsRequest](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListHubsRequest](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest), [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.NetworkConnectivity.V1Alpha1](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkConnectivity.V1Alpha1.dll\n\nConstructors\n------------\n\n### ListHubsRequest()\n\n public ListHubsRequest()\n\n### ListHubsRequest(ListHubsRequest)\n\n public ListHubsRequest(ListHubsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nA filter expression that filters the results listed in the response.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nSort the results by a certain order.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of results per page that should be returned.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource's name.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.NetworkConnectivity.V1Alpha1/latest/Google.Cloud.NetworkConnectivity.V1Alpha1.ListHubsRequest#Google_Cloud_NetworkConnectivity_V1Alpha1_ListHubsRequest_Parent) resource name property."]]