Interface RpcRangedTransformationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcRangedTransformation,RpcRangedTransformation.Builder
public interface RpcRangedTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcRangegetRanges(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;intgetRangesCount()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;List<RpcRange>getRangesList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;RpcRangeOrBuildergetRangesOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;List<? extends RpcRangeOrBuilder>getRangesOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRangesList
List<RpcRange> getRangesList()
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-
getRanges
RpcRange getRanges(int index)
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-
getRangesCount
int getRangesCount()
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-
getRangesOrBuilderList
List<? extends RpcRangeOrBuilder> getRangesOrBuilderList()
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-
getRangesOrBuilder
RpcRangeOrBuilder getRangesOrBuilder(int index)
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-
-