Reference documentation and code samples for the Google Cloud Domains V1beta1 Client class Contact.
Details required for a contact associated with a Registration
.
Generated from protobuf message google.cloud.domains.v1beta1.ContactSettings.Contact
Namespace
Google \ Cloud \ Domains \ V1beta1 \ ContactSettingsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ postal_address
↳ email
string
Required. Email address of the contact.
↳ phone_number
string
Required. Phone number of the contact in international format. For example, "+1-800-555-0123"
.
↳ fax_number
string
Fax number of the contact in international format. For example, "+1-800-555-0123"
.
getPostalAddress
Required. Postal address of the contact.
hasPostalAddress
clearPostalAddress
setPostalAddress
Required. Postal address of the contact.
$this
getEmail
Required. Email address of the contact.
string
setEmail
Required. Email address of the contact.
var
string
$this
getPhoneNumber
Required. Phone number of the contact in international format. For example, "+1-800-555-0123"
.
string
setPhoneNumber
Required. Phone number of the contact in international format. For example, "+1-800-555-0123"
.
var
string
$this
getFaxNumber
Fax number of the contact in international format. For example, "+1-800-555-0123"
.
string
setFaxNumber
Fax number of the contact in international format. For example, "+1-800-555-0123"
.
var
string
$this