Package com.exonum.core.messages
Class Blockchain.ValidatorKeys.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
com.exonum.core.messages.Blockchain.ValidatorKeys.Builder
- All Implemented Interfaces:
Blockchain.ValidatorKeysOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Blockchain.ValidatorKeys
public static final class Blockchain.ValidatorKeys.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder> implements Blockchain.ValidatorKeysOrBuilder
Public keys of a validator.Protobuf type
exonum.ValidatorKeys-
Method Summary
Modifier and Type Method Description Blockchain.ValidatorKeys.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Blockchain.ValidatorKeysbuild()Blockchain.ValidatorKeysbuildPartial()Blockchain.ValidatorKeys.Builderclear()Blockchain.ValidatorKeys.BuilderclearConsensusKey()Consensus key is used for messages related to the consensus algorithm.Blockchain.ValidatorKeys.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Blockchain.ValidatorKeys.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Blockchain.ValidatorKeys.BuilderclearServiceKey()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Blockchain.ValidatorKeys.Builderclone()Types.PublicKeygetConsensusKey()Consensus key is used for messages related to the consensus algorithm.Types.PublicKey.BuildergetConsensusKeyBuilder()Consensus key is used for messages related to the consensus algorithm.Types.PublicKeyOrBuildergetConsensusKeyOrBuilder()Consensus key is used for messages related to the consensus algorithm.Blockchain.ValidatorKeysgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Types.PublicKeygetServiceKey()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Types.PublicKey.BuildergetServiceKeyBuilder()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Types.PublicKeyOrBuildergetServiceKeyOrBuilder()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.booleanhasConsensusKey()Consensus key is used for messages related to the consensus algorithm.booleanhasServiceKey()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Blockchain.ValidatorKeys.BuildermergeConsensusKey(Types.PublicKey value)Consensus key is used for messages related to the consensus algorithm.Blockchain.ValidatorKeys.BuildermergeFrom(Blockchain.ValidatorKeys other)Blockchain.ValidatorKeys.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Blockchain.ValidatorKeys.BuildermergeFrom(com.google.protobuf.Message other)Blockchain.ValidatorKeys.BuildermergeServiceKey(Types.PublicKey value)Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Blockchain.ValidatorKeys.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Blockchain.ValidatorKeys.BuildersetConsensusKey(Types.PublicKey value)Consensus key is used for messages related to the consensus algorithm.Blockchain.ValidatorKeys.BuildersetConsensusKey(Types.PublicKey.Builder builderForValue)Consensus key is used for messages related to the consensus algorithm.Blockchain.ValidatorKeys.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Blockchain.ValidatorKeys.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Blockchain.ValidatorKeys.BuildersetServiceKey(Types.PublicKey value)Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Blockchain.ValidatorKeys.BuildersetServiceKey(Types.PublicKey.Builder builderForValue)Service key is used for services, for example, the configuration updater service, the anchoring service, etc.Blockchain.ValidatorKeys.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
setField
public Blockchain.ValidatorKeys.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
clearField
public Blockchain.ValidatorKeys.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
clearOneof
public Blockchain.ValidatorKeys.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
setRepeatedField
public Blockchain.ValidatorKeys.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
addRepeatedField
public Blockchain.ValidatorKeys.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Blockchain.ValidatorKeys.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
mergeFrom
public Blockchain.ValidatorKeys.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Blockchain.ValidatorKeys.Builder>- Throws:
IOException
-
hasConsensusKey
public boolean hasConsensusKey()Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1;- Specified by:
hasConsensusKeyin interfaceBlockchain.ValidatorKeysOrBuilder- Returns:
- Whether the consensusKey field is set.
-
getConsensusKey
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1;- Specified by:
getConsensusKeyin interfaceBlockchain.ValidatorKeysOrBuilder- Returns:
- The consensusKey.
-
setConsensusKey
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1; -
setConsensusKey
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1; -
mergeConsensusKey
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1; -
clearConsensusKey
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1; -
getConsensusKeyBuilder
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1; -
getConsensusKeyOrBuilder
Consensus key is used for messages related to the consensus algorithm.
.exonum.crypto.PublicKey consensus_key = 1;- Specified by:
getConsensusKeyOrBuilderin interfaceBlockchain.ValidatorKeysOrBuilder
-
hasServiceKey
public boolean hasServiceKey()Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2;- Specified by:
hasServiceKeyin interfaceBlockchain.ValidatorKeysOrBuilder- Returns:
- Whether the serviceKey field is set.
-
getServiceKey
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2;- Specified by:
getServiceKeyin interfaceBlockchain.ValidatorKeysOrBuilder- Returns:
- The serviceKey.
-
setServiceKey
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2; -
setServiceKey
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2; -
mergeServiceKey
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2; -
clearServiceKey
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2; -
getServiceKeyBuilder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2; -
getServiceKeyOrBuilder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
.exonum.crypto.PublicKey service_key = 2;- Specified by:
getServiceKeyOrBuilderin interfaceBlockchain.ValidatorKeysOrBuilder
-
setUnknownFields
public final Blockchain.ValidatorKeys.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-
mergeUnknownFields
public final Blockchain.ValidatorKeys.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Blockchain.ValidatorKeys.Builder>
-