Package com.cognite.client.dto
Enum Transformation.Destination.DataSourceType
- java.lang.Object
-
- java.lang.Enum<Transformation.Destination.DataSourceType>
-
- com.cognite.client.dto.Transformation.Destination.DataSourceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Transformation.Destination.DataSourceType>
- Enclosing class:
- Transformation.Destination
public static enum Transformation.Destination.DataSourceType extends Enum<Transformation.Destination.DataSourceType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumcom.cognite.beam.proto.Transformation.Destination.DataSourceType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSET_HIERARCHYASSET_HIERARCHY = 2;ASSETSASSETS = 0;DATA_SETSDATA_SETS = 11;DATAPOINTSDATAPOINTS = 4;EVENTSEVENTS = 3;FILESFILES = 8;LABELSLABELS = 9;RELATIONSHIPSRELATIONSHIPS = 10;SEQUENCE_ROWSSEQUENCE_ROWS = 7;SEQUENCESSEQUENCES = 6;STRING_DATAPOINTSSTRING_DATAPOINTS = 5;TIMESERIESTIMESERIES = 1;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intASSET_HIERARCHY_VALUEASSET_HIERARCHY = 2;static intASSETS_VALUEASSETS = 0;static intDATA_SETS_VALUEDATA_SETS = 11;static intDATAPOINTS_VALUEDATAPOINTS = 4;static intEVENTS_VALUEEVENTS = 3;static intFILES_VALUEFILES = 8;static intLABELS_VALUELABELS = 9;static intRELATIONSHIPS_VALUERELATIONSHIPS = 10;static intSEQUENCE_ROWS_VALUESEQUENCE_ROWS = 7;static intSEQUENCES_VALUESEQUENCES = 6;static intSTRING_DATAPOINTS_VALUESTRING_DATAPOINTS = 5;static intTIMESERIES_VALUETIMESERIES = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Transformation.Destination.DataSourceTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Transformation.Destination.DataSourceType>internalGetValueMap()static Transformation.Destination.DataSourceTypevalueOf(int value)Deprecated.static Transformation.Destination.DataSourceTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Transformation.Destination.DataSourceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Transformation.Destination.DataSourceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ASSETS
public static final Transformation.Destination.DataSourceType ASSETS
ASSETS = 0;
-
TIMESERIES
public static final Transformation.Destination.DataSourceType TIMESERIES
TIMESERIES = 1;
-
ASSET_HIERARCHY
public static final Transformation.Destination.DataSourceType ASSET_HIERARCHY
ASSET_HIERARCHY = 2;
-
EVENTS
public static final Transformation.Destination.DataSourceType EVENTS
EVENTS = 3;
-
DATAPOINTS
public static final Transformation.Destination.DataSourceType DATAPOINTS
DATAPOINTS = 4;
-
STRING_DATAPOINTS
public static final Transformation.Destination.DataSourceType STRING_DATAPOINTS
STRING_DATAPOINTS = 5;
-
SEQUENCES
public static final Transformation.Destination.DataSourceType SEQUENCES
SEQUENCES = 6;
-
SEQUENCE_ROWS
public static final Transformation.Destination.DataSourceType SEQUENCE_ROWS
SEQUENCE_ROWS = 7;
-
FILES
public static final Transformation.Destination.DataSourceType FILES
FILES = 8;
-
LABELS
public static final Transformation.Destination.DataSourceType LABELS
LABELS = 9;
-
RELATIONSHIPS
public static final Transformation.Destination.DataSourceType RELATIONSHIPS
RELATIONSHIPS = 10;
-
DATA_SETS
public static final Transformation.Destination.DataSourceType DATA_SETS
DATA_SETS = 11;
-
UNRECOGNIZED
public static final Transformation.Destination.DataSourceType UNRECOGNIZED
-
-
Field Detail
-
ASSETS_VALUE
public static final int ASSETS_VALUE
ASSETS = 0;- See Also:
- Constant Field Values
-
TIMESERIES_VALUE
public static final int TIMESERIES_VALUE
TIMESERIES = 1;- See Also:
- Constant Field Values
-
ASSET_HIERARCHY_VALUE
public static final int ASSET_HIERARCHY_VALUE
ASSET_HIERARCHY = 2;- See Also:
- Constant Field Values
-
EVENTS_VALUE
public static final int EVENTS_VALUE
EVENTS = 3;- See Also:
- Constant Field Values
-
DATAPOINTS_VALUE
public static final int DATAPOINTS_VALUE
DATAPOINTS = 4;- See Also:
- Constant Field Values
-
STRING_DATAPOINTS_VALUE
public static final int STRING_DATAPOINTS_VALUE
STRING_DATAPOINTS = 5;- See Also:
- Constant Field Values
-
SEQUENCES_VALUE
public static final int SEQUENCES_VALUE
SEQUENCES = 6;- See Also:
- Constant Field Values
-
SEQUENCE_ROWS_VALUE
public static final int SEQUENCE_ROWS_VALUE
SEQUENCE_ROWS = 7;- See Also:
- Constant Field Values
-
FILES_VALUE
public static final int FILES_VALUE
FILES = 8;- See Also:
- Constant Field Values
-
LABELS_VALUE
public static final int LABELS_VALUE
LABELS = 9;- See Also:
- Constant Field Values
-
RELATIONSHIPS_VALUE
public static final int RELATIONSHIPS_VALUE
RELATIONSHIPS = 10;- See Also:
- Constant Field Values
-
DATA_SETS_VALUE
public static final int DATA_SETS_VALUE
DATA_SETS = 11;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Transformation.Destination.DataSourceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Transformation.Destination.DataSourceType c : Transformation.Destination.DataSourceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Transformation.Destination.DataSourceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Transformation.Destination.DataSourceType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Transformation.Destination.DataSourceType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Transformation.Destination.DataSourceType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Transformation.Destination.DataSourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-