public static final class Contract.AccountPermissionUpdateContract extends com.google.protobuf.GeneratedMessageV3 implements Contract.AccountPermissionUpdateContractOrBuilder
protocol.AccountPermissionUpdateContract| Modifier and Type | Class and Description |
|---|---|
static class |
Contract.AccountPermissionUpdateContract.Builder
Protobuf type
protocol.AccountPermissionUpdateContract |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVES_FIELD_NUMBER |
static int |
OWNER_ADDRESS_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
WITNESS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Protocol.Permission |
getActives(int index)
Empty is invalidate
repeated .protocol.Permission actives = 4; |
int |
getActivesCount()
Empty is invalidate
repeated .protocol.Permission actives = 4; |
List<Protocol.Permission> |
getActivesList()
Empty is invalidate
repeated .protocol.Permission actives = 4; |
Protocol.PermissionOrBuilder |
getActivesOrBuilder(int index)
Empty is invalidate
repeated .protocol.Permission actives = 4; |
List<? extends Protocol.PermissionOrBuilder> |
getActivesOrBuilderList()
Empty is invalidate
repeated .protocol.Permission actives = 4; |
static Contract.AccountPermissionUpdateContract |
getDefaultInstance() |
Contract.AccountPermissionUpdateContract |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protocol.Permission |
getOwner()
Empty is invalidate
.protocol.Permission owner = 2; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
Protocol.PermissionOrBuilder |
getOwnerOrBuilder()
Empty is invalidate
.protocol.Permission owner = 2; |
com.google.protobuf.Parser<Contract.AccountPermissionUpdateContract> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Protocol.Permission |
getWitness()
Can be empty
.protocol.Permission witness = 3; |
Protocol.PermissionOrBuilder |
getWitnessOrBuilder()
Can be empty
.protocol.Permission witness = 3; |
int |
hashCode() |
boolean |
hasOwner()
Empty is invalidate
.protocol.Permission owner = 2; |
boolean |
hasWitness()
Can be empty
.protocol.Permission witness = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Contract.AccountPermissionUpdateContract.Builder |
newBuilder() |
static Contract.AccountPermissionUpdateContract.Builder |
newBuilder(Contract.AccountPermissionUpdateContract prototype) |
Contract.AccountPermissionUpdateContract.Builder |
newBuilderForType() |
protected Contract.AccountPermissionUpdateContract.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Contract.AccountPermissionUpdateContract |
parseDelimitedFrom(InputStream input) |
static Contract.AccountPermissionUpdateContract |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountPermissionUpdateContract |
parseFrom(byte[] data) |
static Contract.AccountPermissionUpdateContract |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountPermissionUpdateContract |
parseFrom(ByteBuffer data) |
static Contract.AccountPermissionUpdateContract |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountPermissionUpdateContract |
parseFrom(com.google.protobuf.ByteString data) |
static Contract.AccountPermissionUpdateContract |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountPermissionUpdateContract |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.AccountPermissionUpdateContract |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountPermissionUpdateContract |
parseFrom(InputStream input) |
static Contract.AccountPermissionUpdateContract |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Contract.AccountPermissionUpdateContract> |
parser() |
Contract.AccountPermissionUpdateContract.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, 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 OWNER_ADDRESS_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int WITNESS_FIELD_NUMBER
public static final int ACTIVES_FIELD_NUMBER
public 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 com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;getOwnerAddress in interface Contract.AccountPermissionUpdateContractOrBuilderpublic boolean hasOwner()
Empty is invalidate
.protocol.Permission owner = 2;hasOwner in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.Permission getOwner()
Empty is invalidate
.protocol.Permission owner = 2;getOwner in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.PermissionOrBuilder getOwnerOrBuilder()
Empty is invalidate
.protocol.Permission owner = 2;getOwnerOrBuilder in interface Contract.AccountPermissionUpdateContractOrBuilderpublic boolean hasWitness()
Can be empty
.protocol.Permission witness = 3;hasWitness in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.Permission getWitness()
Can be empty
.protocol.Permission witness = 3;getWitness in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.PermissionOrBuilder getWitnessOrBuilder()
Can be empty
.protocol.Permission witness = 3;getWitnessOrBuilder in interface Contract.AccountPermissionUpdateContractOrBuilderpublic List<Protocol.Permission> getActivesList()
Empty is invalidate
repeated .protocol.Permission actives = 4;getActivesList in interface Contract.AccountPermissionUpdateContractOrBuilderpublic List<? extends Protocol.PermissionOrBuilder> getActivesOrBuilderList()
Empty is invalidate
repeated .protocol.Permission actives = 4;getActivesOrBuilderList in interface Contract.AccountPermissionUpdateContractOrBuilderpublic int getActivesCount()
Empty is invalidate
repeated .protocol.Permission actives = 4;getActivesCount in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.Permission getActives(int index)
Empty is invalidate
repeated .protocol.Permission actives = 4;getActives in interface Contract.AccountPermissionUpdateContractOrBuilderpublic Protocol.PermissionOrBuilder getActivesOrBuilder(int index)
Empty is invalidate
repeated .protocol.Permission actives = 4;getActivesOrBuilder in interface Contract.AccountPermissionUpdateContractOrBuilderpublic 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 Contract.AccountPermissionUpdateContract parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(InputStream input) throws IOException
IOExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Contract.AccountPermissionUpdateContract parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Contract.AccountPermissionUpdateContract parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Contract.AccountPermissionUpdateContract parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Contract.AccountPermissionUpdateContract.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Contract.AccountPermissionUpdateContract.Builder newBuilder()
public static Contract.AccountPermissionUpdateContract.Builder newBuilder(Contract.AccountPermissionUpdateContract prototype)
public Contract.AccountPermissionUpdateContract.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Contract.AccountPermissionUpdateContract.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Contract.AccountPermissionUpdateContract getDefaultInstance()
public static com.google.protobuf.Parser<Contract.AccountPermissionUpdateContract> parser()
public com.google.protobuf.Parser<Contract.AccountPermissionUpdateContract> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Contract.AccountPermissionUpdateContract getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.