Uses of Class
com.cognite.client.dto.PnIDResponse
-
Packages that use PnIDResponse Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of PnIDResponse in com.cognite.client
Methods in com.cognite.client that return types with arguments of type PnIDResponse Modifier and Type Method Description List<PnIDResponse>PnID. convertPnID(Collection<PnIDResponse> annotationsList, boolean grayscale)Convert a single-page P&ID in PDF format to an interactive SVG where the provided annotations are highlighted.List<PnIDResponse>PnID. detectAnnotationsPnID(Collection<Item> files, Collection<Struct> entities, String searchField, boolean convertToInteractive)Detect references to assets and files, etc.List<PnIDResponse>PnID. detectAnnotationsPnID(Collection<Item> files, Collection<Struct> entities, String searchField, boolean partialMatch, int minTokens, boolean convertToInteractive)Detect references to assets and files, etc.List<PnIDResponse>PnID. detectAnnotationsPnID(Collection<Request> requests, boolean convertToInteractive)Detect references to assets and files, etc.Method parameters in com.cognite.client with type arguments of type PnIDResponse Modifier and Type Method Description List<PnIDResponse>PnID. convertPnID(Collection<PnIDResponse> annotationsList, boolean grayscale)Convert a single-page P&ID in PDF format to an interactive SVG where the provided annotations are highlighted. -
Uses of PnIDResponse in com.cognite.client.dto
Methods in com.cognite.client.dto that return PnIDResponse Modifier and Type Method Description PnIDResponsePnIDResponse.Builder. build()PnIDResponsePnIDResponse.Builder. buildPartial()static PnIDResponsePnIDResponse. getDefaultInstance()PnIDResponsePnIDResponse.Builder. getDefaultInstanceForType()PnIDResponsePnIDResponse. getDefaultInstanceForType()static PnIDResponsePnIDResponse. parseDelimitedFrom(InputStream input)static PnIDResponsePnIDResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PnIDResponsePnIDResponse. parseFrom(byte[] data)static PnIDResponsePnIDResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PnIDResponsePnIDResponse. parseFrom(com.google.protobuf.ByteString data)static PnIDResponsePnIDResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PnIDResponsePnIDResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PnIDResponsePnIDResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PnIDResponsePnIDResponse. parseFrom(InputStream input)static PnIDResponsePnIDResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PnIDResponsePnIDResponse. parseFrom(ByteBuffer data)static PnIDResponsePnIDResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type PnIDResponse Modifier and Type Method Description com.google.protobuf.Parser<PnIDResponse>PnIDResponse. getParserForType()static com.google.protobuf.Parser<PnIDResponse>PnIDResponse. parser()Methods in com.cognite.client.dto with parameters of type PnIDResponse Modifier and Type Method Description PnIDResponse.BuilderPnIDResponse.Builder. mergeFrom(PnIDResponse other)static PnIDResponse.BuilderPnIDResponse. newBuilder(PnIDResponse prototype) -
Uses of PnIDResponse in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return PnIDResponse Modifier and Type Method Description static PnIDResponsePnIDResponseParser. ParsePnIDAnnotationResponse(String json)Parses a P&ID annotation detection response json string topnid_statusproto object.
-