public interface ExportMetricsServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Metric |
getMetrics(int index)
A list of metrics that belong to the last received Node.
|
int |
getMetricsCount()
A list of metrics that belong to the last received Node.
|
List<Metric> |
getMetricsList()
A list of metrics that belong to the last received Node.
|
MetricOrBuilder |
getMetricsOrBuilder(int index)
A list of metrics that belong to the last received Node.
|
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
A list of metrics that belong to the last received Node.
|
Node |
getNode()
This is required only in the first message on the stream or if the
previous sent ExportMetricsServiceRequest message has a different Node (e.g.
|
NodeOrBuilder |
getNodeOrBuilder()
This is required only in the first message on the stream or if the
previous sent ExportMetricsServiceRequest message has a different Node (e.g.
|
Resource |
getResource()
The resource for the metrics in this message that do not have an explicit
resource set.
|
ResourceOrBuilder |
getResourceOrBuilder()
The resource for the metrics in this message that do not have an explicit
resource set.
|
boolean |
hasNode()
This is required only in the first message on the stream or if the
previous sent ExportMetricsServiceRequest message has a different Node (e.g.
|
boolean |
hasResource()
The resource for the metrics in this message that do not have an explicit
resource set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
This is required only in the first message on the stream or if the previous sent ExportMetricsServiceRequest message has a different Node (e.g. when the same RPC is used to send Metrics from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;Node getNode()
This is required only in the first message on the stream or if the previous sent ExportMetricsServiceRequest message has a different Node (e.g. when the same RPC is used to send Metrics from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;NodeOrBuilder getNodeOrBuilder()
This is required only in the first message on the stream or if the previous sent ExportMetricsServiceRequest message has a different Node (e.g. when the same RPC is used to send Metrics from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;List<Metric> getMetricsList()
A list of metrics that belong to the last received Node.
repeated .opencensus.proto.metrics.v1.Metric metrics = 2;Metric getMetrics(int index)
A list of metrics that belong to the last received Node.
repeated .opencensus.proto.metrics.v1.Metric metrics = 2;int getMetricsCount()
A list of metrics that belong to the last received Node.
repeated .opencensus.proto.metrics.v1.Metric metrics = 2;List<? extends MetricOrBuilder> getMetricsOrBuilderList()
A list of metrics that belong to the last received Node.
repeated .opencensus.proto.metrics.v1.Metric metrics = 2;MetricOrBuilder getMetricsOrBuilder(int index)
A list of metrics that belong to the last received Node.
repeated .opencensus.proto.metrics.v1.Metric metrics = 2;boolean hasResource()
The resource for the metrics in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known at all or when all sent metrics have an explicit resource set.
.opencensus.proto.resource.v1.Resource resource = 3;Resource getResource()
The resource for the metrics in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known at all or when all sent metrics have an explicit resource set.
.opencensus.proto.resource.v1.Resource resource = 3;ResourceOrBuilder getResourceOrBuilder()
The resource for the metrics in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known at all or when all sent metrics have an explicit resource set.
.opencensus.proto.resource.v1.Resource resource = 3;