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

io.envoyproxy.envoy.config.common.tap.v3alpha.AdminConfigOrBuilder 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/config/common/tap/v3alpha/common.proto

package io.envoyproxy.envoy.config.common.tap.v3alpha;

public interface AdminConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.common.tap.v3alpha.AdminConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Opaque configuration ID. When requests are made to the admin handler, the passed opaque ID is
   * matched to the configured filter opaque ID to determine which filter to configure.
   * 
* * string config_id = 1 [(.validate.rules) = { ... } */ java.lang.String getConfigId(); /** *
   * Opaque configuration ID. When requests are made to the admin handler, the passed opaque ID is
   * matched to the configured filter opaque ID to determine which filter to configure.
   * 
* * string config_id = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getConfigIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy