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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getConsumerName()
      Output only.
      com.google.protobuf.ByteString getConsumerNameBytes()
      Output only.
      java.lang.String getEmail()
      Output only.
      com.google.protobuf.ByteString getEmailBytes()
      Output only.
      java.lang.String getPhoneNumber()
      Output only.
      com.google.protobuf.ByteString getPhoneNumberBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPhoneNumber

        java.lang.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

        java.lang.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

        java.lang.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.