Uses of Interface
org.hansken.extraction.plugin.grpc.RpcTransformationOrBuilder
-
Packages that use RpcTransformationOrBuilder Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcTransformationOrBuilder in org.hansken.extraction.plugin.grpc
Classes in org.hansken.extraction.plugin.grpc that implement RpcTransformationOrBuilder Modifier and Type Class Description classRpcTransformationMessage containing one of several types of Transformations, like a super-class.static classRpcTransformation.BuilderMessage containing one of several types of Transformations, like a super-class.Methods in org.hansken.extraction.plugin.grpc that return RpcTransformationOrBuilder Modifier and Type Method Description RpcTransformationOrBuilderRpcDataStreamTransformation.Builder. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformationOrBuilderRpcDataStreamTransformation. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformationOrBuilderRpcDataStreamTransformationOrBuilder. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcTransformationOrBuilder Modifier and Type Method Description List<? extends RpcTransformationOrBuilder>RpcDataStreamTransformation.Builder. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<? extends RpcTransformationOrBuilder>RpcDataStreamTransformation. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<? extends RpcTransformationOrBuilder>RpcDataStreamTransformationOrBuilder. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
-