Class UInt64Value.Builder

    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • getValue

        public long getValue()
         The uint64 value.
         
        uint64 value = 1;
        Specified by:
        getValue in interface UInt64ValueOrBuilder
        Returns:
        The value.
      • setValue

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

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