Interface CineastGrpc.SemanticMapQueryContainerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CineastGrpc.SemanticMapQueryContainer, CineastGrpc.SemanticMapQueryContainer.Builder
Enclosing class:
CineastGrpc

public static interface CineastGrpc.SemanticMapQueryContainerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> concepts = 2;
    Deprecated.
    int
    map<string, string> concepts = 2;
    map<string, string> concepts = 2;
    getConceptsOrDefault(String key, String defaultValue)
    map<string, string> concepts = 2;
    map<string, string> concepts = 2;
    com.google.protobuf.ByteString
    bytes image = 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

    • getImage

      com.google.protobuf.ByteString getImage()
      bytes image = 1;
      Returns:
      The image.
    • getConceptsCount

      int getConceptsCount()
      map<string, string> concepts = 2;
    • containsConcepts

      boolean containsConcepts(String key)
      map<string, string> concepts = 2;
    • getConcepts

      @Deprecated Map<String,String> getConcepts()
      Deprecated.
      Use getConceptsMap() instead.
    • getConceptsMap

      Map<String,String> getConceptsMap()
      map<string, string> concepts = 2;
    • getConceptsOrDefault

      String getConceptsOrDefault(String key, String defaultValue)
      map<string, string> concepts = 2;
    • getConceptsOrThrow

      String getConceptsOrThrow(String key)
      map<string, string> concepts = 2;