Interface StreamTapsRequest.IdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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_v3_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_v3_api_field_config.tap.v3.StreamingGrpcSink.tap_id>`.
      boolean hasNode()
      The node sending taps over the stream.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.