Uses of Class
cel.dev.expr.conformance.Environment.ContextVariable
Packages that use Environment.ContextVariable
-
Uses of Environment.ContextVariable in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return Environment.ContextVariableModifier and TypeMethodDescriptionEnvironment.ContextVariable.Builder.build()Environment.ContextVariable.Builder.buildPartial()Environment.Builder.getContextVariable()If set, adds a context declaration from a proto message.Environment.getContextVariable()If set, adds a context declaration from a proto message.EnvironmentOrBuilder.getContextVariable()If set, adds a context declaration from a proto message.static Environment.ContextVariableEnvironment.ContextVariable.getDefaultInstance()Environment.ContextVariable.Builder.getDefaultInstanceForType()Environment.ContextVariable.getDefaultInstanceForType()static Environment.ContextVariableEnvironment.ContextVariable.parseDelimitedFrom(InputStream input) static Environment.ContextVariableEnvironment.ContextVariable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(byte[] data) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(com.google.protobuf.ByteString data) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(com.google.protobuf.CodedInputStream input) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(InputStream input) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(ByteBuffer data) static Environment.ContextVariableEnvironment.ContextVariable.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in cel.dev.expr.conformance that return types with arguments of type Environment.ContextVariableModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Environment.ContextVariable>Environment.ContextVariable.getParserForType()static com.google.protobuf.Parser<Environment.ContextVariable>Environment.ContextVariable.parser()Methods in cel.dev.expr.conformance with parameters of type Environment.ContextVariableModifier and TypeMethodDescriptionEnvironment.Builder.mergeContextVariable(Environment.ContextVariable value) If set, adds a context declaration from a proto message.Environment.ContextVariable.Builder.mergeFrom(Environment.ContextVariable other) Environment.ContextVariable.newBuilder(Environment.ContextVariable prototype) Environment.Builder.setContextVariable(Environment.ContextVariable value) If set, adds a context declaration from a proto message.