public static final class ProtoAssemblyAllTypes.AttributeDefinition extends com.google.protobuf.GeneratedMessageV3 implements ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder
C# Attributes of a method (square brackets above method head)Protobuf type
AttributeDefinition| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoAssemblyAllTypes.AttributeDefinition.Builder
C# Attributes of a method (square brackets above method head)
|
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 |
ATTRIBUTE_TYPE_FIELD_NUMBER |
static int |
CONSTRUCTOR_FIELD_NUMBER |
static int |
FIXED_ARGUMENTS_FIELD_NUMBER |
static int |
NAMED_ARGUMENTS_FIELD_NUMBER |
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 ATTRIBUTE_TYPE_FIELD_NUMBER
public static final int CONSTRUCTOR_FIELD_NUMBER
public static final int FIXED_ARGUMENTS_FIELD_NUMBER
public static final int NAMED_ARGUMENTS_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 boolean hasAttributeType()
.TypeDefinition attribute_type = 1;hasAttributeType in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getAttributeType()
.TypeDefinition attribute_type = 1;getAttributeType in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getAttributeTypeOrBuilder()
.TypeDefinition attribute_type = 1;getAttributeTypeOrBuilder in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic String getConstructor()
string constructor = 2;getConstructor in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic com.google.protobuf.ByteString getConstructorBytes()
string constructor = 2;getConstructorBytes in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.AttributeArgumentDefinition> getFixedArgumentsList()
repeated .AttributeArgumentDefinition fixed_arguments = 3;getFixedArgumentsList in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeArgumentDefinitionOrBuilder> getFixedArgumentsOrBuilderList()
repeated .AttributeArgumentDefinition fixed_arguments = 3;getFixedArgumentsOrBuilderList in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic int getFixedArgumentsCount()
repeated .AttributeArgumentDefinition fixed_arguments = 3;getFixedArgumentsCount in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeArgumentDefinition getFixedArguments(int index)
repeated .AttributeArgumentDefinition fixed_arguments = 3;getFixedArguments in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeArgumentDefinitionOrBuilder getFixedArgumentsOrBuilder(int index)
repeated .AttributeArgumentDefinition fixed_arguments = 3;getFixedArgumentsOrBuilder in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.AttributeArgumentDefinition> getNamedArgumentsList()
ILspy uses fixed arg
repeated .AttributeArgumentDefinition named_arguments = 4;getNamedArgumentsList in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeArgumentDefinitionOrBuilder> getNamedArgumentsOrBuilderList()
ILspy uses fixed arg
repeated .AttributeArgumentDefinition named_arguments = 4;getNamedArgumentsOrBuilderList in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic int getNamedArgumentsCount()
ILspy uses fixed arg
repeated .AttributeArgumentDefinition named_arguments = 4;getNamedArgumentsCount in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeArgumentDefinition getNamedArguments(int index)
ILspy uses fixed arg
repeated .AttributeArgumentDefinition named_arguments = 4;getNamedArguments in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeArgumentDefinitionOrBuilder getNamedArgumentsOrBuilder(int index)
ILspy uses fixed arg
repeated .AttributeArgumentDefinition named_arguments = 4;getNamedArgumentsOrBuilder in interface ProtoAssemblyAllTypes.AttributeDefinitionOrBuilderpublic 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.AttributeDefinition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.AttributeDefinition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProtoAssemblyAllTypes.AttributeDefinition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoAssemblyAllTypes.AttributeDefinition.Builder newBuilder()
public static ProtoAssemblyAllTypes.AttributeDefinition.Builder newBuilder(ProtoAssemblyAllTypes.AttributeDefinition prototype)
public ProtoAssemblyAllTypes.AttributeDefinition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtoAssemblyAllTypes.AttributeDefinition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProtoAssemblyAllTypes.AttributeDefinition getDefaultInstance()
public static com.google.protobuf.Parser<ProtoAssemblyAllTypes.AttributeDefinition> parser()
public com.google.protobuf.Parser<ProtoAssemblyAllTypes.AttributeDefinition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProtoAssemblyAllTypes.AttributeDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Soot OSS. All rights reserved.