Uses of Class
org.hansken.extraction.plugin.grpc.RpcRange
-
Packages that use RpcRange Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcRange in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcRange Modifier and Type Method Description RpcRangeRpcRange.Builder. build()RpcRangeRpcRange.Builder. buildPartial()static RpcRangeRpcRange. getDefaultInstance()RpcRangeRpcRange.Builder. getDefaultInstanceForType()RpcRangeRpcRange. getDefaultInstanceForType()RpcRangeRpcRangedTransformation.Builder. getRanges(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangeRpcRangedTransformation. getRanges(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangeRpcRangedTransformationOrBuilder. getRanges(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;static RpcRangeRpcRange. parseDelimitedFrom(InputStream input)static RpcRangeRpcRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRangeRpcRange. parseFrom(byte[] data)static RpcRangeRpcRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRangeRpcRange. parseFrom(com.google.protobuf.ByteString data)static RpcRangeRpcRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRangeRpcRange. parseFrom(com.google.protobuf.CodedInputStream input)static RpcRangeRpcRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRangeRpcRange. parseFrom(InputStream input)static RpcRangeRpcRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcRangeRpcRange. parseFrom(ByteBuffer data)static RpcRangeRpcRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcRange Modifier and Type Method Description com.google.protobuf.Parser<RpcRange>RpcRange. getParserForType()List<RpcRange>RpcRangedTransformation.Builder. getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;List<RpcRange>RpcRangedTransformation. getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;List<RpcRange>RpcRangedTransformationOrBuilder. getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;static com.google.protobuf.Parser<RpcRange>RpcRange. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcRange Modifier and Type Method Description RpcRangedTransformation.BuilderRpcRangedTransformation.Builder. addRanges(int index, RpcRange value)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangedTransformation.BuilderRpcRangedTransformation.Builder. addRanges(RpcRange value)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRange.BuilderRpcRange.Builder. mergeFrom(RpcRange other)static RpcRange.BuilderRpcRange. newBuilder(RpcRange prototype)RpcRangedTransformation.BuilderRpcRangedTransformation.Builder. setRanges(int index, RpcRange value)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;Method parameters in org.hansken.extraction.plugin.grpc with type arguments of type RpcRange Modifier and Type Method Description RpcRangedTransformation.BuilderRpcRangedTransformation.Builder. addAllRanges(Iterable<? extends RpcRange> values)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-