Uses of Class
org.hansken.extraction.plugin.grpc.RpcTransformation
-
Packages that use RpcTransformation Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcTransformation in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcTransformation Modifier and Type Method Description RpcTransformationRpcTransformation.Builder. build()RpcTransformationRpcTransformation.Builder. buildPartial()static RpcTransformationRpcTransformation. getDefaultInstance()RpcTransformationRpcTransformation.Builder. getDefaultInstanceForType()RpcTransformationRpcTransformation. getDefaultInstanceForType()RpcTransformationRpcDataStreamTransformation.Builder. getTransformations(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformationRpcDataStreamTransformation. getTransformations(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformationRpcDataStreamTransformationOrBuilder. getTransformations(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;static RpcTransformationRpcTransformation. parseDelimitedFrom(InputStream input)static RpcTransformationRpcTransformation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcTransformationRpcTransformation. parseFrom(byte[] data)static RpcTransformationRpcTransformation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcTransformationRpcTransformation. parseFrom(com.google.protobuf.ByteString data)static RpcTransformationRpcTransformation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcTransformationRpcTransformation. parseFrom(com.google.protobuf.CodedInputStream input)static RpcTransformationRpcTransformation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcTransformationRpcTransformation. parseFrom(InputStream input)static RpcTransformationRpcTransformation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcTransformationRpcTransformation. parseFrom(ByteBuffer data)static RpcTransformationRpcTransformation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcTransformation Modifier and Type Method Description com.google.protobuf.Parser<RpcTransformation>RpcTransformation. getParserForType()List<RpcTransformation>RpcDataStreamTransformation.Builder. getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<RpcTransformation>RpcDataStreamTransformation. getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;List<RpcTransformation>RpcDataStreamTransformationOrBuilder. getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;static com.google.protobuf.Parser<RpcTransformation>RpcTransformation. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcTransformation Modifier and Type Method Description RpcDataStreamTransformation.BuilderRpcDataStreamTransformation.Builder. addTransformations(int index, RpcTransformation value)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcDataStreamTransformation.BuilderRpcDataStreamTransformation.Builder. addTransformations(RpcTransformation value)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformation.BuilderRpcTransformation.Builder. mergeFrom(RpcTransformation other)static RpcTransformation.BuilderRpcTransformation. newBuilder(RpcTransformation prototype)RpcDataStreamTransformation.BuilderRpcDataStreamTransformation.Builder. setTransformations(int index, RpcTransformation value)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;Method parameters in org.hansken.extraction.plugin.grpc with type arguments of type RpcTransformation Modifier and Type Method Description RpcDataStreamTransformation.BuilderRpcDataStreamTransformation.Builder. addAllTransformations(Iterable<? extends RpcTransformation> values)repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;
-