Interface HTTPServiceMeshMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HTTPServiceMeshMetrics, HTTPServiceMeshMetrics.Builder

public interface HTTPServiceMeshMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getMetrics(int index)
    repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    int
    repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMetricsList

      List<HTTPServiceMeshMetric> getMetricsList()
      repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    • getMetrics

      HTTPServiceMeshMetric getMetrics(int index)
      repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    • getMetricsCount

      int getMetricsCount()
      repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    • getMetricsOrBuilderList

      List<? extends HTTPServiceMeshMetricOrBuilder> getMetricsOrBuilderList()
      repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;
    • getMetricsOrBuilder

      HTTPServiceMeshMetricOrBuilder getMetricsOrBuilder(int index)
      repeated .skywalking.v3.HTTPServiceMeshMetric metrics = 1;