public interface TypedValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()The value of the metric as double.
double double_value = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleValue. |
getInt64Value()
public abstract long getInt64Value()The value of the metric as int.
int64 int64_value = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Value. |
getValueCase()
public abstract TypedValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
TypedValue.ValueCase |
|
hasDoubleValue()
public abstract boolean hasDoubleValue()The value of the metric as double.
double double_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()The value of the metric as int.
int64 int64_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Value field is set. |