io.envoyproxy.envoy.config.common.tap.v2alpha.AdminConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/common/tap/v2alpha/common.proto
package io.envoyproxy.envoy.config.common.tap.v2alpha;
public interface AdminConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.common.tap.v2alpha.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) = { ... }
* @return The configId.
*/
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) = { ... }
* @return The bytes for configId.
*/
com.google.protobuf.ByteString
getConfigIdBytes();
}