Package app.hypi.mekadb.client
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.ByteStringgetBinaryT()Binary data - note that no filtering can be done on binary databooleangetBoolT()bool bool_t = 5;PlaceholderValue.DataCasegetDataCase()doublegetDoubleT()double double_t = 4;floatgetFloatT()float float_t = 3;intgetI32T()int32 i32_t = 1;longgetI64T()int64 i64_t = 2;java.lang.StringgetStrT()string str_t = 6;com.google.protobuf.ByteStringgetStrTBytes()string str_t = 6;longgetTimestampMillis()A timestamp representing the number of milliseconds since 01-01-1970 UTCbooleanhasBinaryT()Binary data - note that no filtering can be done on binary databooleanhasBoolT()bool bool_t = 5;booleanhasDoubleT()double double_t = 4;booleanhasFloatT()float float_t = 3;booleanhasI32T()int32 i32_t = 1;booleanhasI64T()int64 i64_t = 2;booleanhasStrT()string str_t = 6;booleanhasTimestampMillis()A timestamp representing the number of milliseconds since 01-01-1970 UTC-
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.
-
getDataCase
PlaceholderValue.DataCase getDataCase()
-
-