public static final class Span.TimeEvent.MessageEvent extends GeneratedMessageV3 implements Span.TimeEvent.MessageEventOrBuilder
An event describing a message sent/received between Spans.Protobuf type
google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent| Modifier and Type | Class and Description |
|---|---|
static class |
Span.TimeEvent.MessageEvent.Builder
An event describing a message sent/received between Spans.
|
static class |
Span.TimeEvent.MessageEvent.Type
Indicates whether the message was sent or received.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COMPRESSED_SIZE_BYTES_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
UNCOMPRESSED_SIZE_BYTES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TYPE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int UNCOMPRESSED_SIZE_BYTES_FIELD_NUMBER
public static final int COMPRESSED_SIZE_BYTES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public int getTypeValue()
Type of MessageEvent. Indicates whether the message was sent or received.
.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent.Type type = 1;getTypeValue in interface Span.TimeEvent.MessageEventOrBuilderpublic 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;getType in interface Span.TimeEvent.MessageEventOrBuilderpublic 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;getId in interface Span.TimeEvent.MessageEventOrBuilderpublic long getUncompressedSizeBytes()
The number of uncompressed bytes sent or received.
int64 uncompressed_size_bytes = 3;getUncompressedSizeBytes in interface Span.TimeEvent.MessageEventOrBuilderpublic 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;getCompressedSizeBytes in interface Span.TimeEvent.MessageEventOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Span.TimeEvent.MessageEvent parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Span.TimeEvent.MessageEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Span.TimeEvent.MessageEvent parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Span.TimeEvent.MessageEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Span.TimeEvent.MessageEvent.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Span.TimeEvent.MessageEvent.Builder newBuilder()
public static Span.TimeEvent.MessageEvent.Builder newBuilder(Span.TimeEvent.MessageEvent prototype)
public Span.TimeEvent.MessageEvent.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Span.TimeEvent.MessageEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Span.TimeEvent.MessageEvent getDefaultInstance()
public static Parser<Span.TimeEvent.MessageEvent> parser()
public Parser<Span.TimeEvent.MessageEvent> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Span.TimeEvent.MessageEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder