ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addAllAttributes(Iterable<? extends ProtoAssemblyAllTypes.AttributeDefinition> values)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addAttributes(int index,
ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addAttributes(int index,
ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addAttributes(ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addAttributes(ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.addPropertiesBuilder()
repeated .PropertyDefinition properties = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.addPropertiesBuilder(int index)
repeated .PropertyDefinition properties = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clear() |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearAccessibility()
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearAttributes()
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearCanGet()
bool can_get = 2;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearCanSet()
bool can_set = 3;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearGetter()
.MethodDefinition getter = 10;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsAbstract()
bool is_abstract = 4;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsExtern()
bool is_extern = 15;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsOverride()
bool is_override = 7;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsSealed()
bool is_sealed = 5;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsStatic()
bool is_static = 9;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearIsVirtual()
bool is_virtual = 8;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearName()
string name = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearSetter()
.MethodDefinition setter = 11;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearType()
.TypeDefinition type = 12;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clearTypeKind()
.TypeKindDef type_kind = 14;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.clone() |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.getPropertiesBuilder(int index)
repeated .PropertyDefinition properties = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeFrom(ProtoAssemblyAllTypes.PropertyDefinition other) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeGetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition getter = 10;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeSetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition setter = 11;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 12;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.newBuilder() |
static ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.newBuilder(ProtoAssemblyAllTypes.PropertyDefinition prototype) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.newBuilderForType() |
protected ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.removeAttributes(int index)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setAccessibility(ProtoAssemblyAllTypes.Accessibility value)
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setAccessibilityValue(int value)
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setAttributes(int index,
ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setAttributes(int index,
ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setCanGet(boolean value)
bool can_get = 2;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setCanSet(boolean value)
bool can_set = 3;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setGetter(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition getter = 10;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setGetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition getter = 10;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsAbstract(boolean value)
bool is_abstract = 4;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsExplicitInterfaceImplementation(boolean value)
bool is_explicit_interface_implementation = 6;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsExtern(boolean value)
bool is_extern = 15;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsOverride(boolean value)
bool is_override = 7;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsSealed(boolean value)
bool is_sealed = 5;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsStatic(boolean value)
bool is_static = 9;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setIsVirtual(boolean value)
bool is_virtual = 8;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setName(String value)
string name = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 13;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setPeToken(int value)
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setSetter(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition setter = 11;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setSetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition setter = 11;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setType(ProtoAssemblyAllTypes.TypeDefinition.Builder builderForValue)
.TypeDefinition type = 12;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 12;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 14;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setTypeKindValue(int value)
.TypeKindDef type_kind = 14;
|
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.toBuilder() |