[[["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-07 UTC."],[[["The `ListLocationsResponse` class is a response message for the `Locations.ListLocations` method, designed to return a list of location data."],["This class inherits from the base `Object` class and implements both `Protobuf.IBufferMessage` and `Protobuf.IMessage\u003cListLocationsResponse\u003e` interfaces, indicating its role in handling protocol buffer messages."],["The class provides two constructors: a default constructor `ListLocationsResponse()` and an overload `ListLocationsResponse(ListLocationsResponse other)` for creating copies."],["The `Locations` property, of type `Protobuf.Collections.RepeatedField\u003cLocation\u003e`, contains the list of locations retrieved and that matches the filter specified by the user."],["The `NextPageToken` property, which is of type `String`, is used for pagination, allowing retrieval of the next set of results."]]],[]]