public interface RouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDst()
required string dst = 2; |
com.google.protobuf.ByteString |
getDstBytes()
required string dst = 2; |
long |
getLength()
optional int64 length = 3; |
String |
getSrc()
required string src = 1; |
com.google.protobuf.ByteString |
getSrcBytes()
required string src = 1; |
boolean |
hasDst()
required string dst = 2; |
boolean |
hasLength()
optional int64 length = 3; |
boolean |
hasSrc()
required string src = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSrc()
required string src = 1;
String getSrc()
required string src = 1;
com.google.protobuf.ByteString getSrcBytes()
required string src = 1;
boolean hasDst()
required string dst = 2;
String getDst()
required string dst = 2;
com.google.protobuf.ByteString getDstBytes()
required string dst = 2;
boolean hasLength()
optional int64 length = 3;
long getLength()
optional int64 length = 3;
Copyright © 2023. All Rights Reserved.