MetricEntryOrBuilder

الواجهة العامة MetricEntryOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة com.google.protobuf.DoubleValue
الحصول على القيمة القصوى ()
 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
الحصول على القيمة ()
 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;
سلسلة مجردة
الحصول على الاسم ()
 Metric name
 
string name = 1;
مجردة com.google.protobuf.ByteString
الحصول على اسم بايت ()
 Metric name
 
string name = 1;
مجردة مزدوجة
الحصول على قيمة ()
 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;

سلسلة 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;