Class Int64Value.Builder

    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • getValue

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

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

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