public sealed class ListBrandsRequest : IMessage<ListBrandsRequest>, IEquatable<ListBrandsRequest>, IDeepCloneable<ListBrandsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsRequest.
[[["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-03-21 UTC."],[[["The `ListBrandsRequest` class is part of the Google Cloud Identity-Aware Proxy v1 API and is used to send requests to list brands."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class includes two constructors: a default constructor and one that takes another `ListBrandsRequest` instance for creating copies."],["The `ListBrandsRequest` class has a `Parent` property, a string that represents the required GCP Project number or ID in the format \"projects/{project_number/id}\"."],["There are ten versions available of this `ListBrandsRequest`, ranging from 1.0.0 to 2.7.0, with 2.7.0 being the latest."]]],[]]