Uses of Class
io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3.FilterConfig.Builder
Packages that use FilterConfig.Builder
-
Uses of FilterConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3 that return FilterConfig.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterConfig.Builder.clear()FilterConfig.Builder.clearEmitFilterState()If true, the filter maintains a filter state object with the request and response message counts.FilterConfig.Builder.clearEnableUpstreamStats()If true, the filter will gather a histogram for the request time of the upstream.FilterConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterConfig.Builder.clearIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterConfig.Builder.clearPerMethodStatSpecifier()FilterConfig.Builder.clearReplaceDotsInGrpcServiceName()If true, the filter will replace dots in the grpc_service_name with underscores before emitting the metrics.FilterConfig.Builder.clearStatsForAllMethods()If set to true, emit stats for all service/method names.FilterConfig.Builder.clone()FilterConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterConfig.Builder.mergeFrom(com.google.protobuf.Message other) FilterConfig.Builder.mergeFrom(FilterConfig other) FilterConfig.Builder.mergeIndividualMethodStatsAllowlist(GrpcMethodList value) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.Builder.mergeStatsForAllMethods(com.google.protobuf.BoolValue value) If set to true, emit stats for all service/method names.final FilterConfig.BuilderFilterConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FilterConfig.BuilderFilterConfig.newBuilder()static FilterConfig.BuilderFilterConfig.newBuilder(FilterConfig prototype) FilterConfig.newBuilderForType()protected FilterConfig.BuilderFilterConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterConfig.Builder.setEmitFilterState(boolean value) If true, the filter maintains a filter state object with the request and response message counts.FilterConfig.Builder.setEnableUpstreamStats(boolean value) If true, the filter will gather a histogram for the request time of the upstream.FilterConfig.Builder.setIndividualMethodStatsAllowlist(GrpcMethodList value) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.Builder.setIndividualMethodStatsAllowlist(GrpcMethodList.Builder builderForValue) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FilterConfig.Builder.setReplaceDotsInGrpcServiceName(boolean value) If true, the filter will replace dots in the grpc_service_name with underscores before emitting the metrics.FilterConfig.Builder.setStatsForAllMethods(com.google.protobuf.BoolValue value) If set to true, emit stats for all service/method names.FilterConfig.Builder.setStatsForAllMethods(com.google.protobuf.BoolValue.Builder builderForValue) If set to true, emit stats for all service/method names.final FilterConfig.BuilderFilterConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterConfig.toBuilder()