Package io.grpc.binarylog.v1
Interface MetadataEntryOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
MetadataEntry,MetadataEntry.Builder
public interface MetadataEntryOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()string key = 1;ByteStringgetKeyBytes()string key = 1;ByteStringgetValue()bytes value = 2;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
String getKey()
string key = 1;- Returns:
- The key.
-
getKeyBytes
ByteString getKeyBytes()
string key = 1;- Returns:
- The bytes for key.
-
getValue
ByteString getValue()
bytes value = 2;- Returns:
- The value.
-
-