Interface EntailmentRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string claim = 3 [json_name = "claim"];
    com.google.protobuf.ByteString
    string claim = 3 [json_name = "claim"];
    com.google.protobuf.Struct
    Implementation-specific information can be encoded here
    com.google.protobuf.StructOrBuilder
    Implementation-specific information can be encoded here
    string language = 1 [json_name = "language"];
    com.google.protobuf.ByteString
    string language = 1 [json_name = "language"];
    string premise = 2 [json_name = "premise"];
    com.google.protobuf.ByteString
    string premise = 2 [json_name = "premise"];
    boolean
    Implementation-specific information can be encoded here

    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

    • getLanguage

      String getLanguage()
      string language = 1 [json_name = "language"];
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
      string language = 1 [json_name = "language"];
      Returns:
      The bytes for language.
    • getPremise

      String getPremise()
      string premise = 2 [json_name = "premise"];
      Returns:
      The premise.
    • getPremiseBytes

      com.google.protobuf.ByteString getPremiseBytes()
      string premise = 2 [json_name = "premise"];
      Returns:
      The bytes for premise.
    • getClaim

      String getClaim()
      string claim = 3 [json_name = "claim"];
      Returns:
      The claim.
    • getClaimBytes

      com.google.protobuf.ByteString getClaimBytes()
      string claim = 3 [json_name = "claim"];
      Returns:
      The bytes for claim.
    • hasExtras

      boolean hasExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Returns:
      Whether the extras field is set.
    • getExtras

      com.google.protobuf.Struct getExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Returns:
      The extras.
    • getExtrasOrBuilder

      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];