Interface EvalReason_PBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvalReason_PB,EvalReason_PB.Builder
public interface EvalReason_PBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring details = 2;com.google.protobuf.ByteStringstring details = 2;string reason = 1;com.google.protobuf.ByteStringstring reason = 1;string target_id = 3;com.google.protobuf.ByteStringstring target_id = 3;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
-
getReason
String getReason()string reason = 1;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 1;- Returns:
- The bytes for reason.
-
getDetails
String getDetails()string details = 2;- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()string details = 2;- Returns:
- The bytes for details.
-
getTargetId
String getTargetId()string target_id = 3;- Returns:
- The targetId.
-
getTargetIdBytes
com.google.protobuf.ByteString getTargetIdBytes()string target_id = 3;- Returns:
- The bytes for targetId.
-