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."],[[["This document provides reference information for the `ListBrandsResponse` class within the Google Cloud Identity-Aware Proxy v1 API, specifically version 2.5.0."],["`ListBrandsResponse` is the response message for the `ListBrands` method, enabling retrieval of existing brands within a project."],["The `ListBrandsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Brands` property, of type `RepeatedField\u003cBrand\u003e`, is used within the class to store and access the list of brands that exist in a project."],["The document outlines various versions of the API ranging from version 1.0.0 to the most recent 2.7.0, with version 2.5.0 being the current focus of this page."]]],[]]