Interface ValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Value, Value.Builder

    public interface ValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBooleanValue

        boolean hasBooleanValue()
         A boolean.
         
        bool boolean_value = 1;
        Returns:
        Whether the booleanValue field is set.
      • getBooleanValue

        boolean getBooleanValue()
         A boolean.
         
        bool boolean_value = 1;
        Returns:
        The booleanValue.
      • hasInt64Value

        boolean hasInt64Value()
         An int64.
         
        int64 int64_value = 2;
        Returns:
        Whether the int64Value field is set.
      • getInt64Value

        long getInt64Value()
         An int64.
         
        int64 int64_value = 2;
        Returns:
        The int64Value.
      • hasFloatValue

        boolean hasFloatValue()
         A float.
         
        float float_value = 3;
        Returns:
        Whether the floatValue field is set.
      • getFloatValue

        float getFloatValue()
         A float.
         
        float float_value = 3;
        Returns:
        The floatValue.
      • hasDoubleValue

        boolean hasDoubleValue()
         A double.
         
        double double_value = 4;
        Returns:
        Whether the doubleValue field is set.
      • getDoubleValue

        double getDoubleValue()
         A double.
         
        double double_value = 4;
        Returns:
        The doubleValue.
      • hasStringValue

        boolean hasStringValue()
         A string.
         
        string string_value = 5;
        Returns:
        Whether the stringValue field is set.
      • getStringValue

        java.lang.String getStringValue()
         A string.
         
        string string_value = 5;
        Returns:
        The stringValue.
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
         A string.
         
        string string_value = 5;
        Returns:
        The bytes for stringValue.