Uses of Class
org.sonar.python.types.protobuf.DescriptorsProtos.VarDescriptor.Builder
Packages that use DescriptorsProtos.VarDescriptor.Builder
-
Uses of DescriptorsProtos.VarDescriptor.Builder in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return DescriptorsProtos.VarDescriptor.BuilderModifier and TypeMethodDescriptionDescriptorsProtos.AmbiguousDescriptor.Builder.addVarDescriptorsBuilder()repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.AmbiguousDescriptor.Builder.addVarDescriptorsBuilder(int index) repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.ModuleDescriptor.Builder.addVarDescriptorsBuilder()repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ModuleDescriptor.Builder.addVarDescriptorsBuilder(int index) repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ClassDescriptor.Builder.addVarMembersBuilder()repeated .protoblog.VarDescriptor varMembers = 5;DescriptorsProtos.ClassDescriptor.Builder.addVarMembersBuilder(int index) repeated .protoblog.VarDescriptor varMembers = 5;DescriptorsProtos.VarDescriptor.Builder.clear()DescriptorsProtos.VarDescriptor.Builder.clearAnnotatedType()optional string annotatedType = 3;DescriptorsProtos.VarDescriptor.Builder.clearFullyQualifiedName()optional string fully_qualified_name = 2;DescriptorsProtos.VarDescriptor.Builder.clearName()string name = 1;DescriptorsProtos.AmbiguousDescriptor.Builder.getVarDescriptorsBuilder(int index) repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.ModuleDescriptor.Builder.getVarDescriptorsBuilder(int index) repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ClassDescriptor.Builder.getVarMembersBuilder(int index) repeated .protoblog.VarDescriptor varMembers = 5;DescriptorsProtos.VarDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorsProtos.VarDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) DescriptorsProtos.VarDescriptor.Builder.mergeFrom(DescriptorsProtos.VarDescriptor other) DescriptorsProtos.VarDescriptor.newBuilder()DescriptorsProtos.VarDescriptor.newBuilder(DescriptorsProtos.VarDescriptor prototype) DescriptorsProtos.VarDescriptor.newBuilderForType()protected DescriptorsProtos.VarDescriptor.BuilderDescriptorsProtos.VarDescriptor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorsProtos.VarDescriptor.Builder.setAnnotatedType(String value) optional string annotatedType = 3;DescriptorsProtos.VarDescriptor.Builder.setAnnotatedTypeBytes(com.google.protobuf.ByteString value) optional string annotatedType = 3;DescriptorsProtos.VarDescriptor.Builder.setFullyQualifiedName(String value) optional string fully_qualified_name = 2;DescriptorsProtos.VarDescriptor.Builder.setFullyQualifiedNameBytes(com.google.protobuf.ByteString value) optional string fully_qualified_name = 2;string name = 1;DescriptorsProtos.VarDescriptor.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;DescriptorsProtos.VarDescriptor.toBuilder()Methods in org.sonar.python.types.protobuf that return types with arguments of type DescriptorsProtos.VarDescriptor.BuilderModifier and TypeMethodDescriptionDescriptorsProtos.AmbiguousDescriptor.Builder.getVarDescriptorsBuilderList()repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.ModuleDescriptor.Builder.getVarDescriptorsBuilderList()repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ClassDescriptor.Builder.getVarMembersBuilderList()repeated .protoblog.VarDescriptor varMembers = 5;Methods in org.sonar.python.types.protobuf with parameters of type DescriptorsProtos.VarDescriptor.BuilderModifier and TypeMethodDescriptionDescriptorsProtos.AmbiguousDescriptor.Builder.addVarDescriptors(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.AmbiguousDescriptor.Builder.addVarDescriptors(DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.ModuleDescriptor.Builder.addVarDescriptors(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ModuleDescriptor.Builder.addVarDescriptors(DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ClassDescriptor.Builder.addVarMembers(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varMembers = 5;DescriptorsProtos.ClassDescriptor.Builder.addVarMembers(DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varMembers = 5;DescriptorsProtos.AmbiguousDescriptor.Builder.setVarDescriptors(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 5;DescriptorsProtos.ModuleDescriptor.Builder.setVarDescriptors(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varDescriptors = 3;DescriptorsProtos.ClassDescriptor.Builder.setVarMembers(int index, DescriptorsProtos.VarDescriptor.Builder builderForValue) repeated .protoblog.VarDescriptor varMembers = 5;