| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.tap.v2alpha |
| Modifier and Type | Method and Description |
|---|---|
StreamingAdminSink |
StreamingAdminSink.Builder.build() |
StreamingAdminSink |
StreamingAdminSink.Builder.buildPartial() |
static StreamingAdminSink |
StreamingAdminSink.getDefaultInstance() |
StreamingAdminSink |
StreamingAdminSink.getDefaultInstanceForType() |
StreamingAdminSink |
StreamingAdminSink.Builder.getDefaultInstanceForType() |
StreamingAdminSink |
OutputSinkOrBuilder.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.
|
StreamingAdminSink |
OutputSink.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.
|
StreamingAdminSink |
OutputSink.Builder.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.
|
static StreamingAdminSink |
StreamingAdminSink.parseDelimitedFrom(InputStream input) |
static StreamingAdminSink |
StreamingAdminSink.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(byte[] data) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(ByteBuffer data) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(com.google.protobuf.ByteString data) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(InputStream input) |
static StreamingAdminSink |
StreamingAdminSink.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StreamingAdminSink> |
StreamingAdminSink.getParserForType() |
static com.google.protobuf.Parser<StreamingAdminSink> |
StreamingAdminSink.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamingAdminSink.Builder |
StreamingAdminSink.Builder.mergeFrom(StreamingAdminSink other) |
OutputSink.Builder |
OutputSink.Builder.mergeStreamingAdmin(StreamingAdminSink value)
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.
|
static StreamingAdminSink.Builder |
StreamingAdminSink.newBuilder(StreamingAdminSink prototype) |
OutputSink.Builder |
OutputSink.Builder.setStreamingAdmin(StreamingAdminSink value)
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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.