Interface ConstantOrBuilder

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

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

      • getNullValueValue

        int getNullValueValue()
         null value.
         
        .google.protobuf.NullValue null_value = 1;
      • getNullValue

        com.google.protobuf.NullValue getNullValue()
         null value.
         
        .google.protobuf.NullValue null_value = 1;
      • getBoolValue

        boolean getBoolValue()
         boolean value.
         
        bool bool_value = 2;
      • getInt64Value

        long getInt64Value()
         int64 value.
         
        int64 int64_value = 3;
      • getUint64Value

        long getUint64Value()
         uint64 value.
         
        uint64 uint64_value = 4;
      • getDoubleValue

        double getDoubleValue()
         double value.
         
        double double_value = 5;
      • getStringValue

        String getStringValue()
         string value.
         
        string string_value = 6;
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
         string value.
         
        string string_value = 6;
      • getBytesValue

        com.google.protobuf.ByteString getBytesValue()
         bytes value.
         
        bytes bytes_value = 7;
      • hasDurationValue

        @Deprecated
        boolean hasDurationValue()
        Deprecated.
         protobuf.Duration value.
         Deprecated: duration is no longer considered a builtin cel type.
         
        .google.protobuf.Duration duration_value = 8 [deprecated = true];
      • getDurationValue

        @Deprecated
        com.google.protobuf.Duration getDurationValue()
        Deprecated.
         protobuf.Duration value.
         Deprecated: duration is no longer considered a builtin cel type.
         
        .google.protobuf.Duration duration_value = 8 [deprecated = true];
      • getDurationValueOrBuilder

        @Deprecated
        com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
        Deprecated.
         protobuf.Duration value.
         Deprecated: duration is no longer considered a builtin cel type.
         
        .google.protobuf.Duration duration_value = 8 [deprecated = true];
      • hasTimestampValue

        @Deprecated
        boolean hasTimestampValue()
        Deprecated.
         protobuf.Timestamp value.
         Deprecated: timestamp is no longer considered a builtin cel type.
         
        .google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
      • getTimestampValue

        @Deprecated
        com.google.protobuf.Timestamp getTimestampValue()
        Deprecated.
         protobuf.Timestamp value.
         Deprecated: timestamp is no longer considered a builtin cel type.
         
        .google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
      • getTimestampValueOrBuilder

        @Deprecated
        com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
        Deprecated.
         protobuf.Timestamp value.
         Deprecated: timestamp is no longer considered a builtin cel type.
         
        .google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];