public sealed class GatewayListOptions : IMessage<GatewayListOptions>, IEquatable<GatewayListOptions>, IDeepCloneable<GatewayListOptions>, IBufferMessage, IMessage
Options for limiting the list based on gateway type and associations.
If set, returns only the gateways with which the specified device is
associated. The device ID can be numeric (num_id) or the user-defined
string (id). For example, if 456 is specified, returns only the
gateways to which the device with num_id 456 is bound.
If set, only devices associated with the specified gateway are returned.
The gateway ID can be numeric (num_id) or the user-defined string
(id). For example, if 123 is specified, only devices bound to the
gateway with num_id 123 are returned.
If GATEWAY is specified, only gateways are returned. If NON_GATEWAY
is specified, only non-gateway devices are returned. If
GATEWAY_TYPE_UNSPECIFIED is specified, all devices are returned.
[[["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 information on the \u003ccode\u003eGatewayListOptions\u003c/code\u003e class, which is used for defining options to filter and limit lists of gateways and devices in the Google Cloud IoT Core.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGatewayListOptions\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Iot.V1\u003c/code\u003e namespace and is available in the \u003ccode\u003eGoogle.Cloud.Iot.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGatewayListOptions\u003c/code\u003e has properties to filter based on device association (\u003ccode\u003eAssociationsDeviceId\u003c/code\u003e, \u003ccode\u003eAssociationsGatewayId\u003c/code\u003e) and gateway type (\u003ccode\u003eGatewayType\u003c/code\u003e), providing granular control over the list results.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to manage message objects and object comparisons and cloning, in addition to supporting message buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThere are 6 different versions available, with 2.2.0 as the latest version.\u003c/p\u003e\n"]]],[],null,[]]