All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.admin.v3.TapRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v3/tap.proto

package io.envoyproxy.envoy.admin.v3;

public interface TapRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v3.TapRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The opaque configuration ID used to match the configuration to a loaded extension.
   * A tap extension configures a similar opaque ID that is used to match.
   * 
* * string config_id = 1 [(.validate.rules) = { ... } * @return The configId. */ java.lang.String getConfigId(); /** *
   * The opaque configuration ID used to match the configuration to a loaded extension.
   * A tap extension configures a similar opaque ID that is used to match.
   * 
* * string config_id = 1 [(.validate.rules) = { ... } * @return The bytes for configId. */ com.google.protobuf.ByteString getConfigIdBytes(); /** *
   * The tap configuration to load.
   * 
* * .envoy.config.tap.v3.TapConfig tap_config = 2 [(.validate.rules) = { ... } * @return Whether the tapConfig field is set. */ boolean hasTapConfig(); /** *
   * The tap configuration to load.
   * 
* * .envoy.config.tap.v3.TapConfig tap_config = 2 [(.validate.rules) = { ... } * @return The tapConfig. */ io.envoyproxy.envoy.config.tap.v3.TapConfig getTapConfig(); /** *
   * The tap configuration to load.
   * 
* * .envoy.config.tap.v3.TapConfig tap_config = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.tap.v3.TapConfigOrBuilder getTapConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy