Uses of Class
com.cognite.client.dto.DiagramResponse
-
Packages that use DiagramResponse Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of DiagramResponse in com.cognite.client
Methods in com.cognite.client that return types with arguments of type DiagramResponse Modifier and Type Method Description List<DiagramResponse>EngineeringDiagrams. 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.List<DiagramResponse>EngineeringDiagrams. detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean convertToInteractive)Detect references to assets and files, etc.List<DiagramResponse>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.List<DiagramResponse>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 DiagramResponse Modifier and Type Method Description List<DiagramResponse>EngineeringDiagrams. 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 DiagramResponse Modifier and Type Method Description DiagramResponseDiagramResponse.Builder. build()DiagramResponseDiagramResponse.Builder. buildPartial()static DiagramResponseDiagramResponse. getDefaultInstance()DiagramResponseDiagramResponse.Builder. getDefaultInstanceForType()DiagramResponseDiagramResponse. 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 DiagramResponse Modifier and Type Method Description com.google.protobuf.Parser<DiagramResponse>DiagramResponse. getParserForType()static com.google.protobuf.Parser<DiagramResponse>DiagramResponse. parser()Methods in com.cognite.client.dto with parameters of type DiagramResponse Modifier and Type Method Description DiagramResponse.BuilderDiagramResponse.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 DiagramResponse Modifier and Type Method Description static DiagramResponseDiagramResponseParser. ParseDiagramAnnotationResponse(String json)Parses a P&ID annotation detection response json string topnid_statusproto object.
-