Interface BufferPerRouteOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BufferPerRoute,BufferPerRoute.Builder
public interface BufferPerRouteOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuffergetBuffer()Override the global configuration of the filter with this new config.BufferOrBuildergetBufferOrBuilder()Override the global configuration of the filter with this new config.booleangetDisabled()Disable the buffer filter for this particular vhost or route.BufferPerRoute.OverrideCasegetOverrideCase()booleanhasBuffer()Override the global configuration of the filter with this new config.booleanhasDisabled()Disable the buffer filter for this particular vhost or route.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDisabled
boolean hasDisabled()
Disable the buffer filter for this particular vhost or route.
bool disabled = 1 [(.validate.rules) = { ... }- Returns:
- Whether the disabled field is set.
-
getDisabled
boolean getDisabled()
Disable the buffer filter for this particular vhost or route.
bool disabled = 1 [(.validate.rules) = { ... }- Returns:
- The disabled.
-
hasBuffer
boolean hasBuffer()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.buffer.v2.Buffer buffer = 2 [(.validate.rules) = { ... }- Returns:
- Whether the buffer field is set.
-
getBuffer
Buffer getBuffer()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.buffer.v2.Buffer buffer = 2 [(.validate.rules) = { ... }- Returns:
- The buffer.
-
getBufferOrBuilder
BufferOrBuilder getBufferOrBuilder()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.buffer.v2.Buffer buffer = 2 [(.validate.rules) = { ... }
-
getOverrideCase
BufferPerRoute.OverrideCase getOverrideCase()
-
-