Uses of Class
dev.cel.expr.conformance.test.InputContext
Packages that use InputContext
-
Uses of InputContext in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return InputContextModifier and TypeMethodDescriptionInputContext.Builder.build()InputContext.Builder.buildPartial()static InputContextInputContext.getDefaultInstance()InputContext.Builder.getDefaultInstanceForType()InputContext.getDefaultInstanceForType()TestCase.Builder.getInputContext()Input in the form of a context proto for the test case.TestCase.getInputContext()Input in the form of a context proto for the test case.TestCaseOrBuilder.getInputContext()Input in the form of a context proto for the test case.static InputContextInputContext.parseDelimitedFrom(InputStream input) static InputContextInputContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputContextInputContext.parseFrom(byte[] data) static InputContextInputContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputContextInputContext.parseFrom(com.google.protobuf.ByteString data) static InputContextInputContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputContextInputContext.parseFrom(com.google.protobuf.CodedInputStream input) static InputContextInputContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputContextInputContext.parseFrom(InputStream input) static InputContextInputContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputContextInputContext.parseFrom(ByteBuffer data) static InputContextInputContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type InputContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<InputContext>InputContext.getParserForType()static com.google.protobuf.Parser<InputContext>InputContext.parser()Methods in dev.cel.expr.conformance.test with parameters of type InputContextModifier and TypeMethodDescriptionInputContext.Builder.mergeFrom(InputContext other) TestCase.Builder.mergeInputContext(InputContext value) Input in the form of a context proto for the test case.static InputContext.BuilderInputContext.newBuilder(InputContext prototype) TestCase.Builder.setInputContext(InputContext value) Input in the form of a context proto for the test case.