Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.MotionQueryContainer.MotionPathOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.MotionQueryContainer.MotionPath,CineastGrpc.MotionQueryContainer.MotionPath.Builder
- Enclosing class:
- CineastGrpc.MotionQueryContainer
public static interface CineastGrpc.MotionQueryContainer.MotionPathOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1;intrepeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1;getPathOrBuilder(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 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
-
getPathList
List<CineastGrpc.MotionQueryContainer.MotionPath.Point> getPathList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1; -
getPath
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1; -
getPathCount
int getPathCount()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1; -
getPathOrBuilderList
List<? extends CineastGrpc.MotionQueryContainer.MotionPath.PointOrBuilder> getPathOrBuilderList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1; -
getPathOrBuilder
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath.Point path = 1;
-