Interface PlaceholderValueOrBuilder

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

    public interface PlaceholderValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBinaryT()
      Binary data - note that no filtering can be done on binary data
      boolean getBoolT()
      bool bool_t = 5;
      PlaceholderValue.DataCase getDataCase()  
      double getDoubleT()
      double double_t = 4;
      float getFloatT()
      float float_t = 3;
      int getI32T()
      int32 i32_t = 1;
      long getI64T()
      int64 i64_t = 2;
      java.lang.String getStrT()
      string str_t = 6;
      com.google.protobuf.ByteString getStrTBytes()
      string str_t = 6;
      long getTimestampMillis()
      A timestamp representing the number of milliseconds since 01-01-1970 UTC
      boolean hasBinaryT()
      Binary data - note that no filtering can be done on binary data
      boolean hasBoolT()
      bool bool_t = 5;
      boolean hasDoubleT()
      double double_t = 4;
      boolean hasFloatT()
      float float_t = 3;
      boolean hasI32T()
      int32 i32_t = 1;
      boolean hasI64T()
      int64 i64_t = 2;
      boolean hasStrT()
      string str_t = 6;
      boolean hasTimestampMillis()
      A timestamp representing the number of milliseconds since 01-01-1970 UTC
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasI32T

        boolean hasI32T()
        int32 i32_t = 1;
        Returns:
        Whether the i32T field is set.
      • getI32T

        int getI32T()
        int32 i32_t = 1;
        Returns:
        The i32T.
      • hasI64T

        boolean hasI64T()
        int64 i64_t = 2;
        Returns:
        Whether the i64T field is set.
      • getI64T

        long getI64T()
        int64 i64_t = 2;
        Returns:
        The i64T.
      • hasFloatT

        boolean hasFloatT()
        float float_t = 3;
        Returns:
        Whether the floatT field is set.
      • getFloatT

        float getFloatT()
        float float_t = 3;
        Returns:
        The floatT.
      • hasDoubleT

        boolean hasDoubleT()
        double double_t = 4;
        Returns:
        Whether the doubleT field is set.
      • getDoubleT

        double getDoubleT()
        double double_t = 4;
        Returns:
        The doubleT.
      • hasBoolT

        boolean hasBoolT()
        bool bool_t = 5;
        Returns:
        Whether the boolT field is set.
      • getBoolT

        boolean getBoolT()
        bool bool_t = 5;
        Returns:
        The boolT.
      • hasStrT

        boolean hasStrT()
        string str_t = 6;
        Returns:
        Whether the strT field is set.
      • getStrT

        java.lang.String getStrT()
        string str_t = 6;
        Returns:
        The strT.
      • getStrTBytes

        com.google.protobuf.ByteString getStrTBytes()
        string str_t = 6;
        Returns:
        The bytes for strT.
      • hasBinaryT

        boolean hasBinaryT()
        Binary data - note that no filtering can be done on binary data
         
        bytes binary_t = 7;
        Returns:
        Whether the binaryT field is set.
      • getBinaryT

        com.google.protobuf.ByteString getBinaryT()
        Binary data - note that no filtering can be done on binary data
         
        bytes binary_t = 7;
        Returns:
        The binaryT.
      • hasTimestampMillis

        boolean hasTimestampMillis()
        A timestamp representing the number of milliseconds since 01-01-1970 UTC
         
        int64 timestamp_millis = 8;
        Returns:
        Whether the timestampMillis field is set.
      • getTimestampMillis

        long getTimestampMillis()
        A timestamp representing the number of milliseconds since 01-01-1970 UTC
         
        int64 timestamp_millis = 8;
        Returns:
        The timestampMillis.