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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataType()string dataType = 1;com.google.protobuf.ByteStringgetDataTypeBytes()string dataType = 1;RpcTransformationgetTransformations(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;intgetTransformationsCount()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<RpcTransformation>getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformationOrBuildergetTransformationsOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<? extends RpcTransformationOrBuilder>getTransformationsOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-