Class StreamTapsRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.service.tap.v2alpha.StreamTapsRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StreamTapsRequestOrBuilder,Serializable
public final class StreamTapsRequest extends com.google.protobuf.GeneratedMessageV3 implements StreamTapsRequestOrBuilder
[#not-implemented-hide:] Stream message for the Tap API. Envoy will open a stream to the server and stream taps without ever expecting a response.
Protobuf typeenvoy.service.tap.v2alpha.StreamTapsRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamTapsRequest.Builder[#not-implemented-hide:] Stream message for the Tap API.static classStreamTapsRequest.IdentifierProtobuf typeenvoy.service.tap.v2alpha.StreamTapsRequest.Identifierstatic interfaceStreamTapsRequest.IdentifierOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intIDENTIFIER_FIELD_NUMBERstatic intTRACE_FIELD_NUMBERstatic intTRACE_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static StreamTapsRequestgetDefaultInstance()StreamTapsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StreamTapsRequest.IdentifiergetIdentifier()Identifier data effectively is a structured metadata.StreamTapsRequest.IdentifierOrBuildergetIdentifierOrBuilder()Identifier data effectively is a structured metadata.com.google.protobuf.Parser<StreamTapsRequest>getParserForType()intgetSerializedSize()TraceWrappergetTrace()The trace data.longgetTraceId()The trace id. this can be used to merge together a streaming trace.TraceWrapperOrBuildergetTraceOrBuilder()The trace data.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasIdentifier()Identifier data effectively is a structured metadata.booleanhasTrace()The trace data.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static StreamTapsRequest.BuildernewBuilder()static StreamTapsRequest.BuildernewBuilder(StreamTapsRequest prototype)StreamTapsRequest.BuildernewBuilderForType()protected StreamTapsRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static StreamTapsRequestparseDelimitedFrom(InputStream input)static StreamTapsRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamTapsRequestparseFrom(byte[] data)static StreamTapsRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamTapsRequestparseFrom(com.google.protobuf.ByteString data)static StreamTapsRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamTapsRequestparseFrom(com.google.protobuf.CodedInputStream input)static StreamTapsRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamTapsRequestparseFrom(InputStream input)static StreamTapsRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamTapsRequestparseFrom(ByteBuffer data)static StreamTapsRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<StreamTapsRequest>parser()StreamTapsRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
IDENTIFIER_FIELD_NUMBER
public static final int IDENTIFIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRACE_ID_FIELD_NUMBER
public static final int TRACE_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRACE_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasIdentifier
public boolean hasIdentifier()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v2alpha.StreamTapsRequest.Identifier identifier = 1;- Specified by:
hasIdentifierin interfaceStreamTapsRequestOrBuilder- Returns:
- Whether the identifier field is set.
-
getIdentifier
public StreamTapsRequest.Identifier getIdentifier()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v2alpha.StreamTapsRequest.Identifier identifier = 1;- Specified by:
getIdentifierin interfaceStreamTapsRequestOrBuilder- Returns:
- The identifier.
-
getIdentifierOrBuilder
public StreamTapsRequest.IdentifierOrBuilder getIdentifierOrBuilder()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v2alpha.StreamTapsRequest.Identifier identifier = 1;- Specified by:
getIdentifierOrBuilderin interfaceStreamTapsRequestOrBuilder
-
getTraceId
public long getTraceId()
The trace id. this can be used to merge together a streaming trace. Note that the trace_id is not guaranteed to be spatially or temporally unique.
uint64 trace_id = 2;- Specified by:
getTraceIdin interfaceStreamTapsRequestOrBuilder- Returns:
- The traceId.
-
hasTrace
public boolean hasTrace()
The trace data.
.envoy.data.tap.v2alpha.TraceWrapper trace = 3;- Specified by:
hasTracein interfaceStreamTapsRequestOrBuilder- Returns:
- Whether the trace field is set.
-
getTrace
public TraceWrapper getTrace()
The trace data.
.envoy.data.tap.v2alpha.TraceWrapper trace = 3;- Specified by:
getTracein interfaceStreamTapsRequestOrBuilder- Returns:
- The trace.
-
getTraceOrBuilder
public TraceWrapperOrBuilder getTraceOrBuilder()
The trace data.
.envoy.data.tap.v2alpha.TraceWrapper trace = 3;- Specified by:
getTraceOrBuilderin interfaceStreamTapsRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StreamTapsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StreamTapsRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StreamTapsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StreamTapsRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StreamTapsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static StreamTapsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StreamTapsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public StreamTapsRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StreamTapsRequest.Builder newBuilder()
-
newBuilder
public static StreamTapsRequest.Builder newBuilder(StreamTapsRequest prototype)
-
toBuilder
public StreamTapsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StreamTapsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static StreamTapsRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StreamTapsRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<StreamTapsRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StreamTapsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-