public interface AdminConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigId()
Opaque configuration ID.
|
com.google.protobuf.ByteString |
getConfigIdBytes()
Opaque configuration ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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()
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) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.