Uses of Class
io.opencensus.proto.metrics.v1.Metric
-
Packages that use Metric Package Description io.opencensus.proto.agent.metrics.v1 io.opencensus.proto.metrics.v1 -
-
Uses of Metric in io.opencensus.proto.agent.metrics.v1
Methods in io.opencensus.proto.agent.metrics.v1 that return Metric Modifier and Type Method Description MetricExportMetricsServiceRequest.Builder. getMetrics(int index)A list of metrics that belong to the last received Node.MetricExportMetricsServiceRequest. getMetrics(int index)A list of metrics that belong to the last received Node.MetricExportMetricsServiceRequestOrBuilder. getMetrics(int index)A list of metrics that belong to the last received Node.Methods in io.opencensus.proto.agent.metrics.v1 that return types with arguments of type Metric Modifier and Type Method Description List<Metric>ExportMetricsServiceRequest.Builder. getMetricsList()A list of metrics that belong to the last received Node.List<Metric>ExportMetricsServiceRequest. getMetricsList()A list of metrics that belong to the last received Node.List<Metric>ExportMetricsServiceRequestOrBuilder. getMetricsList()A list of metrics that belong to the last received Node.Methods in io.opencensus.proto.agent.metrics.v1 with parameters of type Metric Modifier and Type Method Description ExportMetricsServiceRequest.BuilderExportMetricsServiceRequest.Builder. addMetrics(int index, Metric value)A list of metrics that belong to the last received Node.ExportMetricsServiceRequest.BuilderExportMetricsServiceRequest.Builder. addMetrics(Metric value)A list of metrics that belong to the last received Node.ExportMetricsServiceRequest.BuilderExportMetricsServiceRequest.Builder. setMetrics(int index, Metric value)A list of metrics that belong to the last received Node.Method parameters in io.opencensus.proto.agent.metrics.v1 with type arguments of type Metric Modifier and Type Method Description ExportMetricsServiceRequest.BuilderExportMetricsServiceRequest.Builder. addAllMetrics(Iterable<? extends Metric> values)A list of metrics that belong to the last received Node. -
Uses of Metric in io.opencensus.proto.metrics.v1
Methods in io.opencensus.proto.metrics.v1 that return Metric Modifier and Type Method Description MetricMetric.Builder. build()MetricMetric.Builder. buildPartial()static MetricMetric. getDefaultInstance()MetricMetric.Builder. getDefaultInstanceForType()MetricMetric. getDefaultInstanceForType()static MetricMetric. parseDelimitedFrom(InputStream input)static MetricMetric. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricMetric. parseFrom(byte[] data)static MetricMetric. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricMetric. parseFrom(com.google.protobuf.ByteString data)static MetricMetric. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricMetric. parseFrom(com.google.protobuf.CodedInputStream input)static MetricMetric. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricMetric. parseFrom(InputStream input)static MetricMetric. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricMetric. parseFrom(ByteBuffer data)static MetricMetric. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type Metric Modifier and Type Method Description com.google.protobuf.Parser<Metric>Metric. getParserForType()static com.google.protobuf.Parser<Metric>Metric. parser()Methods in io.opencensus.proto.metrics.v1 with parameters of type Metric Modifier and Type Method Description Metric.BuilderMetric.Builder. mergeFrom(Metric other)static Metric.BuilderMetric. newBuilder(Metric prototype)
-