Google Cloud Iap V1 Client - Class CreateBrandRequest (1.0.1)

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}.

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];

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}.

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBrand

Required. The brand to be created.

Generated from protobuf field .google.cloud.iap.v1.Brand brand = 2 [(.google.api.field_behavior) = REQUIRED];

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

hasBrand

clearBrand

setBrand

Required. The brand to be created.

Generated from protobuf field .google.cloud.iap.v1.Brand brand = 2 [(.google.api.field_behavior) = REQUIRED];

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