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 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;