public static final class ProtoAssemblyAllTypes.FieldDefinition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder> implements ProtoAssemblyAllTypes.FieldDefinitionOrBuilder
FieldDefinitiongetAllFields, 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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtoAssemblyAllTypes.FieldDefinition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.Builder mergeFrom(ProtoAssemblyAllTypes.FieldDefinition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>public ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinition.Builder>IOExceptionpublic int getAccessibilityValue()
.Accessibility accessibility = 1;getAccessibilityValue in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setAccessibility(ProtoAssemblyAllTypes.Accessibility value)
.Accessibility accessibility = 1;value - The accessibility to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearAccessibility()
.Accessibility accessibility = 1;public boolean getIsAbstract()
bool is_abstract = 2;getIsAbstract in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsAbstract(boolean value)
bool is_abstract = 2;value - The isAbstract to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsAbstract()
bool is_abstract = 2;public boolean getIsSealed()
bool is_sealed = 3;getIsSealed in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsSealed(boolean value)
bool is_sealed = 3;value - The isSealed to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsSealed()
bool is_sealed = 3;public boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4;getIsExplicitInterfaceImplementation in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsExplicitInterfaceImplementation(boolean value)
bool is_explicit_interface_implementation = 4;value - The isExplicitInterfaceImplementation to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4;public boolean getIsOverride()
bool is_override = 5;getIsOverride in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsOverride(boolean value)
bool is_override = 5;value - The isOverride to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsOverride()
bool is_override = 5;public boolean getIsVirtual()
bool is_virtual = 6;getIsVirtual in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsVirtual(boolean value)
bool is_virtual = 6;value - The isVirtual to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsVirtual()
bool is_virtual = 6;public boolean getIsConst()
bool is_const = 7;getIsConst in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsConst(boolean value)
bool is_const = 7;value - The isConst to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsConst()
bool is_const = 7;public boolean getIsReadOnly()
bool is_read_only = 8;getIsReadOnly in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsReadOnly(boolean value)
bool is_read_only = 8;value - The isReadOnly to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsReadOnly()
bool is_read_only = 8;public boolean getIsStatic()
bool is_static = 9;getIsStatic in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setIsStatic(boolean value)
bool is_static = 9;value - The isStatic to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearIsStatic()
bool is_static = 9;public boolean hasType()
.TypeDefinition type = 10;hasType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 10;getType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 10;public ProtoAssemblyAllTypes.FieldDefinition.Builder setType(ProtoAssemblyAllTypes.TypeDefinition.Builder builderForValue)
.TypeDefinition type = 10;public ProtoAssemblyAllTypes.FieldDefinition.Builder mergeType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 10;public ProtoAssemblyAllTypes.FieldDefinition.Builder clearType()
.TypeDefinition type = 10;public ProtoAssemblyAllTypes.TypeDefinition.Builder getTypeBuilder()
.TypeDefinition type = 10;public ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 10;getTypeOrBuilder in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic int getTypeKindValue()
.TypeKindDef type_kind = 14;getTypeKindValue in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.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.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 14;value - The typeKind to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearTypeKind()
.TypeKindDef type_kind = 14;public String getName()
string name = 11;getName in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 11;getNameBytes in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setName(String value)
string name = 11;value - The name to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearName()
string name = 11;public ProtoAssemblyAllTypes.FieldDefinition.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 11;value - The bytes for name to set.public String getFullName()
string full_name = 12;getFullName in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic com.google.protobuf.ByteString getFullNameBytes()
string full_name = 12;getFullNameBytes in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setFullName(String value)
string full_name = 12;value - The fullName to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearFullName()
string full_name = 12;public ProtoAssemblyAllTypes.FieldDefinition.Builder setFullNameBytes(com.google.protobuf.ByteString value)
string full_name = 12;value - The bytes for fullName to set.public boolean hasDeclaringType()
.TypeDefinition declaring_type = 13;hasDeclaringType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getDeclaringType()
.TypeDefinition declaring_type = 13;getDeclaringType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setDeclaringType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition declaring_type = 13;public ProtoAssemblyAllTypes.FieldDefinition.Builder setDeclaringType(ProtoAssemblyAllTypes.TypeDefinition.Builder builderForValue)
.TypeDefinition declaring_type = 13;public ProtoAssemblyAllTypes.FieldDefinition.Builder mergeDeclaringType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition declaring_type = 13;public ProtoAssemblyAllTypes.FieldDefinition.Builder clearDeclaringType()
.TypeDefinition declaring_type = 13;public ProtoAssemblyAllTypes.TypeDefinition.Builder getDeclaringTypeBuilder()
.TypeDefinition declaring_type = 13;public ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 13;getDeclaringTypeOrBuilder in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 15;getAttributesList in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic int getAttributesCount()
repeated .AttributeDefinition attributes = 15;getAttributesCount in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 15;getAttributes in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder setAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder addAttributes(ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder addAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition value)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder addAttributes(ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder addAttributes(int index, ProtoAssemblyAllTypes.AttributeDefinition.Builder builderForValue)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder addAllAttributes(Iterable<? extends ProtoAssemblyAllTypes.AttributeDefinition> values)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder clearAttributes()
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.FieldDefinition.Builder removeAttributes(int index)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.AttributeDefinition.Builder getAttributesBuilder(int index)
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 15;getAttributesOrBuilder in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 15;getAttributesOrBuilderList in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinition.Builder addAttributesBuilder()
repeated .AttributeDefinition attributes = 15;public ProtoAssemblyAllTypes.AttributeDefinition.Builder addAttributesBuilder(int index)
repeated .AttributeDefinition attributes = 15;public List<ProtoAssemblyAllTypes.AttributeDefinition.Builder> getAttributesBuilderList()
repeated .AttributeDefinition attributes = 15;public int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 16;getPeToken in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.FieldDefinition.Builder setPeToken(int value)
hexadecimal x8 pe token
int32 pe_token = 16;value - The peToken to set.public ProtoAssemblyAllTypes.FieldDefinition.Builder clearPeToken()
hexadecimal x8 pe token
int32 pe_token = 16;public final ProtoAssemblyAllTypes.FieldDefinition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>public final ProtoAssemblyAllTypes.FieldDefinition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtoAssemblyAllTypes.FieldDefinition.Builder>Copyright © 2024 Soot OSS. All rights reserved.