Reference documentation and code samples for the Google Cloud Iap V1 Client class Brand.
OAuth brand data.
NOTE: Only contains a portion of the data that describes a brand.
Generated from protobuf messagegoogle.cloud.iap.v1.Brand
Namespace
Google \ Cloud \ Iap \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
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.
↳ support_email
string
Support email displayed on the OAuth consent screen.
↳ application_title
string
Application name displayed on OAuth consent screen.
↳ org_internal_only
bool
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
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.
Returns
Type
Description
string
setName
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getSupportEmail
Support email displayed on the OAuth consent screen.
Returns
Type
Description
string
setSupportEmail
Support email displayed on the OAuth consent screen.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getApplicationTitle
Application name displayed on OAuth consent screen.
Returns
Type
Description
string
setApplicationTitle
Application name displayed on OAuth consent screen.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the
G Suite organization only.
Returns
Type
Description
bool
setOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the
G Suite organization only.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Iap V1 Client - Class Brand (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-iap/latest/V1.Brand)\n- [2.1.1](/php/docs/reference/cloud-iap/2.1.1/V1.Brand)\n- [2.0.3](/php/docs/reference/cloud-iap/2.0.3/V1.Brand)\n- [1.4.5](/php/docs/reference/cloud-iap/1.4.5/V1.Brand)\n- [1.3.4](/php/docs/reference/cloud-iap/1.3.4/V1.Brand)\n- [1.2.3](/php/docs/reference/cloud-iap/1.2.3/V1.Brand)\n- [1.1.1](/php/docs/reference/cloud-iap/1.1.1/V1.Brand)\n- [1.0.1](/php/docs/reference/cloud-iap/1.0.1/V1.Brand) \nReference documentation and code samples for the Google Cloud Iap V1 Client class Brand.\n\nOAuth brand data.\n\nNOTE: Only contains a portion of the data that describes a brand.\n\nGenerated from protobuf message `google.cloud.iap.v1.Brand`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Iap \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. Identifier of the brand.\n\nNOTE: GCP project number achieves the same brand identification purpose as\nonly one brand per project can be created.\n\n### setName\n\nOutput only. Identifier of the brand.\n\nNOTE: GCP project number achieves the same brand identification purpose as\nonly one brand per project can be created.\n\n### getSupportEmail\n\nSupport email displayed on the OAuth consent screen.\n\n### setSupportEmail\n\nSupport email displayed on the OAuth consent screen.\n\n### getApplicationTitle\n\nApplication name displayed on OAuth consent screen.\n\n### setApplicationTitle\n\nApplication name displayed on OAuth consent screen.\n\n### getOrgInternalOnly\n\nOutput only. Whether the brand is only intended for usage inside the\nG Suite organization only.\n\n### setOrgInternalOnly\n\nOutput only. Whether the brand is only intended for usage inside the\nG Suite organization only."]]