public static interface Service.LogMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Name of the metric.
|
com.google.protobuf.ByteString |
getKeyBytes()
Name of the metric.
|
String |
getRunUuid()
ID of the run under which to log the metric.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run under which to log the metric.
|
long |
getTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
|
double |
getValue()
Double value of the metric being logged.
|
boolean |
hasKey()
Name of the metric.
|
boolean |
hasRunUuid()
ID of the run under which to log the metric.
|
boolean |
hasTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
|
boolean |
hasValue()
Double value of the metric being logged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
ID of the run under which to log the metric.
optional string run_uuid = 1 [(.validate_required) = true];
String getRunUuid()
ID of the run under which to log the metric.
optional string run_uuid = 1 [(.validate_required) = true];
com.google.protobuf.ByteString getRunUuidBytes()
ID of the run under which to log the metric.
optional string run_uuid = 1 [(.validate_required) = true];
boolean hasKey()
Name of the metric.
optional string key = 2 [(.validate_required) = true];
String getKey()
Name of the metric.
optional string key = 2 [(.validate_required) = true];
com.google.protobuf.ByteString getKeyBytes()
Name of the metric.
optional string key = 2 [(.validate_required) = true];
boolean hasValue()
Double value of the metric being logged.
optional double value = 3 [(.validate_required) = true];
double getValue()
Double value of the metric being logged.
optional double value = 3 [(.validate_required) = true];
boolean hasTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.validate_required) = true];
long getTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.validate_required) = true];
Copyright © 2018. All rights reserved.