Uses of Class
dev.cel.expr.conformance.test.SimpleTestSection.Builder
Packages that use SimpleTestSection.Builder
-
Uses of SimpleTestSection.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return SimpleTestSection.BuilderModifier and TypeMethodDescriptionSimpleTestSection.Builder.addAllTest(Iterable<? extends SimpleTest> values) The contained tests.SimpleTestSection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SimpleTestFile.Builder.addSectionBuilder()The contained sections.SimpleTestFile.Builder.addSectionBuilder(int index) The contained sections.SimpleTestSection.Builder.addTest(int index, SimpleTest value) The contained tests.SimpleTestSection.Builder.addTest(int index, SimpleTest.Builder builderForValue) The contained tests.SimpleTestSection.Builder.addTest(SimpleTest value) The contained tests.SimpleTestSection.Builder.addTest(SimpleTest.Builder builderForValue) The contained tests.SimpleTestSection.Builder.clear()SimpleTestSection.Builder.clearDescription()A description of the section.SimpleTestSection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SimpleTestSection.Builder.clearName()Required.SimpleTestSection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SimpleTestSection.Builder.clearTest()The contained tests.SimpleTestSection.Builder.clone()SimpleTestFile.Builder.getSectionBuilder(int index) The contained sections.SimpleTestSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SimpleTestSection.Builder.mergeFrom(com.google.protobuf.Message other) SimpleTestSection.Builder.mergeFrom(SimpleTestSection other) SimpleTestSection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SimpleTestSection.BuilderSimpleTestSection.newBuilder()static SimpleTestSection.BuilderSimpleTestSection.newBuilder(SimpleTestSection prototype) SimpleTestSection.newBuilderForType()protected SimpleTestSection.BuilderSimpleTestSection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SimpleTestSection.Builder.removeTest(int index) The contained tests.SimpleTestSection.Builder.setDescription(String value) A description of the section.SimpleTestSection.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A description of the section.SimpleTestSection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Required.SimpleTestSection.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.SimpleTestSection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SimpleTestSection.Builder.setTest(int index, SimpleTest value) The contained tests.SimpleTestSection.Builder.setTest(int index, SimpleTest.Builder builderForValue) The contained tests.SimpleTestSection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SimpleTestSection.toBuilder()Methods in dev.cel.expr.conformance.test that return types with arguments of type SimpleTestSection.BuilderModifier and TypeMethodDescriptionSimpleTestFile.Builder.getSectionBuilderList()The contained sections.Methods in dev.cel.expr.conformance.test with parameters of type SimpleTestSection.BuilderModifier and TypeMethodDescriptionSimpleTestFile.Builder.addSection(int index, SimpleTestSection.Builder builderForValue) The contained sections.SimpleTestFile.Builder.addSection(SimpleTestSection.Builder builderForValue) The contained sections.SimpleTestFile.Builder.setSection(int index, SimpleTestSection.Builder builderForValue) The contained sections.