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.StringgetClaim()string claim = 1 [json_name = "claim"];com.google.protobuf.ByteStringgetClaimBytes()string claim = 1 [json_name = "claim"];com.google.protobuf.StructgetExtras()Implementation-specific information can be encoded herecom.google.protobuf.StructOrBuildergetExtrasOrBuilder()Implementation-specific information can be encoded herejava.lang.StringgetPremise1()string premise1 = 2 [json_name = "premise1"];com.google.protobuf.ByteStringgetPremise1Bytes()string premise1 = 2 [json_name = "premise1"];java.lang.StringgetPremise2()string premise2 = 3 [json_name = "premise2"];com.google.protobuf.ByteStringgetPremise2Bytes()string premise2 = 3 [json_name = "premise2"];booleanhasExtras()Implementation-specific information can be encoded here-
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"];
-
-