Uses of Class
com.cognite.client.dto.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in com.cognite.client
Methods in com.cognite.client that return types with arguments of type AssetModifier and TypeMethodDescriptionAssets.list()Returns allAssetobjects.Assets.retrieve(long... id) Retrieve assets byinternal id.Retrieve assets byexternalId.Retrieve assets byexternalId / id.Assets.stream()Assets.synchronizeHierarchy(Collection<Asset> assetHierarchy) Synchronizes the input collection ofAsset(representing a single, complete asset hierarchy) with an existing asset hierarchy in CDF.Assets.synchronizeMultipleHierarchies(Collection<Asset> assetHierarchies) Synchronizes the input collection ofAsset(representing multiple, complete asset hierarchies) with existing asset hierarchies in CDF.Assets.upsert(Collection<Asset> assets) Creates or updates a set ofAssetobjects.Method parameters in com.cognite.client with type arguments of type AssetModifier and TypeMethodDescriptionAssets.synchronizeHierarchy(Collection<Asset> assetHierarchy) Synchronizes the input collection ofAsset(representing a single, complete asset hierarchy) with an existing asset hierarchy in CDF.Assets.synchronizeMultipleHierarchies(Collection<Asset> assetHierarchies) Synchronizes the input collection ofAsset(representing multiple, complete asset hierarchies) with existing asset hierarchies in CDF.Assets.upsert(Collection<Asset> assets) Creates or updates a set ofAssetobjects.booleanAssets.verifyAssetHierarchyIntegrity(Collection<Asset> assets) Checks a collection of assets for integrity. -
Uses of Asset in com.cognite.client.dto
Methods in com.cognite.client.dto that return AssetModifier and TypeMethodDescriptionAsset.Builder.build()Asset.Builder.buildPartial()static AssetAsset.getDefaultInstance()Asset.Builder.getDefaultInstanceForType()Asset.getDefaultInstanceForType()Relationship.Builder.getSourceAsset().com.cognite.client.dto.Asset source_asset = 13;Relationship.getSourceAsset().com.cognite.client.dto.Asset source_asset = 13;RelationshipOrBuilder.getSourceAsset().com.cognite.client.dto.Asset source_asset = 13;Relationship.Builder.getTargetAsset().com.cognite.client.dto.Asset target_asset = 18;Relationship.getTargetAsset().com.cognite.client.dto.Asset target_asset = 18;RelationshipOrBuilder.getTargetAsset().com.cognite.client.dto.Asset target_asset = 18;static AssetAsset.parseDelimitedFrom(InputStream input) static AssetAsset.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetAsset.parseFrom(byte[] data) static AssetAsset.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetAsset.parseFrom(com.google.protobuf.ByteString data) static AssetAsset.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetAsset.parseFrom(com.google.protobuf.CodedInputStream input) static AssetAsset.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetAsset.parseFrom(InputStream input) static AssetAsset.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetAsset.parseFrom(ByteBuffer data) static AssetAsset.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type AssetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Asset>Asset.getParserForType()static com.google.protobuf.Parser<Asset>Asset.parser()Methods in com.cognite.client.dto with parameters of type AssetModifier and TypeMethodDescriptionRelationship.Builder.mergeSourceAsset(Asset value) .com.cognite.client.dto.Asset source_asset = 13;Relationship.Builder.mergeTargetAsset(Asset value) .com.cognite.client.dto.Asset target_asset = 18;static Asset.BuilderAsset.newBuilder(Asset prototype) Relationship.Builder.setSourceAsset(Asset value) .com.cognite.client.dto.Asset source_asset = 13;Relationship.Builder.setTargetAsset(Asset value) .com.cognite.client.dto.Asset target_asset = 18; -
Uses of Asset in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return AssetModifier and TypeMethodDescriptionstatic AssetAssetParser.parseAsset(String json) Parses an event json string toAssetproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type AssetModifier and TypeMethodDescriptionAssetParser.toRequestInsertItem(Asset element) Builds a request insert item object fromAsset.AssetParser.toRequestReplaceItem(Asset element) Builds a request replace item object fromAsset.AssetParser.toRequestUpdateItem(Asset element) Builds a request update item object fromAsset. -
Uses of Asset in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type AssetModifier and TypeMethodDescriptionDataGenerator.generateAssetHierarchy(int noObjects) DataGenerator.generateAssets(int noObjects)