общедоступный интерфейс 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 | 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; |
абстрактная строка | получитьИмя () Metric name string name = 1; |
абстрактный com.google.protobuf.ByteString | getNameBytes () Metric name string name = 1; |
абстрактный двойник | получить значение () Metric value double value = 2; |
абстрактное логическое значение | имеетМаксЗначение () The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4; |
абстрактное логическое значение | имеетминвалуе () 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;