Uses of Class
io.envoyproxy.envoy.config.core.v3.GrpcMethodList
-
Packages that use GrpcMethodList Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3 -
-
Uses of GrpcMethodList in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return GrpcMethodList Modifier and Type Method Description GrpcMethodListGrpcMethodList.Builder. build()GrpcMethodListGrpcMethodList.Builder. buildPartial()static GrpcMethodListGrpcMethodList. getDefaultInstance()GrpcMethodListGrpcMethodList.Builder. getDefaultInstanceForType()GrpcMethodListGrpcMethodList. 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.config.core.v3 that return types with arguments of type GrpcMethodList Modifier and Type Method Description com.google.protobuf.Parser<GrpcMethodList>GrpcMethodList. getParserForType()static com.google.protobuf.Parser<GrpcMethodList>GrpcMethodList. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type GrpcMethodList Modifier and Type Method Description GrpcMethodList.BuilderGrpcMethodList.Builder. mergeFrom(GrpcMethodList other)static GrpcMethodList.BuilderGrpcMethodList. newBuilder(GrpcMethodList prototype) -
Uses of GrpcMethodList in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.grpc_stats.v3 that return GrpcMethodList Modifier and Type Method Description GrpcMethodListFilterConfig.Builder. getIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.GrpcMethodListFilterConfig. getIndividualMethodStatsAllowlist()If set, specifies an allowlist of service/methods that will have individual stats emitted for them.GrpcMethodListFilterConfigOrBuilder. getIndividualMethodStatsAllowlist()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 Modifier and Type Method Description FilterConfig.BuilderFilterConfig.Builder. mergeIndividualMethodStatsAllowlist(GrpcMethodList value)If set, specifies an allowlist of service/methods that will have individual stats emitted for them.FilterConfig.BuilderFilterConfig.Builder. setIndividualMethodStatsAllowlist(GrpcMethodList value)If set, specifies an allowlist of service/methods that will have individual stats emitted for them.
-