Package com.cognite.client.dto
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagramResponse.ConvertResultgetConvertResults(int index)Converted SVGs / PNGsintgetConvertResultsCount()Converted SVGs / PNGsList<DiagramResponse.ConvertResult>getConvertResultsList()Converted SVGs / PNGsDiagramResponse.ConvertResultOrBuildergetConvertResultsOrBuilder(int index)Converted SVGs / PNGsList<? extends DiagramResponse.ConvertResultOrBuilder>getConvertResultsOrBuilderList()Converted SVGs / PNGsStringgetFileExternalId()The external id of the source file used for detecting annotations and building the interactive engineering diagramcom.google.protobuf.ByteStringgetFileExternalIdBytes()The external id of the source file used for detecting annotations and building the interactive engineering diagramlonggetFileId()The id of the source file used for detecting annotations and building the interactive engineering diagramAnnotationgetItems(int index)The identified entity annotations with bounding boxesintgetItemsCount()The identified entity annotations with bounding boxesList<Annotation>getItemsList()The identified entity annotations with bounding boxesAnnotationOrBuildergetItemsOrBuilder(int index)The identified entity annotations with bounding boxesList<? extends AnnotationOrBuilder>getItemsOrBuilderList()The identified entity annotations with bounding boxesbooleanhasFileExternalId()The external id of the source file used for detecting annotations and building the interactive engineering diagrambooleanhasFileId()The id of the source file used for detecting annotations and building the interactive engineering diagram-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<Annotation> getItemsList()
The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.Annotation items = 3;
-
getItems
Annotation getItems(int index)
The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.Annotation items = 3;
-
getItemsCount
int getItemsCount()
The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.Annotation items = 3;
-
getItemsOrBuilderList
List<? extends AnnotationOrBuilder> getItemsOrBuilderList()
The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.Annotation items = 3;
-
getItemsOrBuilder
AnnotationOrBuilder getItemsOrBuilder(int index)
The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.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;
-
-