public static interface PrivateOffer.ResellerContactOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContact()
public abstract String getContact()Output only. The name of the reseller contact for this offer.
string contact = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The contact. |
getContactBytes()
public abstract ByteString getContactBytes()Output only. The name of the reseller contact for this offer.
string contact = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for contact. |
getEmail()
public abstract String getEmail()Output only. The email of the reseller contact for this offer.
string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()Output only. The email of the reseller contact for this offer.
string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |