public static final class ProtoAssemblyAllTypes.PropertyDefinition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder> implements ProtoAssemblyAllTypes.PropertyDefinitionOrBuilder
PropertyDefinitiongetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtoAssemblyAllTypes.PropertyDefinition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeFrom(ProtoAssemblyAllTypes.PropertyDefinition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>IOExceptionpublic int getAccessibilityValue()
.Accessibility accessibility = 1;getAccessibilityValue in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setAccessibilityValue(int value)
.Accessibility accessibility = 1;value - The enum numeric value on the wire for accessibility to set.public ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;getAccessibility in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setAccessibility(ProtoAssemblyAllTypes.Accessibility value)
.Accessibility accessibility = 1;value - The accessibility to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearAccessibility()
.Accessibility accessibility = 1;public boolean getCanGet()
bool can_get = 2;getCanGet in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setCanGet(boolean value)
bool can_get = 2;value - The canGet to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearCanGet()
bool can_get = 2;public boolean getCanSet()
bool can_set = 3;getCanSet in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setCanSet(boolean value)
bool can_set = 3;value - The canSet to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearCanSet()
bool can_set = 3;public boolean getIsAbstract()
bool is_abstract = 4;getIsAbstract in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsAbstract(boolean value)
bool is_abstract = 4;value - The isAbstract to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsAbstract()
bool is_abstract = 4;public boolean getIsSealed()
bool is_sealed = 5;getIsSealed in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsSealed(boolean value)
bool is_sealed = 5;value - The isSealed to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsSealed()
bool is_sealed = 5;public boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6;getIsExplicitInterfaceImplementation in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsExplicitInterfaceImplementation(boolean value)
bool is_explicit_interface_implementation = 6;value - The isExplicitInterfaceImplementation to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6;public boolean getIsOverride()
bool is_override = 7;getIsOverride in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsOverride(boolean value)
bool is_override = 7;value - The isOverride to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsOverride()
bool is_override = 7;public boolean getIsVirtual()
bool is_virtual = 8;getIsVirtual in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsVirtual(boolean value)
bool is_virtual = 8;value - The isVirtual to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsVirtual()
bool is_virtual = 8;public boolean getIsStatic()
bool is_static = 9;getIsStatic in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsStatic(boolean value)
bool is_static = 9;value - The isStatic to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsStatic()
bool is_static = 9;public boolean getIsExtern()
bool is_extern = 15;getIsExtern in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setIsExtern(boolean value)
bool is_extern = 15;value - The isExtern to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearIsExtern()
bool is_extern = 15;public boolean hasGetter()
.MethodDefinition getter = 10;hasGetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.MethodDefinition getGetter()
.MethodDefinition getter = 10;getGetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setGetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition getter = 10;public ProtoAssemblyAllTypes.PropertyDefinition.Builder setGetter(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition getter = 10;public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeGetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition getter = 10;public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearGetter()
.MethodDefinition getter = 10;public ProtoAssemblyAllTypes.MethodDefinition.Builder getGetterBuilder()
.MethodDefinition getter = 10;public ProtoAssemblyAllTypes.MethodDefinitionOrBuilder getGetterOrBuilder()
.MethodDefinition getter = 10;getGetterOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean hasSetter()
.MethodDefinition setter = 11;hasSetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.MethodDefinition getSetter()
.MethodDefinition setter = 11;getSetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setSetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition setter = 11;public ProtoAssemblyAllTypes.PropertyDefinition.Builder setSetter(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition setter = 11;public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeSetter(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition setter = 11;public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearSetter()
.MethodDefinition setter = 11;public ProtoAssemblyAllTypes.MethodDefinition.Builder getSetterBuilder()
.MethodDefinition setter = 11;public ProtoAssemblyAllTypes.MethodDefinitionOrBuilder getSetterOrBuilder()
.MethodDefinition setter = 11;getSetterOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean hasType()
.TypeDefinition type = 12;hasType in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 12;getType in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 12;public ProtoAssemblyAllTypes.PropertyDefinition.Builder setType(ProtoAssemblyAllTypes.TypeDefinition.Builder builderForValue)
.TypeDefinition type = 12;public ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 12;public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearType()
.TypeDefinition type = 12;public ProtoAssemblyAllTypes.TypeDefinition.Builder getTypeBuilder()
.TypeDefinition type = 12;public ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 12;getTypeOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic int getTypeKindValue()
.TypeKindDef type_kind = 14;getTypeKindValue in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setTypeKindValue(int value)
.TypeKindDef type_kind = 14;value - The enum numeric value on the wire for typeKind to set.public ProtoAssemblyAllTypes.TypeKindDef getTypeKind()
.TypeKindDef type_kind = 14;getTypeKind in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 14;value - The typeKind to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearTypeKind()
.TypeKindDef type_kind = 14;public String getName()
string name = 13;getName in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 13;getNameBytes in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setName(String value)
string name = 13;value - The name to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearName()
string name = 13;public ProtoAssemblyAllTypes.PropertyDefinition.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 13;value - The bytes for name to set.public List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 16;getAttributesList in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic int getAttributesCount()
repeated .AttributeDefinition attributes = 16;getAttributesCount in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 16;getAttributes in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder setAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder addAttributes(ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder addAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder addAttributes(ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder addAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder addAllAttributes(Iterable<? extends ProtoAssemblyAllTypes.AttributeDefinition> values)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearAttributes()
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.PropertyDefinition.Builder removeAttributes(int index)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.AttributeDefinition.Builder getAttributesBuilder(int index)
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 16;getAttributesOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 16;getAttributesOrBuilderList in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinition.Builder addAttributesBuilder()
repeated .AttributeDefinition attributes = 16;public ProtoAssemblyAllTypes.AttributeDefinition.Builder addAttributesBuilder(int index)
repeated .AttributeDefinition attributes = 16;public List<ProtoAssemblyAllTypes.AttributeDefinition.Builder> getAttributesBuilderList()
repeated .AttributeDefinition attributes = 16;public int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 17;getPeToken in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder setPeToken(int value)
hexadecimal x8 pe token
int32 pe_token = 17;value - The peToken to set.public ProtoAssemblyAllTypes.PropertyDefinition.Builder clearPeToken()
hexadecimal x8 pe token
int32 pe_token = 17;public final ProtoAssemblyAllTypes.PropertyDefinition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>public final ProtoAssemblyAllTypes.PropertyDefinition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.PropertyDefinition.Builder>Copyright © 2024 Soot OSS. All rights reserved.