public static interface Span.TimeEvent.MessageEventOrBuilder
extends com.google.protobuf.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, hasOneofint 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.
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, the compressed size is assumed to be the same size as the uncompressed size.
int64 compressed_size_bytes = 4;Copyright © 2024 Google LLC. All rights reserved.