Uses of Interface
io.envoyproxy.envoy.config.core.v3.RuntimeUInt32OrBuilder
-
Packages that use RuntimeUInt32OrBuilder Package Description io.envoyproxy.envoy.config.accesslog.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of RuntimeUInt32OrBuilder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type RuntimeUInt32OrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeUInt32,RuntimeUInt32.Builder,RuntimeUInt32OrBuilder>
ComparisonFilter.Builder. valueBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return RuntimeUInt32OrBuilder Modifier and Type Method Description RuntimeUInt32OrBuilder
ComparisonFilter.Builder. getValueOrBuilder()
Value to compare against.RuntimeUInt32OrBuilder
ComparisonFilter. getValueOrBuilder()
Value to compare against.RuntimeUInt32OrBuilder
ComparisonFilterOrBuilder. getValueOrBuilder()
Value to compare against.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type RuntimeUInt32OrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeUInt32,RuntimeUInt32.Builder,RuntimeUInt32OrBuilder>
ComparisonFilter.Builder. getValueFieldBuilder()
Value to compare against. -
Uses of RuntimeUInt32OrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement RuntimeUInt32OrBuilder Modifier and Type Class Description class
RuntimeUInt32
Runtime derived uint32 with a default when not specified.static class
RuntimeUInt32.Builder
Runtime derived uint32 with a default when not specified.
-