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\u003e\u003ccode\u003eGatewayListOptions\u003c/code\u003e is a class used for limiting lists based on gateway type and associations, within the Google Cloud IoT V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGatewayListOptions\u003c/code\u003e class offers properties like \u003ccode\u003eAssociationsDeviceId\u003c/code\u003e, \u003ccode\u003eAssociationsGatewayId\u003c/code\u003e, and \u003ccode\u003eGatewayType\u003c/code\u003e to filter lists by specific device or gateway associations, as well as specific device type.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.2.0 is the latest available version, but the provided documentation focuses on the functionality of the 1.1.0 version.\u003c/p\u003e\n"],["\u003cp\u003eThe class also has a constructor for empty \u003ccode\u003eGatewayListOptions\u003c/code\u003e as well as for new \u003ccode\u003eGatewayListOptions\u003c/code\u003e from already existing ones.\u003c/p\u003e\n"]]],[],null,[]]