public static interface Span.TimeEvent.MessageEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCompressedSize()
The number of compressed bytes sent or received.
|
long |
getId()
An identifier for the MessageEvent's message that can be used to match
SENT and RECEIVED MessageEvents.
|
Span.TimeEvent.MessageEvent.Type |
getType()
The type of MessageEvent.
|
int |
getTypeValue()
The type of MessageEvent.
|
long |
getUncompressedSize()
The number of uncompressed bytes sent or received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of MessageEvent. Indicates whether the message was sent or received.
.opencensus.proto.trace.v1.Span.TimeEvent.MessageEvent.Type type = 1;Span.TimeEvent.MessageEvent.Type getType()
The type of MessageEvent. Indicates whether the message was sent or received.
.opencensus.proto.trace.v1.Span.TimeEvent.MessageEvent.Type type = 1;long getId()
An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents. For example, this field could represent a sequence ID for a streaming RPC. It is recommended to be unique within a Span.
uint64 id = 2;long getUncompressedSize()
The number of uncompressed bytes sent or received.
uint64 uncompressed_size = 3;long getCompressedSize()
The number of compressed bytes sent or received. If zero, assumed to be the same size as uncompressed.
uint64 compressed_size = 4;