Uses of Class
org.hansken.extraction.plugin.grpc.RpcList
-
Packages that use RpcList Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcList in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcList Modifier and Type Method Description RpcListRpcList.Builder. build()RpcListRpcList.Builder. buildPartial()static RpcListRpcList. getDefaultInstance()RpcListRpcList.Builder. getDefaultInstanceForType()RpcListRpcList. getDefaultInstanceForType()RpcListRpcTransformerArgument.Builder. getList().org.hansken.extraction.plugin.grpc.RpcList list = 10;RpcListRpcTransformerArgument. getList().org.hansken.extraction.plugin.grpc.RpcList list = 10;RpcListRpcTransformerArgumentOrBuilder. getList().org.hansken.extraction.plugin.grpc.RpcList list = 10;static RpcListRpcList. parseDelimitedFrom(InputStream input)static RpcListRpcList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcListRpcList. parseFrom(byte[] data)static RpcListRpcList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcListRpcList. parseFrom(com.google.protobuf.ByteString data)static RpcListRpcList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcListRpcList. parseFrom(com.google.protobuf.CodedInputStream input)static RpcListRpcList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcListRpcList. parseFrom(InputStream input)static RpcListRpcList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcListRpcList. parseFrom(ByteBuffer data)static RpcListRpcList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcList Modifier and Type Method Description com.google.protobuf.Parser<RpcList>RpcList. getParserForType()static com.google.protobuf.Parser<RpcList>RpcList. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcList Modifier and Type Method Description RpcList.BuilderRpcList.Builder. mergeFrom(RpcList other)RpcTransformerArgument.BuilderRpcTransformerArgument.Builder. mergeList(RpcList value).org.hansken.extraction.plugin.grpc.RpcList list = 10;static RpcList.BuilderRpcList. newBuilder(RpcList prototype)RpcTransformerArgument.BuilderRpcTransformerArgument.Builder. setList(RpcList value).org.hansken.extraction.plugin.grpc.RpcList list = 10;
-