io.envoyproxy.envoy.config.common.tap.v3alpha.AdminConfigOrBuilder Maven / Gradle / Ivy
// 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();
}