public interface BrandOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApplicationTitle()
public abstract String getApplicationTitle()
Application name displayed on OAuth consent screen.
string application_title = 3;
Returns | |
---|---|
Type | Description |
String |
The applicationTitle. |
getApplicationTitleBytes()
public abstract ByteString getApplicationTitleBytes()
Application name displayed on OAuth consent screen.
string application_title = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for applicationTitle. |
getName()
public abstract String getName()
Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOrgInternalOnly()
public abstract boolean getOrgInternalOnly()
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The orgInternalOnly. |
getSupportEmail()
public abstract String getSupportEmail()
Support email displayed on the OAuth consent screen.
string support_email = 2;
Returns | |
---|---|
Type | Description |
String |
The supportEmail. |
getSupportEmailBytes()
public abstract ByteString getSupportEmailBytes()
Support email displayed on the OAuth consent screen.
string support_email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for supportEmail. |