public interface ExtProcPerRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisabled()
Disable the filter for this particular vhost or route.
|
ExtProcPerRoute.OverrideCase |
getOverrideCase() |
ExtProcOverrides |
getOverrides()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2; |
ExtProcOverridesOrBuilder |
getOverridesOrBuilder()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2; |
boolean |
hasOverrides()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisabled()
Disable the filter for this particular vhost or route. If disabled is specified in multiple per-filter-configs, the most specific one will be used.
bool disabled = 1 [(.validate.rules) = { ... }boolean hasOverrides()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2;ExtProcOverrides getOverrides()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2;ExtProcOverridesOrBuilder getOverridesOrBuilder()
Override aspects of the configuration for this route
.envoy.extensions.filters.http.ext_proc.v3alpha.ExtProcOverrides overrides = 2;ExtProcPerRoute.OverrideCase getOverrideCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.