Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.InstantQueryContainerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.InstantQueryContainer,CineastGrpc.InstantQueryContainer.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.InstantQueryContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTODO better representation?com.google.protobuf.ByteStringTODO better representation?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
-
getInstant
String getInstant()TODO better representation?
string instant = 1;- Returns:
- The instant.
-
getInstantBytes
com.google.protobuf.ByteString getInstantBytes()TODO better representation?
string instant = 1;- Returns:
- The bytes for instant.
-