MetricEntryOrBuilder

パブリック インターフェイスMetricEntryOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な com.google.protobuf.DoubleValue
getMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
抽象的な com.google.protobuf.DoubleValueOrBuilder
getMaxValueOrBuilder ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
抽象的な com.google.protobuf.DoubleValue
getMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
抽象的な com.google.protobuf.DoubleValueOrBuilder
getMinValueOrBuilder ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
抽象文字列
getName ()
 Metric name
 
string name = 1;
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Metric name
 
string name = 1;
抽象的なダブル
getValue ()
 Metric value
 
double value = 2;
抽象ブール値
hasMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
抽象ブール値
hasMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

パブリックメソッド

パブリック抽象 com.google.protobuf.DoubleValue getMaxValue ()

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

パブリック抽象 com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder ()

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

パブリック抽象 com.google.protobuf.DoubleValue getMinValue ()

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

パブリック抽象 com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder ()

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

パブリック抽象 String getName ()

 Metric name
 
string name = 1;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

 Metric name
 
string name = 1;

パブリック抽象ダブルgetValue ()

 Metric value
 
double value = 2;

パブリック抽象ブール値hasMaxValue ()

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

パブリック抽象ブール値hasMinValue ()

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