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."],[[["This document provides reference information for the `ListBrandsRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically for version 2.5.0."],["The `ListBrandsRequest` class is used to send requests to the `ListBrands` method and is part of the `Google.Cloud.Iap.V1` namespace, contained in the `Google.Cloud.Iap.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cListBrandsRequest\u003e`, `IDeepCloneable\u003cListBrandsRequest\u003e`, and `IBufferMessage`, and inherits members from the base `object` class."],["There are two constructors available for the `ListBrandsRequest` class: a default constructor and a copy constructor that takes another `ListBrandsRequest` object as a parameter."],["The class contains a single property called `Parent`, which is a string representing the required GCP project number or ID in the format \"projects/{project_number/id}\"."]]],[]]