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
Modifier and TypeMethodDescriptiongetNode()The node sending taps over the stream.The node sending taps over the stream.getTapId()The opaque identifier that was set in the :ref:`output config <envoy_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.com.google.protobuf.ByteStringThe 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-