Uses of Class
dev.cel.expr.conformance.ParseResponse
Packages that use ParseResponse
-
Uses of ParseResponse in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return ParseResponseModifier and TypeMethodDescriptionParseResponse.Builder.build()ParseResponse.Builder.buildPartial()static ParseResponseParseResponse.getDefaultInstance()ParseResponse.Builder.getDefaultInstanceForType()ParseResponse.getDefaultInstanceForType()ConformanceServiceGrpc.ConformanceServiceBlockingStub.parse(ParseRequest request) Transforms CEL source text into a parsed representation.static ParseResponseParseResponse.parseDelimitedFrom(InputStream input) static ParseResponseParseResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParseResponseParseResponse.parseFrom(byte[] data) static ParseResponseParseResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParseResponseParseResponse.parseFrom(com.google.protobuf.ByteString data) static ParseResponseParseResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParseResponseParseResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ParseResponseParseResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParseResponseParseResponse.parseFrom(InputStream input) static ParseResponseParseResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParseResponseParseResponse.parseFrom(ByteBuffer data) static ParseResponseParseResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance that return types with arguments of type ParseResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ParseRequest,ParseResponse> ConformanceServiceGrpc.getParseMethod()com.google.protobuf.Parser<ParseResponse>ParseResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<ParseResponse>ConformanceServiceGrpc.ConformanceServiceFutureStub.parse(ParseRequest request) Transforms CEL source text into a parsed representation.static com.google.protobuf.Parser<ParseResponse>ParseResponse.parser()Methods in dev.cel.expr.conformance with parameters of type ParseResponseModifier and TypeMethodDescriptionParseResponse.Builder.mergeFrom(ParseResponse other) static ParseResponse.BuilderParseResponse.newBuilder(ParseResponse prototype) Method parameters in dev.cel.expr.conformance with type arguments of type ParseResponseModifier and TypeMethodDescriptiondefault voidConformanceServiceGrpc.AsyncService.parse(ParseRequest request, io.grpc.stub.StreamObserver<ParseResponse> responseObserver) Transforms CEL source text into a parsed representation.voidConformanceServiceGrpc.ConformanceServiceStub.parse(ParseRequest request, io.grpc.stub.StreamObserver<ParseResponse> responseObserver) Transforms CEL source text into a parsed representation.