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
Modifier and TypeMethodDescriptionlonggetCount()optional int64 count = 3;getName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;longoptional int64 timestamp = 1;booleanhasCount()optional int64 count = 3;booleanhasName()optional string name = 2;booleanoptional int64 timestamp = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-