Uses of Class
cel.dev.expr.conformance.Environment
Packages that use Environment
-
Uses of Environment in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return EnvironmentModifier and TypeMethodDescriptionEnvironment.Builder.build()Environment.Builder.buildPartial()static EnvironmentEnvironment.getDefaultInstance()Environment.Builder.getDefaultInstanceForType()Environment.getDefaultInstanceForType()static EnvironmentEnvironment.parseDelimitedFrom(InputStream input) static EnvironmentEnvironment.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentEnvironment.parseFrom(byte[] data) static EnvironmentEnvironment.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentEnvironment.parseFrom(com.google.protobuf.ByteString data) static EnvironmentEnvironment.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentEnvironment.parseFrom(com.google.protobuf.CodedInputStream input) static EnvironmentEnvironment.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentEnvironment.parseFrom(InputStream input) static EnvironmentEnvironment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentEnvironment.parseFrom(ByteBuffer data) static EnvironmentEnvironment.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in cel.dev.expr.conformance that return types with arguments of type EnvironmentModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Environment>Environment.getParserForType()static com.google.protobuf.Parser<Environment>Environment.parser()Methods in cel.dev.expr.conformance with parameters of type EnvironmentModifier and TypeMethodDescriptionEnvironment.Builder.mergeFrom(Environment other) static Environment.BuilderEnvironment.newBuilder(Environment prototype) -
Uses of Environment in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return EnvironmentModifier and TypeMethodDescriptionTestCase.Builder.getEnv()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.getEnv()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCaseOrBuilder.getEnv()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.Methods in dev.cel.expr.conformance.test with parameters of type EnvironmentModifier and TypeMethodDescriptionTestCase.Builder.mergeEnv(Environment value) Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.Builder.setEnv(Environment value) Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.