Class DecodeOutput.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder , com.google.protobuf.MessageLite.Builder , com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder , java.lang.Cloneable , net.jumpaku.exprml.pb.exprml.v1.DecodeOutputOrBuilder

    
    public final class DecodeOutput.Builder
    extends GeneratedMessage.Builder<BuilderT> implements DecodeOutputOrBuilder
                        
    DecodeOutput is the output message for the Decode method.
    
    Protobuf type exprml.v1.DecodeOutput
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Descriptors.Descriptor getDescriptor()
      DecodeOutput.Builder clear()
      Descriptors.Descriptor getDescriptorForType()
      DecodeOutput getDefaultInstanceForType()
      DecodeOutput build()
      DecodeOutput buildPartial()
      DecodeOutput.Builder mergeFrom(Message other)
      DecodeOutput.Builder mergeFrom(DecodeOutput other)
      final boolean isInitialized()
      DecodeOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
      boolean getIsError()
      Whether an error occurred during decoding.
      
      bool is_error = 1 [json_name = "isError"];
      DecodeOutput.Builder setIsError(boolean value)
      Whether an error occurred during decoding.
      
      bool is_error = 1 [json_name = "isError"];
      DecodeOutput.Builder clearIsError()
      Whether an error occurred during decoding.
      
      bool is_error = 1 [json_name = "isError"];
      String getErrorMessage()
      Error message if is_error is true.
      
      string error_message = 2 [json_name = "errorMessage"];
      ByteString getErrorMessageBytes()
      Error message if is_error is true.
      
      string error_message = 2 [json_name = "errorMessage"];
      DecodeOutput.Builder setErrorMessage(String value)
      Error message if is_error is true.
      
      string error_message = 2 [json_name = "errorMessage"];
      DecodeOutput.Builder clearErrorMessage()
      Error message if is_error is true.
      
      string error_message = 2 [json_name = "errorMessage"];
      DecodeOutput.Builder setErrorMessageBytes(ByteString value)
      Error message if is_error is true.
      
      string error_message = 2 [json_name = "errorMessage"];
      boolean hasValue()
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      Value getValue()
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      DecodeOutput.Builder setValue(Value value)
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      DecodeOutput.Builder setValue(Value.Builder builderForValue)
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      DecodeOutput.Builder mergeValue(Value value)
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      DecodeOutput.Builder clearValue()
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      Value.Builder getValueBuilder()
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      ValueOrBuilder getValueOrBuilder()
      Decoded JSON value.
      
      .exprml.v1.Value value = 3 [json_name = "value"];
      • Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFields
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeUnknownFields, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        mergeDelimitedFrom
      • Methods inherited from class com.google.protobuf.Message.Builder

        addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField, setUnknownFields
      • Methods inherited from class com.google.protobuf.MessageLite.Builder

        build, buildPartial
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait