public static final class PeerSeedProtos.SignedPeerSeeds extends com.google.protobuf.GeneratedMessageLite<PeerSeedProtos.SignedPeerSeeds,PeerSeedProtos.SignedPeerSeeds.Builder> implements PeerSeedProtos.SignedPeerSeedsOrBuilder
org.bitcoin.crawler.SignedPeerSeeds
Modifier and Type | Class and Description |
---|---|
static class |
PeerSeedProtos.SignedPeerSeeds.Builder
Protobuf type
org.bitcoin.crawler.SignedPeerSeeds |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
Modifier and Type | Field and Description |
---|---|
static int |
PEER_SEEDS_FIELD_NUMBER |
static int |
PUBKEY_FIELD_NUMBER |
static int |
SIGNATURE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
static PeerSeedProtos.SignedPeerSeeds |
getDefaultInstance() |
com.google.protobuf.ByteString |
getPeerSeeds()
required bytes peer_seeds = 1; |
com.google.protobuf.ByteString |
getPubkey()
required bytes pubkey = 3; |
com.google.protobuf.ByteString |
getSignature()
required bytes signature = 2; |
boolean |
hasPeerSeeds()
required bytes peer_seeds = 1; |
boolean |
hasPubkey()
required bytes pubkey = 3; |
boolean |
hasSignature()
required bytes signature = 2; |
static PeerSeedProtos.SignedPeerSeeds.Builder |
newBuilder() |
static PeerSeedProtos.SignedPeerSeeds.Builder |
newBuilder(PeerSeedProtos.SignedPeerSeeds prototype) |
static PeerSeedProtos.SignedPeerSeeds |
parseDelimitedFrom(java.io.InputStream input) |
static PeerSeedProtos.SignedPeerSeeds |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(byte[] data) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(java.nio.ByteBuffer data) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(com.google.protobuf.ByteString data) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(java.io.InputStream input) |
static PeerSeedProtos.SignedPeerSeeds |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PeerSeedProtos.SignedPeerSeeds> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int PEER_SEEDS_FIELD_NUMBER
public static final int SIGNATURE_FIELD_NUMBER
public static final int PUBKEY_FIELD_NUMBER
public boolean hasPeerSeeds()
required bytes peer_seeds = 1;
hasPeerSeeds
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public com.google.protobuf.ByteString getPeerSeeds()
required bytes peer_seeds = 1;
getPeerSeeds
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public boolean hasSignature()
required bytes signature = 2;
hasSignature
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public com.google.protobuf.ByteString getSignature()
required bytes signature = 2;
getSignature
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public boolean hasPubkey()
required bytes pubkey = 3;
hasPubkey
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public com.google.protobuf.ByteString getPubkey()
required bytes pubkey = 3;
getPubkey
in interface PeerSeedProtos.SignedPeerSeedsOrBuilder
public static PeerSeedProtos.SignedPeerSeeds parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PeerSeedProtos.SignedPeerSeeds.Builder newBuilder()
public static PeerSeedProtos.SignedPeerSeeds.Builder newBuilder(PeerSeedProtos.SignedPeerSeeds prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<PeerSeedProtos.SignedPeerSeeds,PeerSeedProtos.SignedPeerSeeds.Builder>
public static PeerSeedProtos.SignedPeerSeeds getDefaultInstance()
public static com.google.protobuf.Parser<PeerSeedProtos.SignedPeerSeeds> parser()