Uses of Class
com.cognite.client.dto.Asset
-
Packages that use Asset Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of Asset in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Asset Modifier and Type Method Description Iterator<List<Asset>>Assets. list()Returns allAssetobjects.Iterator<List<Asset>>Assets. list(Request requestParameters)Iterator<List<Asset>>Assets. list(Request requestParameters, String... partitions)List<Asset>Assets. retrieve(long... id)Retrieve assets byinternal id.List<Asset>Assets. retrieve(String... externalId)Retrieve assets byexternalId.List<Asset>Assets. retrieve(List<Item> items)Retrieve assets byexternalId / id.Publisher<Asset>Assets. stream()List<Asset>Assets. synchronizeHierarchy(Collection<Asset> assetHierarchy)Synchronizes the input collection ofAsset(representing a single, complete asset hierarchy) with an existing asset hierarchy in CDF.List<Asset>Assets. synchronizeMultipleHierarchies(Collection<Asset> assetHierarchies)Synchronizes the input collection ofAsset(representing multiple, complete asset hierarchies) with existing asset hierarchies in CDF.List<Asset>Assets. upsert(Collection<Asset> assets)Creates or updates a set ofAssetobjects.Method parameters in com.cognite.client with type arguments of type Asset Modifier and Type Method Description List<Asset>Assets. synchronizeHierarchy(Collection<Asset> assetHierarchy)Synchronizes the input collection ofAsset(representing a single, complete asset hierarchy) with an existing asset hierarchy in CDF.List<Asset>Assets. synchronizeMultipleHierarchies(Collection<Asset> assetHierarchies)Synchronizes the input collection ofAsset(representing multiple, complete asset hierarchies) with existing asset hierarchies in CDF.List<Asset>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 Asset Modifier and Type Method Description AssetAsset.Builder. build()AssetAsset.Builder. buildPartial()static AssetAsset. getDefaultInstance()AssetAsset.Builder. getDefaultInstanceForType()AssetAsset. getDefaultInstanceForType()AssetRelationship.Builder. getSourceAsset().com.cognite.beam.proto.Asset source_asset = 13;AssetRelationship. getSourceAsset().com.cognite.beam.proto.Asset source_asset = 13;AssetRelationshipOrBuilder. getSourceAsset().com.cognite.beam.proto.Asset source_asset = 13;AssetRelationship.Builder. getTargetAsset().com.cognite.beam.proto.Asset target_asset = 18;AssetRelationship. getTargetAsset().com.cognite.beam.proto.Asset target_asset = 18;AssetRelationshipOrBuilder. getTargetAsset().com.cognite.beam.proto.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 Asset Modifier and Type Method Description com.google.protobuf.Parser<Asset>Asset. getParserForType()static com.google.protobuf.Parser<Asset>Asset. parser()Methods in com.cognite.client.dto with parameters of type Asset Modifier and Type Method Description Asset.BuilderAsset.Builder. mergeFrom(Asset other)Relationship.BuilderRelationship.Builder. mergeSourceAsset(Asset value).com.cognite.beam.proto.Asset source_asset = 13;Relationship.BuilderRelationship.Builder. mergeTargetAsset(Asset value).com.cognite.beam.proto.Asset target_asset = 18;static Asset.BuilderAsset. newBuilder(Asset prototype)Relationship.BuilderRelationship.Builder. setSourceAsset(Asset value).com.cognite.beam.proto.Asset source_asset = 13;Relationship.BuilderRelationship.Builder. setTargetAsset(Asset value).com.cognite.beam.proto.Asset target_asset = 18; -
Uses of Asset in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Asset Modifier and Type Method Description static AssetAssetParser. parseAsset(String json)Parses an event json string toAssetproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type Asset Modifier and Type Method Description static Map<String,Object>AssetParser. toRequestInsertItem(Asset element)Builds a request insert item object fromAsset.static Map<String,Object>AssetParser. toRequestReplaceItem(Asset element)Builds a request replace item object fromAsset.static Map<String,Object>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 Asset Modifier and Type Method Description static List<Asset>DataGenerator. generateAssetHierarchy(int noObjects)static List<Asset>DataGenerator. generateAssets(int noObjects)
-