public interface CreateBrandRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBrand()
public abstract Brand getBrand()Required. The brand to be created.
 .google.cloud.iap.v1.Brand brand = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| Brand | The brand. | 
getBrandOrBuilder()
public abstract BrandOrBuilder getBrandOrBuilder()Required. The brand to be created.
 .google.cloud.iap.v1.Brand brand = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| BrandOrBuilder | |
getParent()
public abstract String getParent()Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes()Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
hasBrand()
public abstract boolean hasBrand()Required. The brand to be created.
 .google.cloud.iap.v1.Brand brand = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the brand field is set. |