Class BoolValue.Builder

    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • getValue

        public boolean getValue()
         The bool value.
         
        bool value = 1;
        Specified by:
        getValue in interface BoolValueOrBuilder
        Returns:
        The value.
      • setValue

        public BoolValue.Builder setValue​(boolean value)
         The bool value.
         
        bool value = 1;
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • clearValue

        public BoolValue.Builder clearValue()
         The bool value.
         
        bool value = 1;
        Returns:
        This builder for chaining.