Google Cloud Iap V1 Client - Class Brand (1.0.1)

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 message google.cloud.iap.v1.Brand

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.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSupportEmail

Support email displayed on the OAuth consent screen.

Generated from protobuf field string support_email = 2;

Returns
Type
Description
string

setSupportEmail

Support email displayed on the OAuth consent screen.

Generated from protobuf field string support_email = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getApplicationTitle

Application name displayed on OAuth consent screen.

Generated from protobuf field string application_title = 3;

Returns
Type
Description
string

setApplicationTitle

Application name displayed on OAuth consent screen.

Generated from protobuf field string application_title = 3;

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.

Generated from protobuf field bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type
Description
bool

setOrgInternalOnly

Output only. Whether the brand is only intended for usage inside the G Suite organization only.

Generated from protobuf field bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: