Uses of Class
io.envoyproxy.envoy.config.core.v3.GrpcMethodList.Builder
Packages that use GrpcMethodList.Builder
Package
Description
-
Uses of GrpcMethodList.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return GrpcMethodList.BuilderModifier and TypeMethodDescriptionGrpcMethodList.Builder.addAllServices(Iterable<? extends GrpcMethodList.Service> values) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcMethodList.Builder.addServices(int index, GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.addServices(int index, GrpcMethodList.Service.Builder builderForValue) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.addServices(GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.addServices(GrpcMethodList.Service.Builder builderForValue) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.clear()GrpcMethodList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcMethodList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcMethodList.Builder.clearServices()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.clone()GrpcMethodList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcMethodList.Builder.mergeFrom(com.google.protobuf.Message other) GrpcMethodList.Builder.mergeFrom(GrpcMethodList other) final GrpcMethodList.BuilderGrpcMethodList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GrpcMethodList.BuilderGrpcMethodList.newBuilder()static GrpcMethodList.BuilderGrpcMethodList.newBuilder(GrpcMethodList prototype) GrpcMethodList.newBuilderForType()protected GrpcMethodList.BuilderGrpcMethodList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcMethodList.Builder.removeServices(int index) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcMethodList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcMethodList.Builder.setServices(int index, GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.setServices(int index, GrpcMethodList.Service.Builder builderForValue) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;final GrpcMethodList.BuilderGrpcMethodList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcMethodList.toBuilder() -
Uses of GrpcMethodList.Builder in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3 that return GrpcMethodList.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.getIndividualMethodStatsAllowlistBuilder()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.Methods in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3 with parameters of type GrpcMethodList.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.setIndividualMethodStatsAllowlist(GrpcMethodList.Builder builderForValue) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.