public interface ContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
The email address of the contact person/organization.
|
com.google.protobuf.ByteString |
getEmailBytes()
The email address of the contact person/organization.
|
java.lang.String |
getName()
The identifying name of the contact person/organization.
|
com.google.protobuf.ByteString |
getNameBytes()
The identifying name of the contact person/organization.
|
java.lang.String |
getUrl()
The URL pointing to the contact information.
|
com.google.protobuf.ByteString |
getUrlBytes()
The URL pointing to the contact information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
The identifying name of the contact person/organization.
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
The identifying name of the contact person/organization.
string name = 1 [json_name = "name"];
java.lang.String getUrl()
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2 [json_name = "url"];
com.google.protobuf.ByteString getUrlBytes()
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2 [json_name = "url"];
java.lang.String getEmail()
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3 [json_name = "email"];
com.google.protobuf.ByteString getEmailBytes()
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3 [json_name = "email"];