Uses of Class
org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta.Builder
Packages that use RpcRandomAccessDataMeta.Builder
-
Uses of RpcRandomAccessDataMeta.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcRandomAccessDataMeta.BuilderModifier and TypeMethodDescriptionRpcSearchTrace.Builder.addDataBuilder()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcSearchTrace.Builder.addDataBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcRandomAccessDataMeta.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcRandomAccessDataMeta.Builder.clear()RpcRandomAccessDataMeta.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcRandomAccessDataMeta.Builder.clearFirstBytes()bytes firstBytes = 3;RpcRandomAccessDataMeta.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcRandomAccessDataMeta.Builder.clearSize()int64 size = 2;RpcRandomAccessDataMeta.Builder.clearType()string type = 1;RpcRandomAccessDataMeta.Builder.clone()RpcDataContext.Builder.getDataBuilder().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcSearchTrace.Builder.getDataBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcRandomAccessDataMeta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcRandomAccessDataMeta.Builder.mergeFrom(com.google.protobuf.Message other) RpcRandomAccessDataMeta.Builder.mergeFrom(RpcRandomAccessDataMeta other) RpcRandomAccessDataMeta.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcRandomAccessDataMeta.newBuilder()RpcRandomAccessDataMeta.newBuilder(RpcRandomAccessDataMeta prototype) RpcRandomAccessDataMeta.newBuilderForType()protected RpcRandomAccessDataMeta.BuilderRpcRandomAccessDataMeta.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcRandomAccessDataMeta.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcRandomAccessDataMeta.Builder.setFirstBytes(com.google.protobuf.ByteString value) bytes firstBytes = 3;RpcRandomAccessDataMeta.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RpcRandomAccessDataMeta.Builder.setSize(long value) int64 size = 2;string type = 1;RpcRandomAccessDataMeta.Builder.setTypeBytes(com.google.protobuf.ByteString value) string type = 1;RpcRandomAccessDataMeta.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcRandomAccessDataMeta.toBuilder()Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcRandomAccessDataMeta.BuilderModifier and TypeMethodDescriptionRpcSearchTrace.Builder.getDataBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcRandomAccessDataMeta.BuilderModifier and TypeMethodDescriptionRpcSearchTrace.Builder.addData(int index, RpcRandomAccessDataMeta.Builder builderForValue) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcSearchTrace.Builder.addData(RpcRandomAccessDataMeta.Builder builderForValue) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcDataContext.Builder.setData(RpcRandomAccessDataMeta.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcSearchTrace.Builder.setData(int index, RpcRandomAccessDataMeta.Builder builderForValue) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;