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 TypeMethodDescriptionstring dataType = 1;com.google.protobuf.ByteStringstring dataType = 1;getTransformations(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;intrepeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;getTransformationsOrBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<? extends RpcTransformationOrBuilder> repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;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
-
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
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
repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
-