MetricEntryOrBuilder

public interface MetricEntryOrBuilder
Known Indirect Subclasses

Public Methods

abstract com.google.protobuf.DoubleValue
getMaxValue()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
abstract com.google.protobuf.DoubleValueOrBuilder
getMaxValueOrBuilder()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
abstract com.google.protobuf.DoubleValue
getMinValue()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
abstract com.google.protobuf.DoubleValueOrBuilder
getMinValueOrBuilder()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
abstract String
getName()
 Metric name
 
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
 Metric name
 
string name = 1;
abstract double
getValue()
 Metric value
 
double value = 2;
abstract boolean
hasMaxValue()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
abstract boolean
hasMinValue()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

Public Methods

public abstract com.google.protobuf.DoubleValue getMaxValue ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public abstract com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public abstract com.google.protobuf.DoubleValue getMinValue ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public abstract com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public abstract String getName ()

 Metric name
 
string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

 Metric name
 
string name = 1;

public abstract double getValue ()

 Metric value
 
double value = 2;

public abstract boolean hasMaxValue ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public abstract boolean hasMinValue ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;