Interface AnalystOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Analyst, Analyst.Builder

public interface AnalystOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional: email address.
    com.google.protobuf.ByteString
    Optional: email address.
    Full name.
    com.google.protobuf.ByteString
    Full name.
    com.google.protobuf.Struct
    Store arbitrary data as needed by a user.
    com.google.protobuf.StructOrBuilder
    Store arbitrary data as needed by a user.
    boolean
    Optional: email address.
    boolean
    Store arbitrary data as needed by a user.

    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

    • getName

      String getName()
       Full name.
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Full name.
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • hasEmail

      boolean hasEmail()
       Optional: email address.
       
      optional string email = 2 [json_name = "email"];
      Returns:
      Whether the email field is set.
    • getEmail

      String getEmail()
       Optional: email address.
       
      optional string email = 2 [json_name = "email"];
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
       Optional: email address.
       
      optional string email = 2 [json_name = "email"];
      Returns:
      The bytes for email.
    • hasUserdata

      boolean hasUserdata()
       Store arbitrary data as needed by a user.
       May contain all valid JSON values.
       
      .google.protobuf.Struct userdata = 15 [json_name = "userdata"];
      Returns:
      Whether the userdata field is set.
    • getUserdata

      com.google.protobuf.Struct getUserdata()
       Store arbitrary data as needed by a user.
       May contain all valid JSON values.
       
      .google.protobuf.Struct userdata = 15 [json_name = "userdata"];
      Returns:
      The userdata.
    • getUserdataOrBuilder

      com.google.protobuf.StructOrBuilder getUserdataOrBuilder()
       Store arbitrary data as needed by a user.
       May contain all valid JSON values.
       
      .google.protobuf.Struct userdata = 15 [json_name = "userdata"];