Google Cloud Iap V1 Client - Class ListBrandsResponse (1.0.1)

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.

Generated from protobuf field repeated .google.cloud.iap.v1.Brand brands = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBrands

Brands existing in the project.

Generated from protobuf field repeated .google.cloud.iap.v1.Brand brands = 1;

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