Class Int64Value.Builder

    • Method Detail

      • getValue

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

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

        public Int64Value.Builder clearValue()
        int64 value = 1 [json_name = "value"];
        Returns:
        This builder for chaining.