Class ClientWireProtocol.SetPSO.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.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.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.Builder>
      • getDefaultInstanceForType

        public ClientWireProtocol.SetPSO getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ClientWireProtocol.SetPSO build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ClientWireProtocol.SetPSO buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public ClientWireProtocol.SetPSO.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.Builder>
      • mergeFrom

        public ClientWireProtocol.SetPSO.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws 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<ClientWireProtocol.SetPSO.Builder>
        Throws:
        IOException
      • setThreshold

        public ClientWireProtocol.SetPSO.Builder setThreshold​(long value)
        what we want the new threshhold to be
         
        int64 threshold = 1;
        Parameters:
        value - The threshold to set.
        Returns:
        This builder for chaining.
      • clearThreshold

        public ClientWireProtocol.SetPSO.Builder clearThreshold()
        what we want the new threshhold to be
         
        int64 threshold = 1;
        Returns:
        This builder for chaining.
      • getReset

        public boolean getReset()
        whether we should reset back to the default, overrides whatever threshold is
         
        bool reset = 2;
        Specified by:
        getReset in interface ClientWireProtocol.SetPSOOrBuilder
        Returns:
        The reset.
      • setReset

        public ClientWireProtocol.SetPSO.Builder setReset​(boolean value)
        whether we should reset back to the default, overrides whatever threshold is
         
        bool reset = 2;
        Parameters:
        value - The reset to set.
        Returns:
        This builder for chaining.
      • clearReset

        public ClientWireProtocol.SetPSO.Builder clearReset()
        whether we should reset back to the default, overrides whatever threshold is
         
        bool reset = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ClientWireProtocol.SetPSO.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.Builder>
      • mergeUnknownFields

        public final ClientWireProtocol.SetPSO.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientWireProtocol.SetPSO.Builder>