Uses of Class
org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta
-
Packages that use RpcRandomAccessDataMeta Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcRandomAccessDataMeta in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcRandomAccessDataMeta Modifier and Type Method Description RpcRandomAccessDataMetaRpcRandomAccessDataMeta.Builder. build()RpcRandomAccessDataMetaRpcRandomAccessDataMeta.Builder. buildPartial()RpcRandomAccessDataMetaRpcDataContext.Builder. getData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcRandomAccessDataMetaRpcDataContext. getData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcRandomAccessDataMetaRpcDataContextOrBuilder. getData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcRandomAccessDataMetaRpcSearchTrace.Builder. getData(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcRandomAccessDataMetaRpcSearchTrace. getData(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcRandomAccessDataMetaRpcSearchTraceOrBuilder. getData(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. getDefaultInstance()RpcRandomAccessDataMetaRpcRandomAccessDataMeta.Builder. getDefaultInstanceForType()RpcRandomAccessDataMetaRpcRandomAccessDataMeta. getDefaultInstanceForType()static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseDelimitedFrom(InputStream input)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(byte[] data)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(com.google.protobuf.ByteString data)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(com.google.protobuf.CodedInputStream input)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(InputStream input)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(ByteBuffer data)static RpcRandomAccessDataMetaRpcRandomAccessDataMeta. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcRandomAccessDataMeta Modifier and Type Method Description List<RpcRandomAccessDataMeta>RpcSearchTrace.Builder. getDataList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;List<RpcRandomAccessDataMeta>RpcSearchTrace. getDataList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;List<RpcRandomAccessDataMeta>RpcSearchTraceOrBuilder. getDataList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;com.google.protobuf.Parser<RpcRandomAccessDataMeta>RpcRandomAccessDataMeta. getParserForType()static com.google.protobuf.Parser<RpcRandomAccessDataMeta>RpcRandomAccessDataMeta. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcRandomAccessDataMeta Modifier and Type Method Description RpcSearchTrace.BuilderRpcSearchTrace.Builder. addData(int index, RpcRandomAccessDataMeta value)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcSearchTrace.BuilderRpcSearchTrace.Builder. addData(RpcRandomAccessDataMeta value)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcDataContext.BuilderRpcDataContext.Builder. mergeData(RpcRandomAccessDataMeta value).org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcRandomAccessDataMeta.BuilderRpcRandomAccessDataMeta.Builder. mergeFrom(RpcRandomAccessDataMeta other)static RpcRandomAccessDataMeta.BuilderRpcRandomAccessDataMeta. newBuilder(RpcRandomAccessDataMeta prototype)RpcDataContext.BuilderRpcDataContext.Builder. setData(RpcRandomAccessDataMeta value).org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcSearchTrace.BuilderRpcSearchTrace.Builder. setData(int index, RpcRandomAccessDataMeta value)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;Method parameters in org.hansken.extraction.plugin.grpc with type arguments of type RpcRandomAccessDataMeta Modifier and Type Method Description RpcSearchTrace.BuilderRpcSearchTrace.Builder. addAllData(Iterable<? extends RpcRandomAccessDataMeta> values)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;
-