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 Type
    Method
    Description
    string contentUrl = 5;
    com.google.protobuf.ByteString
    string contentUrl = 5;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    .org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;
    .org.vitrivr.cineast.api.grpc.MediaObjectId objectId = 1;
    string path = 3;
    com.google.protobuf.ByteString
    string path = 3;
    .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

    isInitialized

    Methods 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

      .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

      .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.