io.opentelemetry.proto.metrics.v1.MetricsDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/metrics/v1/metrics.proto
package io.opentelemetry.proto.metrics.v1;
public interface MetricsDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.metrics.v1.MetricsData)
com.google.protobuf.MessageOrBuilder {
/**
*
* An array of ResourceMetrics.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes that receive data from multiple origins
* typically batch the data before forwarding further and in that case this
* array will contain multiple elements.
*
*
* repeated .opentelemetry.proto.metrics.v1.ResourceMetrics resource_metrics = 1;
*/
java.util.List
getResourceMetricsList();
/**
*
* An array of ResourceMetrics.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes that receive data from multiple origins
* typically batch the data before forwarding further and in that case this
* array will contain multiple elements.
*
*
* repeated .opentelemetry.proto.metrics.v1.ResourceMetrics resource_metrics = 1;
*/
io.opentelemetry.proto.metrics.v1.ResourceMetrics getResourceMetrics(int index);
/**
*
* An array of ResourceMetrics.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes that receive data from multiple origins
* typically batch the data before forwarding further and in that case this
* array will contain multiple elements.
*
*
* repeated .opentelemetry.proto.metrics.v1.ResourceMetrics resource_metrics = 1;
*/
int getResourceMetricsCount();
/**
*
* An array of ResourceMetrics.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes that receive data from multiple origins
* typically batch the data before forwarding further and in that case this
* array will contain multiple elements.
*
*
* repeated .opentelemetry.proto.metrics.v1.ResourceMetrics resource_metrics = 1;
*/
java.util.List extends io.opentelemetry.proto.metrics.v1.ResourceMetricsOrBuilder>
getResourceMetricsOrBuilderList();
/**
*
* An array of ResourceMetrics.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes that receive data from multiple origins
* typically batch the data before forwarding further and in that case this
* array will contain multiple elements.
*
*
* repeated .opentelemetry.proto.metrics.v1.ResourceMetrics resource_metrics = 1;
*/
io.opentelemetry.proto.metrics.v1.ResourceMetricsOrBuilder getResourceMetricsOrBuilder(
int index);
}