public static final class CaptureOuterClass.Capture extends com.google.protobuf.GeneratedMessageV3 implements CaptureOuterClass.CaptureOrBuilder
Configuration for capture transport socket. This wraps another transport socket, providing the ability to interpose and record in plain text any traffic that is surfaced to Envoy.Protobuf type
envoy.config.transport_socket.capture.v2alpha.Capture| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureOuterClass.Capture.Builder
Configuration for capture transport socket.
|
static class |
CaptureOuterClass.Capture.SinkSelectorCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_SINK_FIELD_NUMBER |
static int |
TRANSPORT_SOCKET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CaptureOuterClass.Capture |
getDefaultInstance() |
CaptureOuterClass.Capture |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CaptureOuterClass.FileSink |
getFileSink()
Trace is to be written to a file sink.
|
CaptureOuterClass.FileSinkOrBuilder |
getFileSinkOrBuilder()
Trace is to be written to a file sink.
|
com.google.protobuf.Parser<CaptureOuterClass.Capture> |
getParserForType() |
int |
getSerializedSize() |
CaptureOuterClass.Capture.SinkSelectorCase |
getSinkSelectorCase() |
Base.TransportSocket |
getTransportSocket()
The underlying transport socket being wrapped.
|
Base.TransportSocketOrBuilder |
getTransportSocketOrBuilder()
The underlying transport socket being wrapped.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFileSink()
Trace is to be written to a file sink.
|
int |
hashCode() |
boolean |
hasTransportSocket()
The underlying transport socket being wrapped.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CaptureOuterClass.Capture.Builder |
newBuilder() |
static CaptureOuterClass.Capture.Builder |
newBuilder(CaptureOuterClass.Capture prototype) |
CaptureOuterClass.Capture.Builder |
newBuilderForType() |
protected CaptureOuterClass.Capture.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CaptureOuterClass.Capture |
parseDelimitedFrom(InputStream input) |
static CaptureOuterClass.Capture |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.Capture |
parseFrom(byte[] data) |
static CaptureOuterClass.Capture |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.Capture |
parseFrom(ByteBuffer data) |
static CaptureOuterClass.Capture |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.Capture |
parseFrom(com.google.protobuf.ByteString data) |
static CaptureOuterClass.Capture |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.Capture |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CaptureOuterClass.Capture |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.Capture |
parseFrom(InputStream input) |
static CaptureOuterClass.Capture |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CaptureOuterClass.Capture> |
parser() |
CaptureOuterClass.Capture.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FILE_SINK_FIELD_NUMBER
public static final int TRANSPORT_SOCKET_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public CaptureOuterClass.Capture.SinkSelectorCase getSinkSelectorCase()
getSinkSelectorCase in interface CaptureOuterClass.CaptureOrBuilderpublic boolean hasFileSink()
Trace is to be written to a file sink.
.envoy.config.transport_socket.capture.v2alpha.FileSink file_sink = 1;hasFileSink in interface CaptureOuterClass.CaptureOrBuilderpublic CaptureOuterClass.FileSink getFileSink()
Trace is to be written to a file sink.
.envoy.config.transport_socket.capture.v2alpha.FileSink file_sink = 1;getFileSink in interface CaptureOuterClass.CaptureOrBuilderpublic CaptureOuterClass.FileSinkOrBuilder getFileSinkOrBuilder()
Trace is to be written to a file sink.
.envoy.config.transport_socket.capture.v2alpha.FileSink file_sink = 1;getFileSinkOrBuilder in interface CaptureOuterClass.CaptureOrBuilderpublic boolean hasTransportSocket()
The underlying transport socket being wrapped.
.envoy.api.v2.core.TransportSocket transport_socket = 2;hasTransportSocket in interface CaptureOuterClass.CaptureOrBuilderpublic Base.TransportSocket getTransportSocket()
The underlying transport socket being wrapped.
.envoy.api.v2.core.TransportSocket transport_socket = 2;getTransportSocket in interface CaptureOuterClass.CaptureOrBuilderpublic Base.TransportSocketOrBuilder getTransportSocketOrBuilder()
The underlying transport socket being wrapped.
.envoy.api.v2.core.TransportSocket transport_socket = 2;getTransportSocketOrBuilder in interface CaptureOuterClass.CaptureOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CaptureOuterClass.Capture parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.Capture parseFrom(InputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.Capture parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CaptureOuterClass.Capture parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.Capture parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CaptureOuterClass.Capture parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.Capture parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CaptureOuterClass.Capture.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CaptureOuterClass.Capture.Builder newBuilder()
public static CaptureOuterClass.Capture.Builder newBuilder(CaptureOuterClass.Capture prototype)
public CaptureOuterClass.Capture.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CaptureOuterClass.Capture.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CaptureOuterClass.Capture getDefaultInstance()
public static com.google.protobuf.Parser<CaptureOuterClass.Capture> parser()
public com.google.protobuf.Parser<CaptureOuterClass.Capture> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CaptureOuterClass.Capture getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.