Package com.cognite.client.dto
Interface PnIDResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PnIDResponse,PnIDResponse.Builder
public interface PnIDResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringValuegetFileExternalId()The external id of the source file used for detecting annotations and building interactive P&IDStringValueOrBuildergetFileExternalIdOrBuilder()The external id of the source file used for detecting annotations and building interactive P&IDInt64ValuegetFileId()The id of the source file used for detecting annotations and building interactive P&IDInt64ValueOrBuildergetFileIdOrBuilder()The id of the source file used for detecting annotations and building interactive P&IDAnnotationgetItems(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 boxesBytesValuegetPngBinary()The converted PNG binaryBytesValueOrBuildergetPngBinaryOrBuilder()The converted PNG binaryBytesValuegetSvgBinary()The converted SVG binaryBytesValueOrBuildergetSvgBinaryOrBuilder()The converted SVG binarybooleanhasFileExternalId()The external id of the source file used for detecting annotations and building interactive P&IDbooleanhasFileId()The id of the source file used for detecting annotations and building interactive P&IDbooleanhasPngBinary()The converted PNG binarybooleanhasSvgBinary()The converted SVG binary-
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 interactive P&ID
.google.protobuf.Int64Value file_id = 1;- Returns:
- Whether the fileId field is set.
-
getFileId
Int64Value getFileId()
The id of the source file used for detecting annotations and building interactive P&ID
.google.protobuf.Int64Value file_id = 1;- Returns:
- The fileId.
-
getFileIdOrBuilder
Int64ValueOrBuilder getFileIdOrBuilder()
The id of the source file used for detecting annotations and building interactive P&ID
.google.protobuf.Int64Value file_id = 1;
-
hasFileExternalId
boolean hasFileExternalId()
The external id of the source file used for detecting annotations and building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;- Returns:
- Whether the fileExternalId field is set.
-
getFileExternalId
StringValue getFileExternalId()
The external id of the source file used for detecting annotations and building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;- Returns:
- The fileExternalId.
-
getFileExternalIdOrBuilder
StringValueOrBuilder getFileExternalIdOrBuilder()
The external id of the source file used for detecting annotations and building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;
-
getItemsList
List<Annotation> getItemsList()
The identified entity annotations with bounding boxes
repeated .com.cognite.beam.proto.Annotation items = 3;
-
getItems
Annotation getItems(int index)
The identified entity annotations with bounding boxes
repeated .com.cognite.beam.proto.Annotation items = 3;
-
getItemsCount
int getItemsCount()
The identified entity annotations with bounding boxes
repeated .com.cognite.beam.proto.Annotation items = 3;
-
getItemsOrBuilderList
List<? extends AnnotationOrBuilder> getItemsOrBuilderList()
The identified entity annotations with bounding boxes
repeated .com.cognite.beam.proto.Annotation items = 3;
-
getItemsOrBuilder
AnnotationOrBuilder getItemsOrBuilder(int index)
The identified entity annotations with bounding boxes
repeated .com.cognite.beam.proto.Annotation items = 3;
-
hasSvgBinary
boolean hasSvgBinary()
The converted SVG binary
.google.protobuf.BytesValue svg_binary = 4;- Returns:
- Whether the svgBinary field is set.
-
getSvgBinary
BytesValue getSvgBinary()
The converted SVG binary
.google.protobuf.BytesValue svg_binary = 4;- Returns:
- The svgBinary.
-
getSvgBinaryOrBuilder
BytesValueOrBuilder getSvgBinaryOrBuilder()
The converted SVG binary
.google.protobuf.BytesValue svg_binary = 4;
-
hasPngBinary
boolean hasPngBinary()
The converted PNG binary
.google.protobuf.BytesValue png_binary = 5;- Returns:
- Whether the pngBinary field is set.
-
getPngBinary
BytesValue getPngBinary()
The converted PNG binary
.google.protobuf.BytesValue png_binary = 5;- Returns:
- The pngBinary.
-
getPngBinaryOrBuilder
BytesValueOrBuilder getPngBinaryOrBuilder()
The converted PNG binary
.google.protobuf.BytesValue png_binary = 5;
-
-