public final class OutputSink extends com.google.protobuf.GeneratedMessageV3 implements OutputSinkOrBuilder
Tap output sink configuration.Protobuf type
envoy.config.tap.v4alpha.OutputSink| Modifier and Type | Class and Description |
|---|---|
static class |
OutputSink.Builder
Tap output sink configuration.
|
static class |
OutputSink.Format
Output format.
|
static class |
OutputSink.OutputSinkTypeCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_PER_TAP_FIELD_NUMBER |
static int |
FORMAT_FIELD_NUMBER |
static int |
STREAMING_ADMIN_FIELD_NUMBER |
static int |
STREAMING_GRPC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static OutputSink |
getDefaultInstance() |
OutputSink |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilePerTapSink |
getFilePerTap()
Tap output will be written to a file per tap sink.
|
FilePerTapSinkOrBuilder |
getFilePerTapOrBuilder()
Tap output will be written to a file per tap sink.
|
OutputSink.Format |
getFormat()
Sink output format.
|
int |
getFormatValue()
Sink output format.
|
OutputSink.OutputSinkTypeCase |
getOutputSinkTypeCase() |
com.google.protobuf.Parser<OutputSink> |
getParserForType() |
int |
getSerializedSize() |
StreamingAdminSink |
getStreamingAdmin()
Tap output will be streamed out the :http:post:`/tap` admin endpoint.
.. attention::
It is only allowed to specify the streaming admin output sink if the tap is being
configured from the :http:post:`/tap` admin endpoint.
|
StreamingAdminSinkOrBuilder |
getStreamingAdminOrBuilder()
Tap output will be streamed out the :http:post:`/tap` admin endpoint.
.. attention::
It is only allowed to specify the streaming admin output sink if the tap is being
configured from the :http:post:`/tap` admin endpoint.
|
StreamingGrpcSink |
getStreamingGrpc()
[#not-implemented-hide:]
GrpcService to stream data to.
|
StreamingGrpcSinkOrBuilder |
getStreamingGrpcOrBuilder()
[#not-implemented-hide:]
GrpcService to stream data to.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFilePerTap()
Tap output will be written to a file per tap sink.
|
int |
hashCode() |
boolean |
hasStreamingAdmin()
Tap output will be streamed out the :http:post:`/tap` admin endpoint.
.. attention::
It is only allowed to specify the streaming admin output sink if the tap is being
configured from the :http:post:`/tap` admin endpoint.
|
boolean |
hasStreamingGrpc()
[#not-implemented-hide:]
GrpcService to stream data to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OutputSink.Builder |
newBuilder() |
static OutputSink.Builder |
newBuilder(OutputSink prototype) |
OutputSink.Builder |
newBuilderForType() |
protected OutputSink.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static OutputSink |
parseDelimitedFrom(InputStream input) |
static OutputSink |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutputSink |
parseFrom(byte[] data) |
static OutputSink |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutputSink |
parseFrom(ByteBuffer data) |
static OutputSink |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutputSink |
parseFrom(com.google.protobuf.ByteString data) |
static OutputSink |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutputSink |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OutputSink |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutputSink |
parseFrom(InputStream input) |
static OutputSink |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OutputSink> |
parser() |
OutputSink.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FORMAT_FIELD_NUMBER
public static final int STREAMING_ADMIN_FIELD_NUMBER
public static final int FILE_PER_TAP_FIELD_NUMBER
public static final int STREAMING_GRPC_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 OutputSink.OutputSinkTypeCase getOutputSinkTypeCase()
getOutputSinkTypeCase in interface OutputSinkOrBuilderpublic int getFormatValue()
Sink output format.
.envoy.config.tap.v4alpha.OutputSink.Format format = 1 [(.validate.rules) = { ... }getFormatValue in interface OutputSinkOrBuilderpublic OutputSink.Format getFormat()
Sink output format.
.envoy.config.tap.v4alpha.OutputSink.Format format = 1 [(.validate.rules) = { ... }getFormat in interface OutputSinkOrBuilderpublic boolean hasStreamingAdmin()
Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint. Thus, if an extension has been configured to receive tap configuration from some other source (e.g., static file, XDS, etc.) configuring the streaming admin output type will fail.
.envoy.config.tap.v4alpha.StreamingAdminSink streaming_admin = 2;hasStreamingAdmin in interface OutputSinkOrBuilderpublic StreamingAdminSink getStreamingAdmin()
Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint. Thus, if an extension has been configured to receive tap configuration from some other source (e.g., static file, XDS, etc.) configuring the streaming admin output type will fail.
.envoy.config.tap.v4alpha.StreamingAdminSink streaming_admin = 2;getStreamingAdmin in interface OutputSinkOrBuilderpublic StreamingAdminSinkOrBuilder getStreamingAdminOrBuilder()
Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint. Thus, if an extension has been configured to receive tap configuration from some other source (e.g., static file, XDS, etc.) configuring the streaming admin output type will fail.
.envoy.config.tap.v4alpha.StreamingAdminSink streaming_admin = 2;getStreamingAdminOrBuilder in interface OutputSinkOrBuilderpublic boolean hasFilePerTap()
Tap output will be written to a file per tap sink.
.envoy.config.tap.v4alpha.FilePerTapSink file_per_tap = 3;hasFilePerTap in interface OutputSinkOrBuilderpublic FilePerTapSink getFilePerTap()
Tap output will be written to a file per tap sink.
.envoy.config.tap.v4alpha.FilePerTapSink file_per_tap = 3;getFilePerTap in interface OutputSinkOrBuilderpublic FilePerTapSinkOrBuilder getFilePerTapOrBuilder()
Tap output will be written to a file per tap sink.
.envoy.config.tap.v4alpha.FilePerTapSink file_per_tap = 3;getFilePerTapOrBuilder in interface OutputSinkOrBuilderpublic boolean hasStreamingGrpc()
[#not-implemented-hide:] GrpcService to stream data to. The format argument must be PROTO_BINARY. [#comment: TODO(samflattery): remove cleanup in uber_per_filter.cc once implemented]
.envoy.config.tap.v4alpha.StreamingGrpcSink streaming_grpc = 4;hasStreamingGrpc in interface OutputSinkOrBuilderpublic StreamingGrpcSink getStreamingGrpc()
[#not-implemented-hide:] GrpcService to stream data to. The format argument must be PROTO_BINARY. [#comment: TODO(samflattery): remove cleanup in uber_per_filter.cc once implemented]
.envoy.config.tap.v4alpha.StreamingGrpcSink streaming_grpc = 4;getStreamingGrpc in interface OutputSinkOrBuilderpublic StreamingGrpcSinkOrBuilder getStreamingGrpcOrBuilder()
[#not-implemented-hide:] GrpcService to stream data to. The format argument must be PROTO_BINARY. [#comment: TODO(samflattery): remove cleanup in uber_per_filter.cc once implemented]
.envoy.config.tap.v4alpha.StreamingGrpcSink streaming_grpc = 4;getStreamingGrpcOrBuilder in interface OutputSinkOrBuilderpublic 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 OutputSink parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OutputSink parseFrom(InputStream input) throws IOException
IOExceptionpublic static OutputSink parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OutputSink parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OutputSink parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OutputSink parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OutputSink parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OutputSink.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OutputSink.Builder newBuilder()
public static OutputSink.Builder newBuilder(OutputSink prototype)
public OutputSink.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OutputSink.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static OutputSink getDefaultInstance()
public static com.google.protobuf.Parser<OutputSink> parser()
public com.google.protobuf.Parser<OutputSink> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OutputSink getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.