Interface AtomOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional: ID of the related participant.
    com.google.protobuf.ByteString
    Optional: ID of the related participant.
    Optional: Reference to the related resource.
    Optional: Reference to the related resource.
    Textual content of the argumentative discourse unit (ADU).
    com.google.protobuf.ByteString
    Textual content of the argumentative discourse unit (ADU).
    boolean
    Optional: ID of the related participant.
    boolean
    Optional: Reference to the related resource.

    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

    • getText

      String getText()
       Textual content of the argumentative discourse unit (ADU).
       
      string text = 1 [json_name = "text"];
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Textual content of the argumentative discourse unit (ADU).
       
      string text = 1 [json_name = "text"];
      Returns:
      The bytes for text.
    • hasReference

      boolean hasReference()
       Optional: Reference to the related resource.
       
      .arg_services.graph.v1.Reference reference = 2 [json_name = "reference"];
      Returns:
      Whether the reference field is set.
    • getReference

      Reference getReference()
       Optional: Reference to the related resource.
       
      .arg_services.graph.v1.Reference reference = 2 [json_name = "reference"];
      Returns:
      The reference.
    • getReferenceOrBuilder

      ReferenceOrBuilder getReferenceOrBuilder()
       Optional: Reference to the related resource.
       
      .arg_services.graph.v1.Reference reference = 2 [json_name = "reference"];
    • hasParticipant

      boolean hasParticipant()
       Optional: ID of the related participant.
       
      optional string participant = 3 [json_name = "participant"];
      Returns:
      Whether the participant field is set.
    • getParticipant

      String getParticipant()
       Optional: ID of the related participant.
       
      optional string participant = 3 [json_name = "participant"];
      Returns:
      The participant.
    • getParticipantBytes

      com.google.protobuf.ByteString getParticipantBytes()
       Optional: ID of the related participant.
       
      optional string participant = 3 [json_name = "participant"];
      Returns:
      The bytes for participant.