Uses of Class
io.grpc.benchmarks.proto.Control.ChannelArg
-
Packages that use Control.ChannelArg Package Description io.grpc.benchmarks.proto -
-
Uses of Control.ChannelArg in io.grpc.benchmarks.proto
Methods in io.grpc.benchmarks.proto that return Control.ChannelArg Modifier and Type Method Description Control.ChannelArgControl.ChannelArg.Builder. build()Control.ChannelArgControl.ChannelArg.Builder. buildPartial()Control.ChannelArgControl.ClientConfig.Builder. getChannelArgs(int index)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ChannelArgControl.ClientConfig. getChannelArgs(int index)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ChannelArgControl.ClientConfigOrBuilder. getChannelArgs(int index)repeated .grpc.testing.ChannelArg channel_args = 16;static Control.ChannelArgControl.ChannelArg. getDefaultInstance()Control.ChannelArgControl.ChannelArg.Builder. getDefaultInstanceForType()Control.ChannelArgControl.ChannelArg. getDefaultInstanceForType()static Control.ChannelArgControl.ChannelArg. parseDelimitedFrom(java.io.InputStream input)static Control.ChannelArgControl.ChannelArg. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Control.ChannelArgControl.ChannelArg. parseFrom(byte[] data)static Control.ChannelArgControl.ChannelArg. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Control.ChannelArgControl.ChannelArg. parseFrom(com.google.protobuf.ByteString data)static Control.ChannelArgControl.ChannelArg. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Control.ChannelArgControl.ChannelArg. parseFrom(com.google.protobuf.CodedInputStream input)static Control.ChannelArgControl.ChannelArg. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Control.ChannelArgControl.ChannelArg. parseFrom(java.io.InputStream input)static Control.ChannelArgControl.ChannelArg. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Control.ChannelArgControl.ChannelArg. parseFrom(java.nio.ByteBuffer data)static Control.ChannelArgControl.ChannelArg. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.benchmarks.proto that return types with arguments of type Control.ChannelArg Modifier and Type Method Description java.util.List<Control.ChannelArg>Control.ClientConfig.Builder. getChannelArgsList()repeated .grpc.testing.ChannelArg channel_args = 16;java.util.List<Control.ChannelArg>Control.ClientConfig. getChannelArgsList()repeated .grpc.testing.ChannelArg channel_args = 16;java.util.List<Control.ChannelArg>Control.ClientConfigOrBuilder. getChannelArgsList()repeated .grpc.testing.ChannelArg channel_args = 16;com.google.protobuf.Parser<Control.ChannelArg>Control.ChannelArg. getParserForType()static com.google.protobuf.Parser<Control.ChannelArg>Control.ChannelArg. parser()Methods in io.grpc.benchmarks.proto with parameters of type Control.ChannelArg Modifier and Type Method Description Control.ClientConfig.BuilderControl.ClientConfig.Builder. addChannelArgs(int index, Control.ChannelArg value)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ClientConfig.BuilderControl.ClientConfig.Builder. addChannelArgs(Control.ChannelArg value)repeated .grpc.testing.ChannelArg channel_args = 16;Control.ChannelArg.BuilderControl.ChannelArg.Builder. mergeFrom(Control.ChannelArg other)static Control.ChannelArg.BuilderControl.ChannelArg. newBuilder(Control.ChannelArg prototype)Control.ClientConfig.BuilderControl.ClientConfig.Builder. setChannelArgs(int index, Control.ChannelArg value)repeated .grpc.testing.ChannelArg channel_args = 16;Method parameters in io.grpc.benchmarks.proto with type arguments of type Control.ChannelArg Modifier and Type Method Description Control.ClientConfig.BuilderControl.ClientConfig.Builder. addAllChannelArgs(java.lang.Iterable<? extends Control.ChannelArg> values)repeated .grpc.testing.ChannelArg channel_args = 16;
-