public static final class Daemon.Path extends com.google.protobuf.GeneratedMessageV3 implements Daemon.PathOrBuilder
proto.daemon.v1.Path| Modifier and Type | Class and Description |
|---|---|
static class |
Daemon.Path.Builder
Protobuf type
proto.daemon.v1.Path |
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.UnusedPrivateParametercom.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter| Modifier and Type | Field and Description |
|---|---|
static int |
BANDWIDTH_FIELD_NUMBER |
static int |
EPIC_AUTHS_FIELD_NUMBER |
static int |
EXPIRATION_FIELD_NUMBER |
static int |
GEO_FIELD_NUMBER |
static int |
INTERFACE_FIELD_NUMBER |
static int |
INTERFACES_FIELD_NUMBER |
static int |
INTERNAL_HOPS_FIELD_NUMBER |
static int |
LATENCY_FIELD_NUMBER |
static int |
LINK_TYPE_FIELD_NUMBER |
static int |
MTU_FIELD_NUMBER |
static int |
NOTES_FIELD_NUMBER |
static int |
RAW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getBandwidth(int index)
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
int |
getBandwidthCount()
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
List<Long> |
getBandwidthList()
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
static Daemon.Path |
getDefaultInstance() |
Daemon.Path |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Daemon.EpicAuths |
getEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.EpicAuthsOrBuilder |
getEpicAuthsOrBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
com.google.protobuf.Timestamp |
getExpiration()
The point in time when this path expires.
|
com.google.protobuf.TimestampOrBuilder |
getExpirationOrBuilder()
The point in time when this path expires.
|
Daemon.GeoCoordinates |
getGeo(int index)
Geo lists the geographical position of the border routers along the
path.
|
int |
getGeoCount()
Geo lists the geographical position of the border routers along the
path.
|
List<Daemon.GeoCoordinates> |
getGeoList()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.GeoCoordinatesOrBuilder |
getGeoOrBuilder(int index)
Geo lists the geographical position of the border routers along the
path.
|
List<? extends Daemon.GeoCoordinatesOrBuilder> |
getGeoOrBuilderList()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Interface |
getInterface()
Interface for exiting the local AS using this path.
|
Daemon.InterfaceOrBuilder |
getInterfaceOrBuilder()
Interface for exiting the local AS using this path.
|
Daemon.PathInterface |
getInterfaces(int index)
The list of interfaces the path is composed of.
|
int |
getInterfacesCount()
The list of interfaces the path is composed of.
|
List<Daemon.PathInterface> |
getInterfacesList()
The list of interfaces the path is composed of.
|
Daemon.PathInterfaceOrBuilder |
getInterfacesOrBuilder(int index)
The list of interfaces the path is composed of.
|
List<? extends Daemon.PathInterfaceOrBuilder> |
getInterfacesOrBuilderList()
The list of interfaces the path is composed of.
|
int |
getInternalHops(int index)
InternalHops lists the number of AS internal hops for the ASes on path.
|
int |
getInternalHopsCount()
InternalHops lists the number of AS internal hops for the ASes on path.
|
List<Integer> |
getInternalHopsList()
InternalHops lists the number of AS internal hops for the ASes on path.
|
com.google.protobuf.Duration |
getLatency(int index)
Latency lists the latencies between any two consecutive interfaces.
|
int |
getLatencyCount()
Latency lists the latencies between any two consecutive interfaces.
|
List<com.google.protobuf.Duration> |
getLatencyList()
Latency lists the latencies between any two consecutive interfaces.
|
com.google.protobuf.DurationOrBuilder |
getLatencyOrBuilder(int index)
Latency lists the latencies between any two consecutive interfaces.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getLatencyOrBuilderList()
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.LinkType |
getLinkType(int index)
LinkType contains the announced link type of inter-domain links.
|
int |
getLinkTypeCount()
LinkType contains the announced link type of inter-domain links.
|
List<Daemon.LinkType> |
getLinkTypeList()
LinkType contains the announced link type of inter-domain links.
|
int |
getLinkTypeValue(int index)
LinkType contains the announced link type of inter-domain links.
|
List<Integer> |
getLinkTypeValueList()
LinkType contains the announced link type of inter-domain links.
|
int |
getMtu()
The maximum transmission unit (MTU) on the path.
|
String |
getNotes(int index)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.ByteString |
getNotesBytes(int index)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
int |
getNotesCount()
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.ProtocolStringList |
getNotesList()
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.Parser<Daemon.Path> |
getParserForType() |
com.google.protobuf.ByteString |
getRaw()
The raw data-plane path.
|
int |
getSerializedSize() |
boolean |
hasEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
boolean |
hasExpiration()
The point in time when this path expires.
|
int |
hashCode() |
boolean |
hasInterface()
Interface for exiting the local AS using this path.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Daemon.Path.Builder |
newBuilder() |
static Daemon.Path.Builder |
newBuilder(Daemon.Path prototype) |
Daemon.Path.Builder |
newBuilderForType() |
protected Daemon.Path.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Daemon.Path |
parseDelimitedFrom(InputStream input) |
static Daemon.Path |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Daemon.Path |
parseFrom(byte[] data) |
static Daemon.Path |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Daemon.Path |
parseFrom(ByteBuffer data) |
static Daemon.Path |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Daemon.Path |
parseFrom(com.google.protobuf.ByteString data) |
static Daemon.Path |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Daemon.Path |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Daemon.Path |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Daemon.Path |
parseFrom(InputStream input) |
static Daemon.Path |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Daemon.Path> |
parser() |
Daemon.Path.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWritercanUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RAW_FIELD_NUMBER
public static final int INTERFACE_FIELD_NUMBER
public static final int INTERFACES_FIELD_NUMBER
public static final int MTU_FIELD_NUMBER
public static final int EXPIRATION_FIELD_NUMBER
public static final int LATENCY_FIELD_NUMBER
public static final int BANDWIDTH_FIELD_NUMBER
public static final int GEO_FIELD_NUMBER
public static final int LINK_TYPE_FIELD_NUMBER
public static final int INTERNAL_HOPS_FIELD_NUMBER
public static final int NOTES_FIELD_NUMBER
public static final int EPIC_AUTHS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 getRaw()
The raw data-plane path.
bytes raw = 1;getRaw in interface Daemon.PathOrBuilderpublic boolean hasInterface()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;hasInterface in interface Daemon.PathOrBuilderpublic Daemon.Interface getInterface()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;getInterface in interface Daemon.PathOrBuilderpublic Daemon.InterfaceOrBuilder getInterfaceOrBuilder()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;getInterfaceOrBuilder in interface Daemon.PathOrBuilderpublic List<Daemon.PathInterface> getInterfacesList()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesList in interface Daemon.PathOrBuilderpublic List<? extends Daemon.PathInterfaceOrBuilder> getInterfacesOrBuilderList()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesOrBuilderList in interface Daemon.PathOrBuilderpublic int getInterfacesCount()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesCount in interface Daemon.PathOrBuilderpublic Daemon.PathInterface getInterfaces(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfaces in interface Daemon.PathOrBuilderpublic Daemon.PathInterfaceOrBuilder getInterfacesOrBuilder(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesOrBuilder in interface Daemon.PathOrBuilderpublic int getMtu()
The maximum transmission unit (MTU) on the path.
uint32 mtu = 4;getMtu in interface Daemon.PathOrBuilderpublic boolean hasExpiration()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;hasExpiration in interface Daemon.PathOrBuilderpublic com.google.protobuf.Timestamp getExpiration()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;getExpiration in interface Daemon.PathOrBuilderpublic com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;getExpirationOrBuilder in interface Daemon.PathOrBuilderpublic List<com.google.protobuf.Duration> getLatencyList()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyList in interface Daemon.PathOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getLatencyOrBuilderList()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyOrBuilderList in interface Daemon.PathOrBuilderpublic int getLatencyCount()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyCount in interface Daemon.PathOrBuilderpublic com.google.protobuf.Duration getLatency(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatency in interface Daemon.PathOrBuilderpublic com.google.protobuf.DurationOrBuilder getLatencyOrBuilder(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyOrBuilder in interface Daemon.PathOrBuilderpublic List<Long> getBandwidthList()
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidthList in interface Daemon.PathOrBuilderpublic int getBandwidthCount()
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidthCount in interface Daemon.PathOrBuilderpublic long getBandwidth(int index)
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidth in interface Daemon.PathOrBuilderindex - The index of the element to return.public List<Daemon.GeoCoordinates> getGeoList()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoList in interface Daemon.PathOrBuilderpublic List<? extends Daemon.GeoCoordinatesOrBuilder> getGeoOrBuilderList()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoOrBuilderList in interface Daemon.PathOrBuilderpublic int getGeoCount()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoCount in interface Daemon.PathOrBuilderpublic Daemon.GeoCoordinates getGeo(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeo in interface Daemon.PathOrBuilderpublic Daemon.GeoCoordinatesOrBuilder getGeoOrBuilder(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoOrBuilder in interface Daemon.PathOrBuilderpublic List<Daemon.LinkType> getLinkTypeList()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeList in interface Daemon.PathOrBuilderpublic int getLinkTypeCount()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeCount in interface Daemon.PathOrBuilderpublic Daemon.LinkType getLinkType(int index)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkType in interface Daemon.PathOrBuilderindex - The index of the element to return.public List<Integer> getLinkTypeValueList()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeValueList in interface Daemon.PathOrBuilderpublic int getLinkTypeValue(int index)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeValue in interface Daemon.PathOrBuilderindex - The index of the value to return.public List<Integer> getInternalHopsList()
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHopsList in interface Daemon.PathOrBuilderpublic int getInternalHopsCount()
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHopsCount in interface Daemon.PathOrBuilderpublic int getInternalHops(int index)
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHops in interface Daemon.PathOrBuilderindex - The index of the element to return.public com.google.protobuf.ProtocolStringList getNotesList()
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesList in interface Daemon.PathOrBuilderpublic int getNotesCount()
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesCount in interface Daemon.PathOrBuilderpublic String getNotes(int index)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotes in interface Daemon.PathOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNotesBytes(int index)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesBytes in interface Daemon.PathOrBuilderindex - The index of the value to return.public boolean hasEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;hasEpicAuths in interface Daemon.PathOrBuilderpublic Daemon.EpicAuths getEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;getEpicAuths in interface Daemon.PathOrBuilderpublic Daemon.EpicAuthsOrBuilder getEpicAuthsOrBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;getEpicAuthsOrBuilder in interface Daemon.PathOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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 Daemon.Path parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Daemon.Path parseFrom(InputStream input) throws IOException
IOExceptionpublic static Daemon.Path parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Daemon.Path parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Daemon.Path parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Daemon.Path parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Daemon.Path parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Daemon.Path.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Daemon.Path.Builder newBuilder()
public static Daemon.Path.Builder newBuilder(Daemon.Path prototype)
public Daemon.Path.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Daemon.Path.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Daemon.Path getDefaultInstance()
public static com.google.protobuf.Parser<Daemon.Path> parser()
public com.google.protobuf.Parser<Daemon.Path> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Daemon.Path getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.