public interface MessageOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getData()
May be truncated or omitted.
|
int |
getLength()
Length of the message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getLength()
Length of the message. It may not be the same as the length of the data field, as the logging payload can be truncated or omitted.
uint32 length = 1;ByteString getData()
May be truncated or omitted.
bytes data = 2;