Uses of Class
cel.dev.expr.conformance.LibrarySubset.Builder
Packages that use LibrarySubset.Builder
-
Uses of LibrarySubset.Builder in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return LibrarySubset.BuilderModifier and TypeMethodDescriptionLibrarySubset.Builder.addAllExcludeFunctions(Iterable<? extends Decl> values) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addAllExcludeMacros(Iterable<String> values) Specifies a set of macro function names to exclude from the subset.LibrarySubset.Builder.addAllIncludeFunctions(Iterable<? extends Decl> values) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addAllIncludeMacros(Iterable<String> values) Specifies a set of macro function names to include in the subset.LibrarySubset.Builder.addExcludeFunctions(int index, Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctions(int index, Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctions(Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctions(Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeMacros(String value) Specifies a set of macro function names to exclude from the subset.LibrarySubset.Builder.addExcludeMacrosBytes(com.google.protobuf.ByteString value) Specifies a set of macro function names to exclude from the subset.LibrarySubset.Builder.addIncludeFunctions(int index, Decl value) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctions(int index, Decl.Builder builderForValue) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctions(Decl value) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctions(Decl.Builder builderForValue) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeMacros(String value) Specifies a set of macro function names to include in the subset.LibrarySubset.Builder.addIncludeMacrosBytes(com.google.protobuf.ByteString value) Specifies a set of macro function names to include in the subset.LibrarySubset.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LibrarySubset.Builder.clear()LibrarySubset.Builder.clearDisabled()Indicates whether the library has been disabled, typically only used for default-enabled libraries like stdlib.LibrarySubset.Builder.clearDisableMacros()Disables macros for the given library.LibrarySubset.Builder.clearExcludeFunctions()Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.clearExcludeMacros()Specifies a set of macro function names to exclude from the subset.LibrarySubset.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LibrarySubset.Builder.clearIncludeFunctions()Specifies a set of functions to include in the subset.LibrarySubset.Builder.clearIncludeMacros()Specifies a set of macro function names to include in the subset.LibrarySubset.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LibrarySubset.Builder.clone()Environment.Builder.getStdlibBuilder()Set of options to subset a subsettable libraryLibrarySubset.Builder.mergeFrom(LibrarySubset other) LibrarySubset.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LibrarySubset.Builder.mergeFrom(com.google.protobuf.Message other) final LibrarySubset.BuilderLibrarySubset.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static LibrarySubset.BuilderLibrarySubset.newBuilder()static LibrarySubset.BuilderLibrarySubset.newBuilder(LibrarySubset prototype) LibrarySubset.newBuilderForType()protected LibrarySubset.BuilderLibrarySubset.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) LibrarySubset.Builder.removeExcludeFunctions(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.removeIncludeFunctions(int index) Specifies a set of functions to include in the subset.LibrarySubset.Builder.setDisabled(boolean value) Indicates whether the library has been disabled, typically only used for default-enabled libraries like stdlib.LibrarySubset.Builder.setDisableMacros(boolean value) Disables macros for the given library.LibrarySubset.Builder.setExcludeFunctions(int index, Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.setExcludeFunctions(int index, Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.setExcludeMacros(int index, String value) Specifies a set of macro function names to exclude from the subset.LibrarySubset.Builder.setIncludeFunctions(int index, Decl value) Specifies a set of functions to include in the subset.LibrarySubset.Builder.setIncludeFunctions(int index, Decl.Builder builderForValue) Specifies a set of functions to include in the subset.LibrarySubset.Builder.setIncludeMacros(int index, String value) Specifies a set of macro function names to include in the subset.LibrarySubset.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final LibrarySubset.BuilderLibrarySubset.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LibrarySubset.toBuilder()Methods in cel.dev.expr.conformance with parameters of type LibrarySubset.BuilderModifier and TypeMethodDescriptionEnvironment.Builder.setStdlib(LibrarySubset.Builder builderForValue) Set of options to subset a subsettable library