public static final class CaptureOuterClass.FileSink extends com.google.protobuf.GeneratedMessageV3 implements CaptureOuterClass.FileSinkOrBuilder
File sink. .. warning:: The current file sink implementation buffers the entire trace in memory prior to writing. This will OOM for long lived sockets and/or where there is a large amount of traffic on the socket.Protobuf type
envoy.config.transport_socket.capture.v2alpha.FileSink| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureOuterClass.FileSink.Builder
File sink.
.. warning::
The current file sink implementation buffers the entire trace in memory
prior to writing.
|
static class |
CaptureOuterClass.FileSink.Format
File format.
|
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 |
FORMAT_FIELD_NUMBER |
static int |
PATH_PREFIX_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CaptureOuterClass.FileSink |
getDefaultInstance() |
CaptureOuterClass.FileSink |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CaptureOuterClass.FileSink.Format |
getFormat()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2; |
int |
getFormatValue()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2; |
com.google.protobuf.Parser<CaptureOuterClass.FileSink> |
getParserForType() |
String |
getPathPrefix()
Path prefix.
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
Path prefix.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CaptureOuterClass.FileSink.Builder |
newBuilder() |
static CaptureOuterClass.FileSink.Builder |
newBuilder(CaptureOuterClass.FileSink prototype) |
CaptureOuterClass.FileSink.Builder |
newBuilderForType() |
protected CaptureOuterClass.FileSink.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CaptureOuterClass.FileSink |
parseDelimitedFrom(InputStream input) |
static CaptureOuterClass.FileSink |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.FileSink |
parseFrom(byte[] data) |
static CaptureOuterClass.FileSink |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.FileSink |
parseFrom(ByteBuffer data) |
static CaptureOuterClass.FileSink |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.FileSink |
parseFrom(com.google.protobuf.ByteString data) |
static CaptureOuterClass.FileSink |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.FileSink |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CaptureOuterClass.FileSink |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CaptureOuterClass.FileSink |
parseFrom(InputStream input) |
static CaptureOuterClass.FileSink |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CaptureOuterClass.FileSink> |
parser() |
CaptureOuterClass.FileSink.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 PATH_PREFIX_FIELD_NUMBER
public static final int FORMAT_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 String getPathPrefix()
Path prefix. The output file will be of the form <path_prefix>_<id>.pb, where <id> is an identifier distinguishing the recorded trace for individual socket instances (the Envoy connection ID).
string path_prefix = 1;getPathPrefix in interface CaptureOuterClass.FileSinkOrBuilderpublic com.google.protobuf.ByteString getPathPrefixBytes()
Path prefix. The output file will be of the form <path_prefix>_<id>.pb, where <id> is an identifier distinguishing the recorded trace for individual socket instances (the Envoy connection ID).
string path_prefix = 1;getPathPrefixBytes in interface CaptureOuterClass.FileSinkOrBuilderpublic int getFormatValue()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2;getFormatValue in interface CaptureOuterClass.FileSinkOrBuilderpublic CaptureOuterClass.FileSink.Format getFormat()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2;getFormat in interface CaptureOuterClass.FileSinkOrBuilderpublic 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.FileSink parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CaptureOuterClass.FileSink parseFrom(InputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.FileSink parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CaptureOuterClass.FileSink parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.FileSink parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CaptureOuterClass.FileSink parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CaptureOuterClass.FileSink parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CaptureOuterClass.FileSink.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CaptureOuterClass.FileSink.Builder newBuilder()
public static CaptureOuterClass.FileSink.Builder newBuilder(CaptureOuterClass.FileSink prototype)
public CaptureOuterClass.FileSink.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CaptureOuterClass.FileSink.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CaptureOuterClass.FileSink getDefaultInstance()
public static com.google.protobuf.Parser<CaptureOuterClass.FileSink> parser()
public com.google.protobuf.Parser<CaptureOuterClass.FileSink> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CaptureOuterClass.FileSink getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.