Uses of Class
io.envoyproxy.envoy.api.v2.core.GrpcMethodList
Packages that use GrpcMethodList
Package
Description
-
Uses of GrpcMethodList in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return GrpcMethodListModifier and TypeMethodDescriptionGrpcMethodList.Builder.build()GrpcMethodList.Builder.buildPartial()static GrpcMethodListGrpcMethodList.getDefaultInstance()GrpcMethodList.Builder.getDefaultInstanceForType()GrpcMethodList.getDefaultInstanceForType()static GrpcMethodListGrpcMethodList.parseDelimitedFrom(InputStream input) static GrpcMethodListGrpcMethodList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodListGrpcMethodList.parseFrom(byte[] data) static GrpcMethodListGrpcMethodList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodListGrpcMethodList.parseFrom(com.google.protobuf.ByteString data) static GrpcMethodListGrpcMethodList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodListGrpcMethodList.parseFrom(com.google.protobuf.CodedInputStream input) static GrpcMethodListGrpcMethodList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodListGrpcMethodList.parseFrom(InputStream input) static GrpcMethodListGrpcMethodList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodListGrpcMethodList.parseFrom(ByteBuffer data) static GrpcMethodListGrpcMethodList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type GrpcMethodListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcMethodList>GrpcMethodList.getParserForType()static com.google.protobuf.Parser<GrpcMethodList>GrpcMethodList.parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type GrpcMethodListModifier and TypeMethodDescriptionGrpcMethodList.Builder.mergeFrom(GrpcMethodList other) static GrpcMethodList.BuilderGrpcMethodList.newBuilder(GrpcMethodList prototype) -
Uses of GrpcMethodList in io.envoyproxy.envoy.config.filter.http.grpc_stats.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.grpc_stats.v2alpha that return GrpcMethodListModifier and TypeMethodDescriptionFilterConfig.Builder.getIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.getIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfigOrBuilder.getIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.Methods in io.envoyproxy.envoy.config.filter.http.grpc_stats.v2alpha with parameters of type GrpcMethodListModifier and TypeMethodDescriptionFilterConfig.Builder.mergeIndividualMethodStatsAllowlist(GrpcMethodList value) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.Builder.setIndividualMethodStatsAllowlist(GrpcMethodList value) If set, specifies an allowlist of service/methods that will have individual stats emitted for them.