Interface StreamTapsRequest.IdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamTapsRequest.Identifier,StreamTapsRequest.Identifier.Builder
- Enclosing class:
- StreamTapsRequest
public static interface StreamTapsRequest.IdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetNode()The node sending taps over the stream.NodeOrBuildergetNodeOrBuilder()The node sending taps over the stream.StringgetTapId()The opaque identifier that was set in the :ref:`output config <envoy_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.com.google.protobuf.ByteStringgetTapIdBytes()The opaque identifier that was set in the :ref:`output config <envoy_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.booleanhasNode()The node sending taps over the stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNode
boolean hasNode()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }- Returns:
- Whether the node field is set.
-
getNode
Node getNode()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }- Returns:
- The node.
-
getNodeOrBuilder
NodeOrBuilder getNodeOrBuilder()
The node sending taps over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }
-
getTapId
String getTapId()
The opaque identifier that was set in the :ref:`output config <envoy_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
string tap_id = 2;- Returns:
- The tapId.
-
getTapIdBytes
com.google.protobuf.ByteString getTapIdBytes()
The opaque identifier that was set in the :ref:`output config <envoy_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
string tap_id = 2;- Returns:
- The bytes for tapId.
-
-