Uses of Class
org.hansken.extraction.plugin.grpc.RpcTransformation
Packages that use RpcTransformation
-
Uses of RpcTransformation in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcTransformationModifier and TypeMethodDescriptionRpcTransformation.Builder.build()RpcTransformation.Builder.buildPartial()static RpcTransformationRpcTransformation.getDefaultInstance()RpcTransformation.Builder.getDefaultInstanceForType()RpcTransformation.getDefaultInstanceForType()RpcDataStreamTransformation.Builder.getTransformations(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcDataStreamTransformation.getTransformations(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcDataStreamTransformationOrBuilder.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 RpcTransformationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RpcTransformation> RpcTransformation.getParserForType()RpcDataStreamTransformation.Builder.getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcDataStreamTransformation.getTransformationsList()repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;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 RpcTransformationModifier and TypeMethodDescriptionRpcDataStreamTransformation.Builder.addTransformations(int index, RpcTransformation value) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcDataStreamTransformation.Builder.addTransformations(RpcTransformation value) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;RpcTransformation.Builder.mergeFrom(RpcTransformation other) static RpcTransformation.BuilderRpcTransformation.newBuilder(RpcTransformation prototype) RpcDataStreamTransformation.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 RpcTransformationModifier and TypeMethodDescriptionRpcDataStreamTransformation.Builder.addAllTransformations(Iterable<? extends RpcTransformation> values) repeated .org.hansken.extraction.plugin.grpc.RpcTransformation transformations = 2;