Google Cloud Iap V1 Client - Class CreateBrandRequest (1.2.3)

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

The request sent to CreateBrand.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.

↳ brand Google\Cloud\Iap\V1\Brand

Required. The brand to be created.

getParent

Required. GCP Project number/id under which the brand is to be created.

In the following format: projects/{project_number/id}.

Returns
TypeDescription
string

setParent

Required. GCP Project number/id under which the brand is to be created.

In the following format: projects/{project_number/id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBrand

Required. The brand to be created.

Returns
TypeDescription
Google\Cloud\Iap\V1\Brand|null

hasBrand

clearBrand

setBrand

Required. The brand to be created.

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