Package io.opentelemetry.proto.common.v1
Interface StringKeyValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringKeyValue,StringKeyValue.Builder
@Deprecated public interface StringKeyValueOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetKey()Deprecated.string key = 1;com.google.protobuf.ByteStringgetKeyBytes()Deprecated.string key = 1;StringgetValue()Deprecated.string value = 2;com.google.protobuf.ByteStringgetValueBytes()Deprecated.string value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-