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 TypeMethodDescriptionOptional: ID of the related participant.com.google.protobuf.ByteStringOptional: ID of the related participant.Optional: Reference to the related resource.Optional: Reference to the related resource.getText()Textual content of the argumentative discourse unit (ADU).com.google.protobuf.ByteStringTextual content of the argumentative discourse unit (ADU).booleanOptional: ID of the related participant.booleanOptional: Reference to the related resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-