Uses of Class
dev.cel.expr.conformance.CheckRequest
Packages that use CheckRequest
-
Uses of CheckRequest in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return CheckRequestModifier and TypeMethodDescriptionCheckRequest.Builder.build()CheckRequest.Builder.buildPartial()static CheckRequestCheckRequest.getDefaultInstance()CheckRequest.Builder.getDefaultInstanceForType()CheckRequest.getDefaultInstanceForType()static CheckRequestCheckRequest.parseDelimitedFrom(InputStream input) static CheckRequestCheckRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(byte[] data) static CheckRequestCheckRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.ByteString data) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(InputStream input) static CheckRequestCheckRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(ByteBuffer data) static CheckRequestCheckRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance that return types with arguments of type CheckRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CheckRequest,CheckResponse> ConformanceServiceGrpc.getCheckMethod()com.google.protobuf.Parser<CheckRequest>CheckRequest.getParserForType()static com.google.protobuf.Parser<CheckRequest>CheckRequest.parser()Methods in dev.cel.expr.conformance with parameters of type CheckRequestModifier 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.ConformanceServiceGrpc.ConformanceServiceBlockingStub.check(CheckRequest request) Runs static checks on a parsed CEL representation and return an annotated representation, or a set of issues.com.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.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.CheckRequest.Builder.mergeFrom(CheckRequest other) static CheckRequest.BuilderCheckRequest.newBuilder(CheckRequest prototype)