public static final class PeerSeedProtos.PeerSeedData extends com.google.protobuf.GeneratedMessage implements PeerSeedProtos.PeerSeedDataOrBuilder
org.bitcoin.crawler.PeerSeedData
Modifier and Type | Class and Description |
---|---|
static class |
PeerSeedProtos.PeerSeedData.Builder
Protobuf type
org.bitcoin.crawler.PeerSeedData |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
IP_ADDRESS_FIELD_NUMBER |
static com.google.protobuf.Parser<PeerSeedProtos.PeerSeedData> |
PARSER |
static int |
PORT_FIELD_NUMBER |
static int |
SERVICES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static PeerSeedProtos.PeerSeedData |
getDefaultInstance() |
PeerSeedProtos.PeerSeedData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getIpAddress()
required string ip_address = 1; |
com.google.protobuf.ByteString |
getIpAddressBytes()
required string ip_address = 1; |
com.google.protobuf.Parser<PeerSeedProtos.PeerSeedData> |
getParserForType() |
int |
getPort()
required uint32 port = 2; |
int |
getSerializedSize() |
int |
getServices()
required uint32 services = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasIpAddress()
required string ip_address = 1; |
boolean |
hasPort()
required uint32 port = 2; |
boolean |
hasServices()
required uint32 services = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PeerSeedProtos.PeerSeedData.Builder |
newBuilder() |
static PeerSeedProtos.PeerSeedData.Builder |
newBuilder(PeerSeedProtos.PeerSeedData prototype) |
PeerSeedProtos.PeerSeedData.Builder |
newBuilderForType() |
protected PeerSeedProtos.PeerSeedData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PeerSeedProtos.PeerSeedData |
parseDelimitedFrom(InputStream input) |
static PeerSeedProtos.PeerSeedData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.PeerSeedData |
parseFrom(byte[] data) |
static PeerSeedProtos.PeerSeedData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.PeerSeedData |
parseFrom(com.google.protobuf.ByteString data) |
static PeerSeedProtos.PeerSeedData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.PeerSeedData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PeerSeedProtos.PeerSeedData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PeerSeedProtos.PeerSeedData |
parseFrom(InputStream input) |
static PeerSeedProtos.PeerSeedData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PeerSeedProtos.PeerSeedData.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<PeerSeedProtos.PeerSeedData> PARSER
public static final int IP_ADDRESS_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int SERVICES_FIELD_NUMBER
public static PeerSeedProtos.PeerSeedData getDefaultInstance()
public PeerSeedProtos.PeerSeedData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<PeerSeedProtos.PeerSeedData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasIpAddress()
required string ip_address = 1;
hasIpAddress
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public String getIpAddress()
required string ip_address = 1;
getIpAddress
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public com.google.protobuf.ByteString getIpAddressBytes()
required string ip_address = 1;
getIpAddressBytes
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public boolean hasPort()
required uint32 port = 2;
hasPort
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public int getPort()
required uint32 port = 2;
getPort
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public boolean hasServices()
required uint32 services = 3;
hasServices
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public int getServices()
required uint32 services = 3;
getServices
in interface PeerSeedProtos.PeerSeedDataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static PeerSeedProtos.PeerSeedData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.PeerSeedData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.PeerSeedData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.PeerSeedData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PeerSeedProtos.PeerSeedData parseFrom(InputStream input) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PeerSeedProtos.PeerSeedData.Builder newBuilder()
public PeerSeedProtos.PeerSeedData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PeerSeedProtos.PeerSeedData.Builder newBuilder(PeerSeedProtos.PeerSeedData prototype)
public PeerSeedProtos.PeerSeedData.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PeerSeedProtos.PeerSeedData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.