Uses of Interface
org.hansken.extraction.plugin.grpc.RpcDataStreamTransformationOrBuilder
-
Packages that use RpcDataStreamTransformationOrBuilder Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcDataStreamTransformationOrBuilder in org.hansken.extraction.plugin.grpc
Classes in org.hansken.extraction.plugin.grpc that implement RpcDataStreamTransformationOrBuilder Modifier and Type Class Description classRpcDataStreamTransformationA message containing an ordered list of Transformations that will be appended to the hierarchy of transformations of a trace, for a certain dataType.static classRpcDataStreamTransformation.BuilderA message containing an ordered list of Transformations that will be appended to the hierarchy of transformations of a trace, for a certain dataType.Methods in org.hansken.extraction.plugin.grpc that return RpcDataStreamTransformationOrBuilder Modifier and Type Method Description RpcDataStreamTransformationOrBuilderRpcTrace.Builder. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;RpcDataStreamTransformationOrBuilderRpcTrace. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;RpcDataStreamTransformationOrBuilderRpcTraceOrBuilder. getTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcDataStreamTransformationOrBuilder Modifier and Type Method Description List<? extends RpcDataStreamTransformationOrBuilder>RpcTrace.Builder. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;List<? extends RpcDataStreamTransformationOrBuilder>RpcTrace. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;List<? extends RpcDataStreamTransformationOrBuilder>RpcTraceOrBuilder. getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcDataStreamTransformation transformations = 5;
-