Interface Wire.PacketOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Wire.Packet
,Wire.Packet.Builder
- Enclosing class:
Wire
public static interface Wire.PacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getData()
bytes data = 4;
int
getID()
uint32 ID = 3;
getStat()
.fsutil.types.Stat stat = 2;
.fsutil.types.Stat stat = 2;
getType()
.fsutil.types.Packet.PacketType type = 1;
int
.fsutil.types.Packet.PacketType type = 1;
boolean
hasStat()
.fsutil.types.Stat stat = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeValue
int getTypeValue().fsutil.types.Packet.PacketType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
-
hasStat
boolean hasStat().fsutil.types.Stat stat = 2;
- Returns:
- Whether the stat field is set.
-
getStat
-
getStatOrBuilder
StatOuterClass.StatOrBuilder getStatOrBuilder().fsutil.types.Stat stat = 2;
-
getID
int getID()uint32 ID = 3;
- Returns:
- The iD.
-
getData
com.google.protobuf.ByteString getData()bytes data = 4;
- Returns:
- The data.
-