public static interface Span.TimeEvent.MessageEventOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCompressedSizeBytes()
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()
Type of MessageEvent.
|
int |
getTypeValue()
Type of MessageEvent.
|
long |
getUncompressedSizeBytes()
The number of uncompressed bytes sent or received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getTypeValue()
Type of MessageEvent. Indicates whether the message was sent or received.
.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent.Type type = 1;
Span.TimeEvent.MessageEvent.Type getType()
Type of MessageEvent. Indicates whether the message was sent or received.
.google.devtools.cloudtrace.v2.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. It is recommended to be unique within a Span.
int64 id = 2;
long getUncompressedSizeBytes()
The number of uncompressed bytes sent or received.
int64 uncompressed_size_bytes = 3;
long getCompressedSizeBytes()
The number of compressed bytes sent or received. If missing assumed to be the same size as uncompressed.
int64 compressed_size_bytes = 4;