public static final class ProtoAssemblyAllTypes.PropertyDefinition extends com.google.protobuf.GeneratedMessageV3 implements ProtoAssemblyAllTypes.PropertyDefinitionOrBuilder
PropertyDefinition| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoAssemblyAllTypes.PropertyDefinition.Builder
Protobuf type
PropertyDefinition |
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 |
CAN_GET_FIELD_NUMBER |
static int |
CAN_SET_FIELD_NUMBER |
static int |
GETTER_FIELD_NUMBER |
static int |
IS_ABSTRACT_FIELD_NUMBER |
static int |
IS_EXPLICIT_INTERFACE_IMPLEMENTATION_FIELD_NUMBER |
static int |
IS_EXTERN_FIELD_NUMBER |
static int |
IS_OVERRIDE_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 |
SETTER_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 = 16; |
int |
getAttributesCount()
repeated .AttributeDefinition attributes = 16; |
List<ProtoAssemblyAllTypes.AttributeDefinition> |
getAttributesList()
repeated .AttributeDefinition attributes = 16; |
ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder |
getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 16; |
List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> |
getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 16; |
boolean |
getCanGet()
bool can_get = 2; |
boolean |
getCanSet()
bool can_set = 3; |
static ProtoAssemblyAllTypes.PropertyDefinition |
getDefaultInstance() |
ProtoAssemblyAllTypes.PropertyDefinition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ProtoAssemblyAllTypes.MethodDefinition |
getGetter()
.MethodDefinition getter = 10; |
ProtoAssemblyAllTypes.MethodDefinitionOrBuilder |
getGetterOrBuilder()
.MethodDefinition getter = 10; |
boolean |
getIsAbstract()
bool is_abstract = 4; |
boolean |
getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6; |
boolean |
getIsExtern()
bool is_extern = 15; |
boolean |
getIsOverride()
bool is_override = 7; |
boolean |
getIsSealed()
bool is_sealed = 5; |
boolean |
getIsStatic()
bool is_static = 9; |
boolean |
getIsVirtual()
bool is_virtual = 8; |
String |
getName()
string name = 13; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 13; |
com.google.protobuf.Parser<ProtoAssemblyAllTypes.PropertyDefinition> |
getParserForType() |
int |
getPeToken()
hexadecimal x8 pe token
|
int |
getSerializedSize() |
ProtoAssemblyAllTypes.MethodDefinition |
getSetter()
.MethodDefinition setter = 11; |
ProtoAssemblyAllTypes.MethodDefinitionOrBuilder |
getSetterOrBuilder()
.MethodDefinition setter = 11; |
ProtoAssemblyAllTypes.TypeDefinition |
getType()
.TypeDefinition type = 12; |
ProtoAssemblyAllTypes.TypeKindDef |
getTypeKind()
.TypeKindDef type_kind = 14; |
int |
getTypeKindValue()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getTypeOrBuilder()
.TypeDefinition type = 12; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGetter()
.MethodDefinition getter = 10; |
int |
hashCode() |
boolean |
hasSetter()
.MethodDefinition setter = 11; |
boolean |
hasType()
.TypeDefinition type = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtoAssemblyAllTypes.PropertyDefinition.Builder |
newBuilder() |
static ProtoAssemblyAllTypes.PropertyDefinition.Builder |
newBuilder(ProtoAssemblyAllTypes.PropertyDefinition prototype) |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
newBuilderForType() |
protected ProtoAssemblyAllTypes.PropertyDefinition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseDelimitedFrom(InputStream input) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(byte[] data) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(ByteBuffer data) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(com.google.protobuf.ByteString data) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(InputStream input) |
static ProtoAssemblyAllTypes.PropertyDefinition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProtoAssemblyAllTypes.PropertyDefinition> |
parser() |
ProtoAssemblyAllTypes.PropertyDefinition.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 CAN_GET_FIELD_NUMBER
public static final int CAN_SET_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_STATIC_FIELD_NUMBER
public static final int IS_EXTERN_FIELD_NUMBER
public static final int GETTER_FIELD_NUMBER
public static final int SETTER_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 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.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;getAccessibility in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getCanGet()
bool can_get = 2;getCanGet in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getCanSet()
bool can_set = 3;getCanSet in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsAbstract()
bool is_abstract = 4;getIsAbstract in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsSealed()
bool is_sealed = 5;getIsSealed in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6;getIsExplicitInterfaceImplementation in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsOverride()
bool is_override = 7;getIsOverride in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsVirtual()
bool is_virtual = 8;getIsVirtual in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsStatic()
bool is_static = 9;getIsStatic in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean getIsExtern()
bool is_extern = 15;getIsExtern in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic boolean hasGetter()
.MethodDefinition getter = 10;hasGetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.MethodDefinition getGetter()
.MethodDefinition getter = 10;getGetter in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic 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.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.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 12;getTypeOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic int getTypeKindValue()
.TypeKindDef type_kind = 14;getTypeKindValue in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeKindDef getTypeKind()
.TypeKindDef type_kind = 14;getTypeKind in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic String getName()
string name = 13;getName in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 13;getNameBytes in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 16;getAttributesList in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 16;getAttributesOrBuilderList 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.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 16;getAttributesOrBuilder in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 17;getPeToken in interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilderpublic 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.PropertyDefinition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.PropertyDefinition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProtoAssemblyAllTypes.PropertyDefinition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoAssemblyAllTypes.PropertyDefinition.Builder newBuilder()
public static ProtoAssemblyAllTypes.PropertyDefinition.Builder newBuilder(ProtoAssemblyAllTypes.PropertyDefinition prototype)
public ProtoAssemblyAllTypes.PropertyDefinition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtoAssemblyAllTypes.PropertyDefinition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProtoAssemblyAllTypes.PropertyDefinition getDefaultInstance()
public static com.google.protobuf.Parser<ProtoAssemblyAllTypes.PropertyDefinition> parser()
public com.google.protobuf.Parser<ProtoAssemblyAllTypes.PropertyDefinition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProtoAssemblyAllTypes.PropertyDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Soot OSS. All rights reserved.