public interface OutputSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.OutputSinkTypeCase |
getOutputSinkTypeCase() |
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.
|
boolean |
hasFilePerTap()
Tap output will be written to a file per tap sink.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.service.tap.v2alpha.StreamingAdminSink streaming_admin = 1;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.service.tap.v2alpha.StreamingAdminSink streaming_admin = 1;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.service.tap.v2alpha.StreamingAdminSink streaming_admin = 1;boolean hasFilePerTap()
Tap output will be written to a file per tap sink.
.envoy.service.tap.v2alpha.FilePerTapSink file_per_tap = 2;FilePerTapSink getFilePerTap()
Tap output will be written to a file per tap sink.
.envoy.service.tap.v2alpha.FilePerTapSink file_per_tap = 2;FilePerTapSinkOrBuilder getFilePerTapOrBuilder()
Tap output will be written to a file per tap sink.
.envoy.service.tap.v2alpha.FilePerTapSink file_per_tap = 2;OutputSink.OutputSinkTypeCase getOutputSinkTypeCase()
Copyright © 2018–2019 The Envoy Project. All rights reserved.