Google Cloud Iap V1 Client - Class ListBrandsResponse (1.2.3)

Reference documentation and code samples for the Google Cloud Iap V1 Client class ListBrandsResponse.

Response message for ListBrands.

Generated from protobuf message google.cloud.iap.v1.ListBrandsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ brands array<Google\Cloud\Iap\V1\Brand>

Brands existing in the project.

getBrands

Brands existing in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBrands

Brands existing in the project.

Parameter
NameDescription
var array<Google\Cloud\Iap\V1\Brand>
Returns
TypeDescription
$this