Interface ExtractionPipeline.ContactOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExtractionPipeline.Contact, ExtractionPipeline.Contact.Builder
Enclosing class:
ExtractionPipeline

public static interface ExtractionPipeline.ContactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string email = 2;
    com.google.protobuf.ByteString
    optional string email = 2;
    optional string name = 1;
    com.google.protobuf.ByteString
    optional string name = 1;
    optional string role = 3;
    com.google.protobuf.ByteString
    optional string role = 3;
    boolean
    bool send_notification = 4;
    boolean
    optional string email = 2;
    boolean
    optional string name = 1;
    boolean
    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 Details

    • 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.