Google Cloud App Hub V1 Client - Class ContactInfo (0.1.2)

Reference documentation and code samples for the Google Cloud App Hub V1 Client class ContactInfo.

Contact information of stakeholders.

Generated from protobuf message google.cloud.apphub.v1.ContactInfo

Namespace

Google \ Cloud \ AppHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ display_name string

Optional. Contact's name. Can have a maximum length of 63 characters.

↳ email string

Required. Email address of the contacts.

getDisplayName

Optional. Contact's name.

Can have a maximum length of 63 characters.

Returns
Type Description
string

setDisplayName

Optional. Contact's name.

Can have a maximum length of 63 characters.

Parameter
Name Description
var string
Returns
Type Description
$this

getEmail

Required. Email address of the contacts.

Returns
Type Description
string

setEmail

Required. Email address of the contacts.

Parameter
Name Description
var string
Returns
Type Description
$this