Uses of Class
cel.dev.expr.conformance.Environment.ContextVariable.Builder
Packages that use Environment.ContextVariable.Builder
-
Uses of Environment.ContextVariable.Builder in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return Environment.ContextVariable.BuilderModifier and TypeMethodDescriptionEnvironment.ContextVariable.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Environment.ContextVariable.Builder.clear()Environment.ContextVariable.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Environment.ContextVariable.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Environment.ContextVariable.Builder.clearTypeName()Fully qualified type name of the context proto.Environment.ContextVariable.Builder.clone()Environment.Builder.getContextVariableBuilder()If set, adds a context declaration from a proto message.Environment.ContextVariable.Builder.mergeFrom(Environment.ContextVariable other) Environment.ContextVariable.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Environment.ContextVariable.Builder.mergeFrom(com.google.protobuf.Message other) Environment.ContextVariable.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Environment.ContextVariable.newBuilder()Environment.ContextVariable.newBuilder(Environment.ContextVariable prototype) Environment.ContextVariable.newBuilderForType()protected Environment.ContextVariable.BuilderEnvironment.ContextVariable.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Environment.ContextVariable.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Environment.ContextVariable.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Environment.ContextVariable.Builder.setTypeName(String value) Fully qualified type name of the context proto.Environment.ContextVariable.Builder.setTypeNameBytes(com.google.protobuf.ByteString value) Fully qualified type name of the context proto.Environment.ContextVariable.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Environment.ContextVariable.toBuilder()Methods in cel.dev.expr.conformance with parameters of type Environment.ContextVariable.BuilderModifier and TypeMethodDescriptionEnvironment.Builder.setContextVariable(Environment.ContextVariable.Builder builderForValue) If set, adds a context declaration from a proto message.