Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.MediaObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.MediaObject,CineastGrpc.MediaObject.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.MediaObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring contentUrl = 5;com.google.protobuf.ByteStringstring contentUrl = 5;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;.org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;.org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;getPath()string path = 3;com.google.protobuf.ByteStringstring path = 3;getType().org.vitrivr.cineast.api.grpc.MediaObject.MediaType type = 4;int.org.vitrivr.cineast.api.grpc.MediaObject.MediaType type = 4;boolean.org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 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
-
hasObjectId
boolean hasObjectId().org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;- Returns:
- Whether the objectId field is set.
-
getObjectId
CineastGrpc.MediaObjectId getObjectId().org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;- Returns:
- The objectId.
-
getObjectIdOrBuilder
CineastGrpc.MediaObjectIdOrBuilder getObjectIdOrBuilder().org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1; -
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getPath
String getPath()string path = 3;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 3;- Returns:
- The bytes for path.
-
getTypeValue
int getTypeValue().org.vitrivr.cineast.api.grpc.MediaObject.MediaType type = 4;- Returns:
- The enum numeric value on the wire for type.
-
getType
CineastGrpc.MediaObject.MediaType getType().org.vitrivr.cineast.api.grpc.MediaObject.MediaType type = 4;- Returns:
- The type.
-
getContentUrl
String getContentUrl()string contentUrl = 5;- Returns:
- The contentUrl.
-
getContentUrlBytes
com.google.protobuf.ByteString getContentUrlBytes()string contentUrl = 5;- Returns:
- The bytes for contentUrl.
-