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
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setParent
Required. GCP Project number/id under which the brand is to be created.
In the following format: projects/{project_number/id}.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBrand
Required. The brand to be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\Brand|null |
hasBrand
clearBrand
setBrand
Required. The brand to be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\Brand
|
Returns | |
---|---|
Type | Description |
$this |