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
Modifier and TypeMethodDescriptiongetRanges(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;intrepeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;getRangesOrBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;List<? extends RpcRangeOrBuilder> repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRangesList
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1; -
getRanges
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
repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
-