Uses of Class
org.hansken.extraction.plugin.grpc.RpcRead
-
Packages that use RpcRead Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcRead in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcRead Modifier and Type Method Description RpcReadRpcRead.Builder. build()RpcReadRpcRead.Builder. buildPartial()static RpcReadRpcRead. getDefaultInstance()RpcReadRpcRead.Builder. getDefaultInstanceForType()RpcReadRpcRead. getDefaultInstanceForType()static RpcReadRpcRead. parseDelimitedFrom(InputStream input)static RpcReadRpcRead. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcReadRpcRead. parseFrom(byte[] data)static RpcReadRpcRead. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcReadRpcRead. parseFrom(com.google.protobuf.ByteString data)static RpcReadRpcRead. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcReadRpcRead. parseFrom(com.google.protobuf.CodedInputStream input)static RpcReadRpcRead. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcReadRpcRead. parseFrom(InputStream input)static RpcReadRpcRead. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcReadRpcRead. parseFrom(ByteBuffer data)static RpcReadRpcRead. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcRead Modifier and Type Method Description com.google.protobuf.Parser<RpcRead>RpcRead. getParserForType()static com.google.protobuf.Parser<RpcRead>RpcRead. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcRead Modifier and Type Method Description RpcRead.BuilderRpcRead.Builder. mergeFrom(RpcRead other)static RpcRead.BuilderRpcRead. newBuilder(RpcRead prototype)
-