MetricEntryOrBuilder

interfaccia pubblica MetricEntryOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto 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;
astratto 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;
stringa astratta
getNome ()
 Metric name
 
string name = 1;
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Metric name
 
string name = 1;
doppio astratto
getValore ()
 Metric value
 
double value = 2;
booleano astratto
haMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
booleano astratto
haMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

Metodi pubblici

estratto pubblico 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;

estratto pubblico 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;

stringa astratta pubblica getName ()

 Metric name
 
string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

 Metric name
 
string name = 1;

pubblico astratto doppio getValue ()

 Metric value
 
double value = 2;

pubblico astratto booleano hasMaxValue ()

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

pubblico astratto booleano hasMinValue ()

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