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
Modifier and TypeMethodDescriptiongetConvertResults(int index) Converted SVGs / PNGsintConverted SVGs / PNGsConverted SVGs / PNGsgetConvertResultsOrBuilder(int index) Converted SVGs / PNGsList<? extends DiagramResponse.ConvertResultOrBuilder>Converted SVGs / PNGsThe external id of the source file used for detecting annotations and building the interactive engineering diagramcom.google.protobuf.ByteStringThe external id of the source file used for detecting annotations and building the interactive engineering diagramlongThe id of the source file used for detecting annotations and building the interactive engineering diagramgetItems(int index) The identified entity annotations with bounding boxesintThe identified entity annotations with bounding boxesThe identified entity annotations with bounding boxesgetItemsOrBuilder(int index) The identified entity annotations with bounding boxesList<? extends DiagramResponse.AnnotationOrBuilder>The identified entity annotations with bounding boxesbooleanThe external id of the source file used for detecting annotations and building the interactive engineering diagrambooleanThe id of the source file used for detecting annotations and building the interactive engineering diagramMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<DiagramResponse.Annotation> getItemsList()The identified entity annotations with bounding boxes
repeated .com.cognite.client.dto.DiagramResponse.Annotation items = 3; -
getItems
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
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
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
Converted SVGs / PNGs
repeated .com.cognite.client.dto.DiagramResponse.ConvertResult convertResults = 4;
-