Package com.cognite.client.dto
Interface Transformation.Job.MetricOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Job.Metric,Transformation.Job.Metric.Builder
- Enclosing class:
- Transformation.Job
public static interface Transformation.Job.MetricOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()optional int64 count = 3;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;longgetTimestamp()optional int64 timestamp = 1;booleanhasCount()optional int64 count = 3;booleanhasName()optional string name = 2;booleanhasTimestamp()optional int64 timestamp = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimestamp
boolean hasTimestamp()
optional int64 timestamp = 1;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
optional int64 timestamp = 1;- Returns:
- The timestamp.
-
hasName
boolean hasName()
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;- Returns:
- The bytes for name.
-
hasCount
boolean hasCount()
optional int64 count = 3;- Returns:
- Whether the count field is set.
-
getCount
long getCount()
optional int64 count = 3;- Returns:
- The count.
-
-