Reference documentation and code samples for the Google Cloud Iap V1 Client class ListBrandsRequest.
The request sent to ListBrands.
Generated from protobuf message google.cloud.iap.v1.ListBrandsRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. GCP Project number/id. In the following format: projects/{project_number/id}. |
getParent
Required. GCP Project number/id.
In the following format: projects/{project_number/id}.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setParent
Required. GCP Project number/id.
In the following format: projects/{project_number/id}.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |