All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.DiagramResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: diagram_response.proto

package com.cognite.client.dto;

public interface DiagramResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.DiagramResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *The id of the source file used for detecting annotations and building
   *the interactive engineering diagram
   * 
* * optional int64 file_id = 1; * @return Whether the fileId field is set. */ boolean hasFileId(); /** *
   *The id of the source file used for detecting annotations and building
   *the interactive engineering diagram
   * 
* * optional int64 file_id = 1; * @return The fileId. */ long getFileId(); /** *
   *The external id of the source file used for detecting annotations and building
   *the interactive engineering diagram
   * 
* * optional string file_external_id = 2; * @return Whether the fileExternalId field is set. */ 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; * @return The fileExternalId. */ java.lang.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; * @return The bytes for fileExternalId. */ com.google.protobuf.ByteString getFileExternalIdBytes(); /** *
   * The identified entity annotations with bounding boxes
   * 
* * repeated .com.cognite.beam.proto.Annotation items = 3; */ java.util.List getItemsList(); /** *
   * The identified entity annotations with bounding boxes
   * 
* * repeated .com.cognite.beam.proto.Annotation items = 3; */ com.cognite.client.dto.Annotation getItems(int index); /** *
   * The identified entity annotations with bounding boxes
   * 
* * repeated .com.cognite.beam.proto.Annotation items = 3; */ int getItemsCount(); /** *
   * The identified entity annotations with bounding boxes
   * 
* * repeated .com.cognite.beam.proto.Annotation items = 3; */ java.util.List getItemsOrBuilderList(); /** *
   * The identified entity annotations with bounding boxes
   * 
* * repeated .com.cognite.beam.proto.Annotation items = 3; */ com.cognite.client.dto.AnnotationOrBuilder getItemsOrBuilder( int index); /** *
   * Converted SVGs / PNGs
   * 
* * repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4; */ java.util.List getConvertResultsList(); /** *
   * Converted SVGs / PNGs
   * 
* * repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4; */ com.cognite.client.dto.DiagramResponse.ConvertResult getConvertResults(int index); /** *
   * Converted SVGs / PNGs
   * 
* * repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4; */ int getConvertResultsCount(); /** *
   * Converted SVGs / PNGs
   * 
* * repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4; */ java.util.List getConvertResultsOrBuilderList(); /** *
   * Converted SVGs / PNGs
   * 
* * repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4; */ com.cognite.client.dto.DiagramResponse.ConvertResultOrBuilder getConvertResultsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy