Uses of Class
com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
Packages that use DescriptorProtos.UninterpretedOption.NamePart.Builder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.UninterpretedOption.NamePart.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.UninterpretedOption.NamePart.Builder Modifier and Type Method Description DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. clearIsExtension()
required bool is_extension = 2;
DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. clearNamePart()
required string name_part = 1;
static DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart. newBuilder()
static DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart. newBuilder(DescriptorProtos.UninterpretedOption.NamePart prototype)
DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. setIsExtension(boolean value)
required bool is_extension = 2;
DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. setNamePart(java.lang.String value)
required string name_part = 1;
DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. setNamePartBytes(ByteString value)
required string name_part = 1;
Methods in com.google.protobuf with parameters of type DescriptorProtos.UninterpretedOption.NamePart.Builder Modifier and Type Method Description DescriptorProtos.UninterpretedOption.Builder
DescriptorProtos.UninterpretedOption.Builder. addName(int index, DescriptorProtos.UninterpretedOption.NamePart.Builder builderForValue)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
DescriptorProtos.UninterpretedOption.Builder
DescriptorProtos.UninterpretedOption.Builder. addName(DescriptorProtos.UninterpretedOption.NamePart.Builder builderForValue)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
DescriptorProtos.UninterpretedOption.Builder
DescriptorProtos.UninterpretedOption.Builder. setName(int index, DescriptorProtos.UninterpretedOption.NamePart.Builder builderForValue)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-