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 (IAP) v1 API, specifically within the `Google.Cloud.Iap.V1` namespace."],["This class is used to send requests to the `ListBrands` method, enabling the retrieval of brand information."],["The `ListBrandsRequest` class is derived from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cListBrandsRequest\u003e`, `IDeepCloneable\u003cListBrandsRequest\u003e`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class offers two constructors: a default constructor and a copy constructor that takes another `ListBrandsRequest` object as input."],["The `Parent` property, which is a required string, specifies the GCP project number or ID in the format `projects/{project_number/id}`."]]],[]]