public sealed class ListBrandsResponse : IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsResponse.
[[["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 `ListBrandsResponse` class is part of the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically within the `Google.Cloud.Iap.V1` namespace."],["This class serves as the response message for the `ListBrands` operation, designed to return a list of brands within a given project."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The `ListBrandsResponse` class includes a `Brands` property, which is a `RepeatedField` of `Brand` objects, representing the brands present in the project."],["There are multiple versions of the API available, ranging from version 1.0.0 to 2.7.0, with 2.7.0 being the most recent."]]],[]]