Interface ExtractionPipeline.ContactOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEmail()
      optional string email = 2;
      com.google.protobuf.ByteString getEmailBytes()
      optional string email = 2;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getRole()
      optional string role = 3;
      com.google.protobuf.ByteString getRoleBytes()
      optional string role = 3;
      boolean getSendNotification()
      bool send_notification = 4;
      boolean hasEmail()
      optional string email = 2;
      boolean hasName()
      optional string name = 1;
      boolean hasRole()
      optional string role = 3;
      • 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

      • hasName

        boolean hasName()
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
        Returns:
        The bytes for name.
      • hasEmail

        boolean hasEmail()
        optional string email = 2;
        Returns:
        Whether the email field is set.
      • getEmail

        String getEmail()
        optional string email = 2;
        Returns:
        The email.
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
        optional string email = 2;
        Returns:
        The bytes for email.
      • hasRole

        boolean hasRole()
        optional string role = 3;
        Returns:
        Whether the role field is set.
      • getRole

        String getRole()
        optional string role = 3;
        Returns:
        The role.
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
        optional string role = 3;
        Returns:
        The bytes for role.
      • getSendNotification

        boolean getSendNotification()
        bool send_notification = 4;
        Returns:
        The sendNotification.