Uses of Class
com.cognite.client.dto.DiagramResponse
Packages that use DiagramResponse
-
Uses of DiagramResponse in com.cognite.client
Methods in com.cognite.client that return types with arguments of type DiagramResponseModifier and TypeMethodDescriptionEngineeringDiagrams.convert(Collection<DiagramResponse> annotationsList, boolean grayscale) Convert an engineering diagram (P&ID) in PDF format to an interactive SVG where the provided annotations are highlighted.EngineeringDiagrams.detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean convertToInteractive) Detect references to assets and files, etc.EngineeringDiagrams.detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean partialMatch, int minTokens, boolean convertToInteractive) Detect references to assets and files, etc.EngineeringDiagrams.detectAnnotations(Collection<Request> requests, boolean convertToInteractive) Detect references to assets and files, etc.Method parameters in com.cognite.client with type arguments of type DiagramResponseModifier and TypeMethodDescriptionEngineeringDiagrams.convert(Collection<DiagramResponse> annotationsList, boolean grayscale) Convert an engineering diagram (P&ID) in PDF format to an interactive SVG where the provided annotations are highlighted. -
Uses of DiagramResponse in com.cognite.client.dto
Methods in com.cognite.client.dto that return DiagramResponseModifier and TypeMethodDescriptionDiagramResponse.Builder.build()DiagramResponse.Builder.buildPartial()static DiagramResponseDiagramResponse.getDefaultInstance()DiagramResponse.Builder.getDefaultInstanceForType()DiagramResponse.getDefaultInstanceForType()static DiagramResponseDiagramResponse.parseDelimitedFrom(InputStream input) static DiagramResponseDiagramResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DiagramResponseDiagramResponse.parseFrom(byte[] data) static DiagramResponseDiagramResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DiagramResponseDiagramResponse.parseFrom(com.google.protobuf.ByteString data) static DiagramResponseDiagramResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DiagramResponseDiagramResponse.parseFrom(com.google.protobuf.CodedInputStream input) static DiagramResponseDiagramResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DiagramResponseDiagramResponse.parseFrom(InputStream input) static DiagramResponseDiagramResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DiagramResponseDiagramResponse.parseFrom(ByteBuffer data) static DiagramResponseDiagramResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type DiagramResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DiagramResponse>DiagramResponse.getParserForType()static com.google.protobuf.Parser<DiagramResponse>DiagramResponse.parser()Methods in com.cognite.client.dto with parameters of type DiagramResponseModifier and TypeMethodDescriptionDiagramResponse.Builder.mergeFrom(DiagramResponse other) static DiagramResponse.BuilderDiagramResponse.newBuilder(DiagramResponse prototype) -
Uses of DiagramResponse in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return DiagramResponseModifier and TypeMethodDescriptionstatic DiagramResponseDiagramResponseParser.ParseDiagramAnnotationResponse(String json) Parses a P&ID annotation detection response json string topnid_statusproto object.