public static interface StreamTapsRequest.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode()
The node sending taps over the stream.
|
NodeOrBuilder |
getNodeOrBuilder()
The node sending taps over the stream.
|
String |
getTapId()
The opaque identifier that was set in the :ref:`output config
<envoy_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
|
com.google.protobuf.ByteString |
getTapIdBytes()
The opaque identifier that was set in the :ref:`output config
<envoy_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
|
boolean |
hasNode()
The node sending taps over the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }Node getNode()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }NodeOrBuilder getNodeOrBuilder()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }String getTapId()
The opaque identifier that was set in the :ref:`output config <envoy_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
string tap_id = 2;com.google.protobuf.ByteString getTapIdBytes()
The opaque identifier that was set in the :ref:`output config <envoy_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
string tap_id = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.