Interface AggSpec.AggSpecNonUniqueSentinelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec.AggSpecNonUniqueSentinel,AggSpec.AggSpecNonUniqueSentinel.Builder
- Enclosing class:
- AggSpec
public static interface AggSpec.AggSpecNonUniqueSentinelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool bool_value = 7;intExpected to be in range [Byte.MIN_VALUE, Byte.MAX_VALUE]intExpected to be in range [0x0000, 0xFFFF]doubledouble double_value = 6;floatfloat float_value = 5;intsint32 int_value = 3;longsint64 long_value = 4 [jstype = JS_STRING];.io.deephaven.proto.backplane.grpc.NullValue null_value = 1;int.io.deephaven.proto.backplane.grpc.NullValue null_value = 1;intExpected to be in range [Short.MIN_VALUE, Short.MAX_VALUE]string string_value = 2;com.google.protobuf.ByteStringstring string_value = 2;booleanbool bool_value = 7;booleanExpected to be in range [Byte.MIN_VALUE, Byte.MAX_VALUE]booleanExpected to be in range [0x0000, 0xFFFF]booleandouble double_value = 6;booleanfloat float_value = 5;booleansint32 int_value = 3;booleansint64 long_value = 4 [jstype = JS_STRING];boolean.io.deephaven.proto.backplane.grpc.NullValue null_value = 1;booleanExpected to be in range [Short.MIN_VALUE, Short.MAX_VALUE]booleanstring string_value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNullValue
boolean hasNullValue().io.deephaven.proto.backplane.grpc.NullValue null_value = 1;- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
int getNullValueValue().io.deephaven.proto.backplane.grpc.NullValue null_value = 1;- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
NullValue getNullValue().io.deephaven.proto.backplane.grpc.NullValue null_value = 1;- Returns:
- The nullValue.
-
hasStringValue
boolean hasStringValue()string string_value = 2;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 2;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 2;- Returns:
- The bytes for stringValue.
-
hasIntValue
boolean hasIntValue()sint32 int_value = 3;- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()sint32 int_value = 3;- Returns:
- The intValue.
-
hasLongValue
boolean hasLongValue()sint64 long_value = 4 [jstype = JS_STRING];- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()sint64 long_value = 4 [jstype = JS_STRING];- Returns:
- The longValue.
-
hasFloatValue
boolean hasFloatValue()float float_value = 5;- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()float float_value = 5;- Returns:
- The floatValue.
-
hasDoubleValue
boolean hasDoubleValue()double double_value = 6;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double double_value = 6;- Returns:
- The doubleValue.
-
hasBoolValue
boolean hasBoolValue()bool bool_value = 7;- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()bool bool_value = 7;- Returns:
- The boolValue.
-
hasByteValue
boolean hasByteValue()Expected to be in range [Byte.MIN_VALUE, Byte.MAX_VALUE]
sint32 byte_value = 8;- Returns:
- Whether the byteValue field is set.
-
getByteValue
int getByteValue()Expected to be in range [Byte.MIN_VALUE, Byte.MAX_VALUE]
sint32 byte_value = 8;- Returns:
- The byteValue.
-
hasShortValue
boolean hasShortValue()Expected to be in range [Short.MIN_VALUE, Short.MAX_VALUE]
sint32 short_value = 9;- Returns:
- Whether the shortValue field is set.
-
getShortValue
int getShortValue()Expected to be in range [Short.MIN_VALUE, Short.MAX_VALUE]
sint32 short_value = 9;- Returns:
- The shortValue.
-
hasCharValue
boolean hasCharValue()Expected to be in range [0x0000, 0xFFFF]
sint32 char_value = 10;- Returns:
- Whether the charValue field is set.
-
getCharValue
int getCharValue()Expected to be in range [0x0000, 0xFFFF]
sint32 char_value = 10;- Returns:
- The charValue.
-
getTypeCase
AggSpec.AggSpecNonUniqueSentinel.TypeCase getTypeCase()
-