public interface MeterDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MeterHistogram |
getHistogram()
.skywalking.v3.MeterHistogram histogram = 2; |
MeterHistogramOrBuilder |
getHistogramOrBuilder()
.skywalking.v3.MeterHistogram histogram = 2; |
MeterData.MetricCase |
getMetricCase() |
String |
getService()
Service name, be set value in the first element in the stream-call.
|
com.google.protobuf.ByteString |
getServiceBytes()
Service name, be set value in the first element in the stream-call.
|
String |
getServiceInstance()
Service instance name, be set value in the first element in the stream-call.
|
com.google.protobuf.ByteString |
getServiceInstanceBytes()
Service instance name, be set value in the first element in the stream-call.
|
MeterSingleValue |
getSingleValue()
.skywalking.v3.MeterSingleValue singleValue = 1; |
MeterSingleValueOrBuilder |
getSingleValueOrBuilder()
.skywalking.v3.MeterSingleValue singleValue = 1; |
long |
getTimestamp()
Meter data report time, be set value in the first element in the stream-call.
|
boolean |
hasHistogram()
.skywalking.v3.MeterHistogram histogram = 2; |
boolean |
hasSingleValue()
.skywalking.v3.MeterSingleValue singleValue = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSingleValue()
.skywalking.v3.MeterSingleValue singleValue = 1;MeterSingleValue getSingleValue()
.skywalking.v3.MeterSingleValue singleValue = 1;MeterSingleValueOrBuilder getSingleValueOrBuilder()
.skywalking.v3.MeterSingleValue singleValue = 1;boolean hasHistogram()
.skywalking.v3.MeterHistogram histogram = 2;MeterHistogram getHistogram()
.skywalking.v3.MeterHistogram histogram = 2;MeterHistogramOrBuilder getHistogramOrBuilder()
.skywalking.v3.MeterHistogram histogram = 2;String getService()
Service name, be set value in the first element in the stream-call.
string service = 3;com.google.protobuf.ByteString getServiceBytes()
Service name, be set value in the first element in the stream-call.
string service = 3;String getServiceInstance()
Service instance name, be set value in the first element in the stream-call.
string serviceInstance = 4;com.google.protobuf.ByteString getServiceInstanceBytes()
Service instance name, be set value in the first element in the stream-call.
string serviceInstance = 4;long getTimestamp()
Meter data report time, be set value in the first element in the stream-call.
int64 timestamp = 5;MeterData.MetricCase getMetricCase()
Copyright © 2022 The Apache Software Foundation. All rights reserved.