Interface RpcDataStreamTransformationOrBuilder

    • Method Detail

      • getDataType

        String getDataType()
        string dataType = 1;
        Returns:
        The dataType.
      • getDataTypeBytes

        com.google.protobuf.ByteString getDataTypeBytes()
        string dataType = 1;
        Returns:
        The bytes for dataType.
      • getTransformationsList

        List<RpcTransformation> getTransformationsList()
        repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
      • getTransformations

        RpcTransformation getTransformations​(int index)
        repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
      • getTransformationsCount

        int getTransformationsCount()
        repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
      • getTransformationsOrBuilderList

        List<? extends RpcTransformationOrBuilder> getTransformationsOrBuilderList()
        repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
      • getTransformationsOrBuilder

        RpcTransformationOrBuilder getTransformationsOrBuilder​(int index)
        repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;