Uses of Class
com.cognite.v1.timeseries.proto.DataPointInsertionItem.IdOrExternalIdCase
-
Packages that use DataPointInsertionItem.IdOrExternalIdCase Package Description com.cognite.v1.timeseries.proto -
-
Uses of DataPointInsertionItem.IdOrExternalIdCase in com.cognite.v1.timeseries.proto
Methods in com.cognite.v1.timeseries.proto that return DataPointInsertionItem.IdOrExternalIdCase Modifier and Type Method Description static DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItem.IdOrExternalIdCase. forNumber(int value)DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItem.Builder. getIdOrExternalIdCase()DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItem. getIdOrExternalIdCase()DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItemOrBuilder. getIdOrExternalIdCase()static DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItem.IdOrExternalIdCase. valueOf(int value)Deprecated.static DataPointInsertionItem.IdOrExternalIdCaseDataPointInsertionItem.IdOrExternalIdCase. valueOf(String name)Returns the enum constant of this type with the specified name.static DataPointInsertionItem.IdOrExternalIdCase[]DataPointInsertionItem.IdOrExternalIdCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-