Uses of Class
org.hansken.extraction.plugin.grpc.RpcRange
Packages that use RpcRange
-
Uses of RpcRange in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcRangeModifier and TypeMethodDescriptionRpcRange.Builder.build()RpcRange.Builder.buildPartial()static RpcRangeRpcRange.getDefaultInstance()RpcRange.Builder.getDefaultInstanceForType()RpcRange.getDefaultInstanceForType()RpcRangedTransformation.Builder.getRanges(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangedTransformation.getRanges(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangedTransformationOrBuilder.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 RpcRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RpcRange> RpcRange.getParserForType()RpcRangedTransformation.Builder.getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangedTransformation.getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;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 RpcRangeModifier and TypeMethodDescriptionrepeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;static RpcRange.BuilderRpcRange.newBuilder(RpcRange prototype) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;Method parameters in org.hansken.extraction.plugin.grpc with type arguments of type RpcRangeModifier and TypeMethodDescriptionRpcRangedTransformation.Builder.addAllRanges(Iterable<? extends RpcRange> values) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;