Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeUInt32
Packages that use RuntimeUInt32
Package
Description
-
Uses of RuntimeUInt32 in io.envoyproxy.envoy.config.accesslog.v3
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return RuntimeUInt32Modifier and TypeMethodDescriptionComparisonFilter.Builder.getValue()Value to compare against.ComparisonFilter.getValue()Value to compare against.ComparisonFilterOrBuilder.getValue()Value to compare against.Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type RuntimeUInt32Modifier and TypeMethodDescriptionComparisonFilter.Builder.mergeValue(RuntimeUInt32 value) Value to compare against.ComparisonFilter.Builder.setValue(RuntimeUInt32 value) Value to compare against. -
Uses of RuntimeUInt32 in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeUInt32Modifier and TypeMethodDescriptionRuntimeUInt32.Builder.build()RuntimeUInt32.Builder.buildPartial()static RuntimeUInt32RuntimeUInt32.getDefaultInstance()RuntimeUInt32.Builder.getDefaultInstanceForType()RuntimeUInt32.getDefaultInstanceForType()static RuntimeUInt32RuntimeUInt32.parseDelimitedFrom(InputStream input) static RuntimeUInt32RuntimeUInt32.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeUInt32RuntimeUInt32.parseFrom(byte[] data) static RuntimeUInt32RuntimeUInt32.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeUInt32RuntimeUInt32.parseFrom(com.google.protobuf.ByteString data) static RuntimeUInt32RuntimeUInt32.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeUInt32RuntimeUInt32.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimeUInt32RuntimeUInt32.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeUInt32RuntimeUInt32.parseFrom(InputStream input) static RuntimeUInt32RuntimeUInt32.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeUInt32RuntimeUInt32.parseFrom(ByteBuffer data) static RuntimeUInt32RuntimeUInt32.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RuntimeUInt32Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<RuntimeUInt32>RuntimeUInt32.getParserForType()static com.google.protobuf.Parser<RuntimeUInt32>RuntimeUInt32.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RuntimeUInt32Modifier and TypeMethodDescriptionRuntimeUInt32.Builder.mergeFrom(RuntimeUInt32 other) static RuntimeUInt32.BuilderRuntimeUInt32.newBuilder(RuntimeUInt32 prototype) -
Uses of RuntimeUInt32 in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return RuntimeUInt32Modifier and TypeMethodDescriptionAdmissionControl.Builder.getRpsThreshold()If the average RPS of the sampling window is below this threshold, the request will not be rejected, even if the success rate is lower than sr_threshold.AdmissionControl.getRpsThreshold()If the average RPS of the sampling window is below this threshold, the request will not be rejected, even if the success rate is lower than sr_threshold.AdmissionControlOrBuilder.getRpsThreshold()If the average RPS of the sampling window is below this threshold, the request will not be rejected, even if the success rate is lower than sr_threshold.Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 with parameters of type RuntimeUInt32Modifier and TypeMethodDescriptionAdmissionControl.Builder.mergeRpsThreshold(RuntimeUInt32 value) If the average RPS of the sampling window is below this threshold, the request will not be rejected, even if the success rate is lower than sr_threshold.AdmissionControl.Builder.setRpsThreshold(RuntimeUInt32 value) If the average RPS of the sampling window is below this threshold, the request will not be rejected, even if the success rate is lower than sr_threshold.