Interface DiagramResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DiagramResponse, DiagramResponse.Builder

public interface DiagramResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasFileId

      boolean hasFileId()
      
      The id of the source file used for detecting annotations and building
      the interactive engineering diagram
       
      optional int64 file_id = 1;
      Returns:
      Whether the fileId field is set.
    • getFileId

      long getFileId()
      
      The id of the source file used for detecting annotations and building
      the interactive engineering diagram
       
      optional int64 file_id = 1;
      Returns:
      The fileId.
    • hasFileExternalId

      boolean hasFileExternalId()
      
      The external id of the source file used for detecting annotations and building
      the interactive engineering diagram
       
      optional string file_external_id = 2;
      Returns:
      Whether the fileExternalId field is set.
    • getFileExternalId

      String getFileExternalId()
      
      The external id of the source file used for detecting annotations and building
      the interactive engineering diagram
       
      optional string file_external_id = 2;
      Returns:
      The fileExternalId.
    • getFileExternalIdBytes

      com.google.protobuf.ByteString getFileExternalIdBytes()
      
      The external id of the source file used for detecting annotations and building
      the interactive engineering diagram
       
      optional string file_external_id = 2;
      Returns:
      The bytes for fileExternalId.
    • getItemsList

       The identified entity annotations with bounding boxes
       
      repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3;
    • getItems

      DiagramResponse.Annotation getItems(int index)
       The identified entity annotations with bounding boxes
       
      repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3;
    • getItemsCount

      int getItemsCount()
       The identified entity annotations with bounding boxes
       
      repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3;
    • getItemsOrBuilderList

      List<? extends DiagramResponse.AnnotationOrBuilder> getItemsOrBuilderList()
       The identified entity annotations with bounding boxes
       
      repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3;
    • getItemsOrBuilder

      DiagramResponse.AnnotationOrBuilder getItemsOrBuilder(int index)
       The identified entity annotations with bounding boxes
       
      repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3;
    • getConvertResultsList

      List<DiagramResponse.ConvertResult> getConvertResultsList()
       Converted SVGs / PNGs
       
      repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;
    • getConvertResults

      DiagramResponse.ConvertResult getConvertResults(int index)
       Converted SVGs / PNGs
       
      repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;
    • getConvertResultsCount

      int getConvertResultsCount()
       Converted SVGs / PNGs
       
      repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;
    • getConvertResultsOrBuilderList

      List<? extends DiagramResponse.ConvertResultOrBuilder> getConvertResultsOrBuilderList()
       Converted SVGs / PNGs
       
      repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;
    • getConvertResultsOrBuilder

      DiagramResponse.ConvertResultOrBuilder getConvertResultsOrBuilder(int index)
       Converted SVGs / PNGs
       
      repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;