Uses of Class
dev.cel.expr.conformance.CheckResponse
Packages that use CheckResponse
-
Uses of CheckResponse in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return CheckResponseModifier and TypeMethodDescriptionCheckResponse.Builder.build()CheckResponse.Builder.buildPartial()ConformanceServiceGrpc.ConformanceServiceBlockingStub.check(CheckRequest request) Runs static checks on a parsed CEL representation and return an annotated representation, or a set of issues.static CheckResponseCheckResponse.getDefaultInstance()CheckResponse.Builder.getDefaultInstanceForType()CheckResponse.getDefaultInstanceForType()static CheckResponseCheckResponse.parseDelimitedFrom(InputStream input) static CheckResponseCheckResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(byte[] data) static CheckResponseCheckResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.ByteString data) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(InputStream input) static CheckResponseCheckResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(ByteBuffer data) static CheckResponseCheckResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance that return types with arguments of type CheckResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<CheckResponse>ConformanceServiceGrpc.ConformanceServiceFutureStub.check(CheckRequest request) Runs static checks on a parsed CEL representation and return an annotated representation, or a set of issues.static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> ConformanceServiceGrpc.getCheckMethod()com.google.protobuf.Parser<CheckResponse>CheckResponse.getParserForType()static com.google.protobuf.Parser<CheckResponse>CheckResponse.parser()Methods in dev.cel.expr.conformance with parameters of type CheckResponseModifier and TypeMethodDescriptionCheckResponse.Builder.mergeFrom(CheckResponse other) static CheckResponse.BuilderCheckResponse.newBuilder(CheckResponse prototype) Method parameters in dev.cel.expr.conformance with type arguments of type CheckResponseModifier and TypeMethodDescriptiondefault voidConformanceServiceGrpc.AsyncService.check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver) Runs static checks on a parsed CEL representation and return an annotated representation, or a set of issues.voidConformanceServiceGrpc.ConformanceServiceStub.check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver) Runs static checks on a parsed CEL representation and return an annotated representation, or a set of issues.