Class StreamTapsRequest.Identifier.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StreamTapsRequest.Identifier.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StreamTapsRequest.Identifier.Builder>
      • getDefaultInstanceForType

        public StreamTapsRequest.Identifier getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public StreamTapsRequest.Identifier build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public StreamTapsRequest.Identifier buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StreamTapsRequest.Identifier.Builder>
      • mergeFrom

        public StreamTapsRequest.Identifier.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamTapsRequest.Identifier.Builder>
        Throws:
        IOException
      • hasNode

        public boolean hasNode()
         The node sending taps over the stream.
         
        .envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }
        Specified by:
        hasNode in interface StreamTapsRequest.IdentifierOrBuilder
        Returns:
        Whether the node field is set.
      • getNodeBuilder

        public Node.Builder getNodeBuilder()
         The node sending taps over the stream.
         
        .envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }
      • getTapId

        public 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;
        Specified by:
        getTapId in interface StreamTapsRequest.IdentifierOrBuilder
        Returns:
        The tapId.
      • getTapIdBytes

        public 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;
        Specified by:
        getTapIdBytes in interface StreamTapsRequest.IdentifierOrBuilder
        Returns:
        The bytes for tapId.
      • setTapId

        public StreamTapsRequest.Identifier.Builder setTapId​(String value)
         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;
        Parameters:
        value - The tapId to set.
        Returns:
        This builder for chaining.
      • clearTapId

        public StreamTapsRequest.Identifier.Builder clearTapId()
         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:
        This builder for chaining.
      • setTapIdBytes

        public StreamTapsRequest.Identifier.Builder setTapIdBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for tapId to set.
        Returns:
        This builder for chaining.