Interface ContactDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContactDetails,ContactDetails.Builder
public interface ContactDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.getEmail()Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPhoneNumber
String getPhoneNumber()Output only. Consumer phone number in E164 format.
string phone_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
com.google.protobuf.ByteString getPhoneNumberBytes()Output only. Consumer phone number in E164 format.
string phone_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for phoneNumber.
-
getEmail
String getEmail()Output only. Consumer email address.
string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()Output only. Consumer email address.
string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for email.
-
getConsumerName
String getConsumerName()Output only. Consumer name if consumer provided name from Message or Booking form on google.com
string consumer_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The consumerName.
-
getConsumerNameBytes
com.google.protobuf.ByteString getConsumerNameBytes()Output only. Consumer name if consumer provided name from Message or Booking form on google.com
string consumer_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for consumerName.
-