Interface CustomerContactOrBuilder (0.1.0)

public interface CustomerContactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

Required. The email address used by Oracle to send notifications regarding databases and infrastructure.

string email = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

Required. The email address used by Oracle to send notifications regarding databases and infrastructure.

string email = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for email.