Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.PrimitiveTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.PrimitiveType,CineastGrpc.PrimitiveType.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.PrimitiveTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool booleanValue = 6;doubledouble doubleValue = 5;floatfloat floatValue = 4;intint32 intValue = 2;longint64 longValue = 3;string stringValue = 1;com.google.protobuf.ByteStringstring stringValue = 1;booleanbool booleanValue = 6;booleandouble doubleValue = 5;booleanfloat floatValue = 4;booleanint32 intValue = 2;booleanint64 longValue = 3;booleanstring stringValue = 1;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
-
hasStringValue
boolean hasStringValue()string stringValue = 1;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string stringValue = 1;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string stringValue = 1;- Returns:
- The bytes for stringValue.
-
hasIntValue
boolean hasIntValue()int32 intValue = 2;- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()int32 intValue = 2;- Returns:
- The intValue.
-
hasLongValue
boolean hasLongValue()int64 longValue = 3;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 3;- Returns:
- The longValue.
-
hasFloatValue
boolean hasFloatValue()float floatValue = 4;- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()float floatValue = 4;- Returns:
- The floatValue.
-
hasDoubleValue
boolean hasDoubleValue()double doubleValue = 5;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double doubleValue = 5;- Returns:
- The doubleValue.
-
hasBooleanValue
boolean hasBooleanValue()bool booleanValue = 6;- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
boolean getBooleanValue()bool booleanValue = 6;- Returns:
- The booleanValue.
-
getValueCase
CineastGrpc.PrimitiveType.ValueCase getValueCase()
-