Interface RpcDataStreamTransformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RpcDataStreamTransformation, RpcDataStreamTransformation.Builder

public interface RpcDataStreamTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string dataType = 1;
    com.google.protobuf.ByteString
    string dataType = 1;
    getTransformations(int index)
    repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
    int
    repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
    repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
    repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
    repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;