Interface ExplainRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClaim()
      string claim = 1 [json_name = "claim"];
      com.google.protobuf.ByteString getClaimBytes()
      string claim = 1 [json_name = "claim"];
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      java.lang.String getPremise1()
      string premise1 = 2 [json_name = "premise1"];
      com.google.protobuf.ByteString getPremise1Bytes()
      string premise1 = 2 [json_name = "premise1"];
      java.lang.String getPremise2()
      string premise2 = 3 [json_name = "premise2"];
      com.google.protobuf.ByteString getPremise2Bytes()
      string premise2 = 3 [json_name = "premise2"];
      boolean hasExtras()
      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 Detail

      • getClaim

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

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

        java.lang.String getPremise1()
        string premise1 = 2 [json_name = "premise1"];
        Returns:
        The premise1.
      • getPremise1Bytes

        com.google.protobuf.ByteString getPremise1Bytes()
        string premise1 = 2 [json_name = "premise1"];
        Returns:
        The bytes for premise1.
      • getPremise2

        java.lang.String getPremise2()
        string premise2 = 3 [json_name = "premise2"];
        Returns:
        The premise2.
      • getPremise2Bytes

        com.google.protobuf.ByteString getPremise2Bytes()
        string premise2 = 3 [json_name = "premise2"];
        Returns:
        The bytes for premise2.
      • 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"];