Class Protocol.StartMessage.StateEntry.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Protocol.StartMessage.StateEntry.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Protocol.StartMessage.StateEntry.Builder>
      • getDefaultInstanceForType

        public Protocol.StartMessage.StateEntry getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Protocol.StartMessage.StateEntry build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Protocol.StartMessage.StateEntry buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Protocol.StartMessage.StateEntry.Builder>
      • mergeFrom

        public Protocol.StartMessage.StateEntry.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protocol.StartMessage.StateEntry.Builder>
        Throws:
        java.io.IOException
      • getValue

        public com.google.protobuf.ByteString getValue()
         If value is an empty byte array,
         then it means the value is empty and not "missing" (e.g. empty string).
         
        bytes value = 2;
        Specified by:
        getValue in interface Protocol.StartMessage.StateEntryOrBuilder
        Returns:
        The value.
      • setValue

        public Protocol.StartMessage.StateEntry.Builder setValue​(com.google.protobuf.ByteString value)
         If value is an empty byte array,
         then it means the value is empty and not "missing" (e.g. empty string).
         
        bytes value = 2;
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • clearValue

        public Protocol.StartMessage.StateEntry.Builder clearValue()
         If value is an empty byte array,
         then it means the value is empty and not "missing" (e.g. empty string).
         
        bytes value = 2;
        Returns:
        This builder for chaining.