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, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public 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.MessageEventOrBuilder
public 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.MessageEventOrBuilder
public 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.MessageEventOrBuilder
public long getUncompressedSizeBytes()
The number of uncompressed bytes sent or received.
int64 uncompressed_size_bytes = 3;
getUncompressedSizeBytes
in interface Span.TimeEvent.MessageEventOrBuilder
public 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.MessageEventOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Span.TimeEvent.MessageEvent parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Span.TimeEvent.MessageEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Span.TimeEvent.MessageEvent parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Span.TimeEvent.MessageEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Span.TimeEvent.MessageEvent parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Span.TimeEvent.MessageEvent parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Span.TimeEvent.MessageEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Span.TimeEvent.MessageEvent.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public 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 Message
toBuilder
in interface MessageLite
protected Span.TimeEvent.MessageEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Span.TimeEvent.MessageEvent getDefaultInstance()
public static Parser<Span.TimeEvent.MessageEvent> parser()
public Parser<Span.TimeEvent.MessageEvent> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Span.TimeEvent.MessageEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder