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 Type
    Method
    Description
    The node sending taps over the stream.
    The node sending taps over the stream.
    The opaque identifier that was set in the :ref:`output config <envoy_api_field_service.tap.v2alpha.StreamingGrpcSink.tap_id>`.
    com.google.protobuf.ByteString
    The opaque identifier that was set in the :ref:`output config <envoy_api_field_service.tap.v2alpha.StreamingGrpcSink.tap_id>`.
    boolean
    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 Details

    • hasNode

      boolean hasNode()
       The node sending taps over the stream.
       
      .envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the node field is set.
    • getNode

      Node getNode()
       The node sending taps over the stream.
       
      .envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }
      Returns:
      The node.
    • getNodeOrBuilder

      NodeOrBuilder getNodeOrBuilder()
       The node sending taps over the stream.
       
      .envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }
    • getTapId

      String getTapId()
       The opaque identifier that was set in the :ref:`output config
       <envoy_api_field_service.tap.v2alpha.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_api_field_service.tap.v2alpha.StreamingGrpcSink.tap_id>`.
       
      string tap_id = 2;
      Returns:
      The bytes for tapId.