Uses of Interface
io.grpc.benchmarks.proto.Control.ChannelArgOrBuilder
-
Packages that use Control.ChannelArgOrBuilder Package Description io.grpc.benchmarks.proto -
-
Uses of Control.ChannelArgOrBuilder in io.grpc.benchmarks.proto
Classes in io.grpc.benchmarks.proto that implement Control.ChannelArgOrBuilder Modifier and Type Class Description static classControl.ChannelArgProtobuf typegrpc.testing.ChannelArgstatic classControl.ChannelArg.BuilderProtobuf typegrpc.testing.ChannelArgMethods in io.grpc.benchmarks.proto that return Control.ChannelArgOrBuilder Modifier and Type Method Description Control.ChannelArgOrBuilderControl.ClientConfig.Builder. getChannelArgsOrBuilder(int index)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ChannelArgOrBuilderControl.ClientConfig. getChannelArgsOrBuilder(int index)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ChannelArgOrBuilderControl.ClientConfigOrBuilder. getChannelArgsOrBuilder(int index)repeated .grpc.testing.ChannelArg channel_args = 16;Methods in io.grpc.benchmarks.proto that return types with arguments of type Control.ChannelArgOrBuilder Modifier and Type Method Description java.util.List<? extends Control.ChannelArgOrBuilder>Control.ClientConfig.Builder. getChannelArgsOrBuilderList()repeated .grpc.testing.ChannelArg channel_args = 16;java.util.List<? extends Control.ChannelArgOrBuilder>Control.ClientConfig. getChannelArgsOrBuilderList()repeated .grpc.testing.ChannelArg channel_args = 16;java.util.List<? extends Control.ChannelArgOrBuilder>Control.ClientConfigOrBuilder. getChannelArgsOrBuilderList()repeated .grpc.testing.ChannelArg channel_args = 16;
-