[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Device Streaming v1 API - Class ListDeviceSessionsRequest (1.0.0-beta01)\n\n public sealed class ListDeviceSessionsRequest : IPageRequest, IMessage\u003cListDeviceSessionsRequest\u003e, IEquatable\u003cListDeviceSessionsRequest\u003e, IDeepCloneable\u003cListDeviceSessionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Device Streaming v1 API class ListDeviceSessionsRequest.\n\nRequest message for DirectAccessService.ListDeviceSessions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDeviceSessionsRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDeviceSessionsRequest](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.ListDeviceSessionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDeviceSessionsRequest](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.ListDeviceSessionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDeviceSessionsRequest](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.ListDeviceSessionsRequest), [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.DeviceStreaming.V1](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DeviceStreaming.V1.dll\n\nConstructors\n------------\n\n### ListDeviceSessionsRequest()\n\n public ListDeviceSessionsRequest()\n\n### ListDeviceSessionsRequest(ListDeviceSessionsRequest)\n\n public ListDeviceSessionsRequest(ListDeviceSessionsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. If specified, responses will be filtered by the given filter.\nAllowed fields are: session_state.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of DeviceSessions to return.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A continuation token for paging.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the parent to request, e.g. \"projects/{project_id}\"\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.ProjectName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.ListDeviceSessionsRequest#Google_Cloud_DeviceStreaming_V1_ListDeviceSessionsRequest_Parent) resource name property."]]