Uses of Class
dev.cel.expr.conformance.proto2.TestAllTypes.NestedGroup.Builder
Packages that use TestAllTypes.NestedGroup.Builder
-
Uses of TestAllTypes.NestedGroup.Builder in dev.cel.expr.conformance.proto2
Methods in dev.cel.expr.conformance.proto2 that return TestAllTypes.NestedGroup.BuilderModifier and TypeMethodDescriptionTestAllTypes.NestedGroup.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TestAllTypes.NestedGroup.Builder.clear()TestAllTypes.NestedGroup.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TestAllTypes.NestedGroup.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TestAllTypes.NestedGroup.Builder.clearSingleId()optional int32 single_id = 404;TestAllTypes.NestedGroup.Builder.clearSingleName()optional string single_name = 405;TestAllTypes.NestedGroup.Builder.clone()TestAllTypes.Builder.getNestedGroupBuilder()optional group NestedGroup = 403 { ... }TestAllTypes.NestedGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TestAllTypes.NestedGroup.Builder.mergeFrom(com.google.protobuf.Message other) TestAllTypes.NestedGroup.Builder.mergeFrom(TestAllTypes.NestedGroup other) TestAllTypes.NestedGroup.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TestAllTypes.NestedGroup.newBuilder()TestAllTypes.NestedGroup.newBuilder(TestAllTypes.NestedGroup prototype) TestAllTypes.NestedGroup.newBuilderForType()protected TestAllTypes.NestedGroup.BuilderTestAllTypes.NestedGroup.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TestAllTypes.NestedGroup.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TestAllTypes.NestedGroup.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TestAllTypes.NestedGroup.Builder.setSingleId(int value) optional int32 single_id = 404;TestAllTypes.NestedGroup.Builder.setSingleName(String value) optional string single_name = 405;TestAllTypes.NestedGroup.Builder.setSingleNameBytes(com.google.protobuf.ByteString value) optional string single_name = 405;TestAllTypes.NestedGroup.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TestAllTypes.NestedGroup.toBuilder()Methods in dev.cel.expr.conformance.proto2 with parameters of type TestAllTypes.NestedGroup.BuilderModifier and TypeMethodDescriptionTestAllTypes.Builder.setNestedGroup(TestAllTypes.NestedGroup.Builder builderForValue) optional group NestedGroup = 403 { ... }