public static final class ProtoAssemblyAllTypes.FieldDefinition extends com.google.protobuf.GeneratedMessageV3 implements ProtoAssemblyAllTypes.FieldDefinitionOrBuilder
FieldDefinition| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoAssemblyAllTypes.FieldDefinition.Builder
Protobuf type
FieldDefinition |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSIBILITY_FIELD_NUMBER |
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
DECLARING_TYPE_FIELD_NUMBER |
static int |
FULL_NAME_FIELD_NUMBER |
static int |
IS_ABSTRACT_FIELD_NUMBER |
static int |
IS_CONST_FIELD_NUMBER |
static int |
IS_EXPLICIT_INTERFACE_IMPLEMENTATION_FIELD_NUMBER |
static int |
IS_OVERRIDE_FIELD_NUMBER |
static int |
IS_READ_ONLY_FIELD_NUMBER |
static int |
IS_SEALED_FIELD_NUMBER |
static int |
IS_STATIC_FIELD_NUMBER |
static int |
IS_VIRTUAL_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PE_TOKEN_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
TYPE_KIND_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ProtoAssemblyAllTypes.Accessibility |
getAccessibility()
.Accessibility accessibility = 1; |
int |
getAccessibilityValue()
.Accessibility accessibility = 1; |
ProtoAssemblyAllTypes.AttributeDefinition |
getAttributes(int index)
repeated .AttributeDefinition attributes = 15; |
int |
getAttributesCount()
repeated .AttributeDefinition attributes = 15; |
List<ProtoAssemblyAllTypes.AttributeDefinition> |
getAttributesList()
repeated .AttributeDefinition attributes = 15; |
ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder |
getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 15; |
List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> |
getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 15; |
ProtoAssemblyAllTypes.TypeDefinition |
getDeclaringType()
.TypeDefinition declaring_type = 13; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 13; |
static ProtoAssemblyAllTypes.FieldDefinition |
getDefaultInstance() |
ProtoAssemblyAllTypes.FieldDefinition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFullName()
string full_name = 12; |
com.google.protobuf.ByteString |
getFullNameBytes()
string full_name = 12; |
boolean |
getIsAbstract()
bool is_abstract = 2; |
boolean |
getIsConst()
bool is_const = 7; |
boolean |
getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4; |
boolean |
getIsOverride()
bool is_override = 5; |
boolean |
getIsReadOnly()
bool is_read_only = 8; |
boolean |
getIsSealed()
bool is_sealed = 3; |
boolean |
getIsStatic()
bool is_static = 9; |
boolean |
getIsVirtual()
bool is_virtual = 6; |
String |
getName()
string name = 11; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 11; |
com.google.protobuf.Parser<ProtoAssemblyAllTypes.FieldDefinition> |
getParserForType() |
int |
getPeToken()
hexadecimal x8 pe token
|
int |
getSerializedSize() |
ProtoAssemblyAllTypes.TypeDefinition |
getType()
.TypeDefinition type = 10; |
ProtoAssemblyAllTypes.TypeKindDef |
getTypeKind()
.TypeKindDef type_kind = 14; |
int |
getTypeKindValue()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getTypeOrBuilder()
.TypeDefinition type = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeclaringType()
.TypeDefinition declaring_type = 13; |
int |
hashCode() |
boolean |
hasType()
.TypeDefinition type = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtoAssemblyAllTypes.FieldDefinition.Builder |
newBuilder() |
static ProtoAssemblyAllTypes.FieldDefinition.Builder |
newBuilder(ProtoAssemblyAllTypes.FieldDefinition prototype) |
ProtoAssemblyAllTypes.FieldDefinition.Builder |
newBuilderForType() |
protected ProtoAssemblyAllTypes.FieldDefinition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseDelimitedFrom(InputStream input) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(byte[] data) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(ByteBuffer data) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(com.google.protobuf.ByteString data) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(InputStream input) |
static ProtoAssemblyAllTypes.FieldDefinition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProtoAssemblyAllTypes.FieldDefinition> |
parser() |
ProtoAssemblyAllTypes.FieldDefinition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACCESSIBILITY_FIELD_NUMBER
public static final int IS_ABSTRACT_FIELD_NUMBER
public static final int IS_SEALED_FIELD_NUMBER
public static final int IS_EXPLICIT_INTERFACE_IMPLEMENTATION_FIELD_NUMBER
public static final int IS_OVERRIDE_FIELD_NUMBER
public static final int IS_VIRTUAL_FIELD_NUMBER
public static final int IS_CONST_FIELD_NUMBER
public static final int IS_READ_ONLY_FIELD_NUMBER
public static final int IS_STATIC_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int TYPE_KIND_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int FULL_NAME_FIELD_NUMBER
public static final int DECLARING_TYPE_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int PE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getAccessibilityValue()
.Accessibility accessibility = 1;getAccessibilityValue in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;getAccessibility in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsAbstract()
bool is_abstract = 2;getIsAbstract in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsSealed()
bool is_sealed = 3;getIsSealed in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4;getIsExplicitInterfaceImplementation in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsOverride()
bool is_override = 5;getIsOverride in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsVirtual()
bool is_virtual = 6;getIsVirtual in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsConst()
bool is_const = 7;getIsConst in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsReadOnly()
bool is_read_only = 8;getIsReadOnly in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean getIsStatic()
bool is_static = 9;getIsStatic in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic boolean hasType()
.TypeDefinition type = 10;hasType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 10;getType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 10;getTypeOrBuilder in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic int getTypeKindValue()
.TypeKindDef type_kind = 14;getTypeKindValue in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeKindDef getTypeKind()
.TypeKindDef type_kind = 14;getTypeKind in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic String getName()
string name = 11;getName in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 11;getNameBytes in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic 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 boolean hasDeclaringType()
.TypeDefinition declaring_type = 13;hasDeclaringType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getDeclaringType()
.TypeDefinition declaring_type = 13;getDeclaringType in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic 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 List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 15;getAttributesOrBuilderList 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.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 15;getAttributesOrBuilder in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 16;getPeToken in interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.FieldDefinition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProtoAssemblyAllTypes.FieldDefinition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoAssemblyAllTypes.FieldDefinition.Builder newBuilder()
public static ProtoAssemblyAllTypes.FieldDefinition.Builder newBuilder(ProtoAssemblyAllTypes.FieldDefinition prototype)
public ProtoAssemblyAllTypes.FieldDefinition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtoAssemblyAllTypes.FieldDefinition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProtoAssemblyAllTypes.FieldDefinition getDefaultInstance()
public static com.google.protobuf.Parser<ProtoAssemblyAllTypes.FieldDefinition> parser()
public com.google.protobuf.Parser<ProtoAssemblyAllTypes.FieldDefinition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProtoAssemblyAllTypes.FieldDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Soot OSS. All rights reserved.