Interface ValueTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValueType,ValueType.Builder
public interface ValueTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.opentelemetry.proto.profiles.v1experimental.AggregationTemporality aggregation_temporality = 3;int.opentelemetry.proto.profiles.v1experimental.AggregationTemporality aggregation_temporality = 3;longgetType()Index into string table.longgetUnit()Index into string table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
long getType()Index into string table.
int64 type = 1;- Returns:
- The type.
-
getUnit
long getUnit()Index into string table.
int64 unit = 2;- Returns:
- The unit.
-
getAggregationTemporalityValue
int getAggregationTemporalityValue().opentelemetry.proto.profiles.v1experimental.AggregationTemporality aggregation_temporality = 3;- Returns:
- The enum numeric value on the wire for aggregationTemporality.
-
getAggregationTemporality
AggregationTemporality getAggregationTemporality().opentelemetry.proto.profiles.v1experimental.AggregationTemporality aggregation_temporality = 3;- Returns:
- The aggregationTemporality.
-