接口 MeterDataOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
MeterData, MeterData.Builder

public interface MeterDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    .skywalking.v3.MeterHistogram histogram = 2;
    .skywalking.v3.MeterHistogram histogram = 2;
     
    Service name, be set value in the first element in the stream-call.
    com.google.protobuf.ByteString
    Service name, be set value in the first element in the stream-call.
    Service instance name, be set value in the first element in the stream-call.
    com.google.protobuf.ByteString
    Service instance name, be set value in the first element in the stream-call.
    .skywalking.v3.MeterSingleValue singleValue = 1;
    .skywalking.v3.MeterSingleValue singleValue = 1;
    long
    Meter data report time, be set value in the first element in the stream-call.
    boolean
    .skywalking.v3.MeterHistogram histogram = 2;
    boolean
    .skywalking.v3.MeterSingleValue singleValue = 1;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • hasSingleValue

      boolean hasSingleValue()
      .skywalking.v3.MeterSingleValue singleValue = 1;
      返回:
      Whether the singleValue field is set.
    • getSingleValue

      MeterSingleValue getSingleValue()
      .skywalking.v3.MeterSingleValue singleValue = 1;
      返回:
      The singleValue.
    • getSingleValueOrBuilder

      MeterSingleValueOrBuilder getSingleValueOrBuilder()
      .skywalking.v3.MeterSingleValue singleValue = 1;
    • hasHistogram

      boolean hasHistogram()
      .skywalking.v3.MeterHistogram histogram = 2;
      返回:
      Whether the histogram field is set.
    • getHistogram

      MeterHistogram getHistogram()
      .skywalking.v3.MeterHistogram histogram = 2;
      返回:
      The histogram.
    • getHistogramOrBuilder

      MeterHistogramOrBuilder getHistogramOrBuilder()
      .skywalking.v3.MeterHistogram histogram = 2;
    • getService

      String getService()
       Service name, be set value in the first element in the stream-call.
       
      string service = 3;
      返回:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
       Service name, be set value in the first element in the stream-call.
       
      string service = 3;
      返回:
      The bytes for service.
    • getServiceInstance

      String getServiceInstance()
       Service instance name, be set value in the first element in the stream-call.
       
      string serviceInstance = 4;
      返回:
      The serviceInstance.
    • getServiceInstanceBytes

      com.google.protobuf.ByteString getServiceInstanceBytes()
       Service instance name, be set value in the first element in the stream-call.
       
      string serviceInstance = 4;
      返回:
      The bytes for serviceInstance.
    • getTimestamp

      long getTimestamp()
       Meter data report time, be set value in the first element in the stream-call.
       
      int64 timestamp = 5;
      返回:
      The timestamp.
    • getMetricCase

      MeterData.MetricCase getMetricCase()