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 Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes data = 4;
    int
    uint32 ID = 3;
    .fsutil.types.Stat stat = 2;
    .fsutil.types.Stat stat = 2;
    .fsutil.types.Packet.PacketType type = 1;
    int
    .fsutil.types.Packet.PacketType type = 1;
    boolean
    .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

      .fsutil.types.Packet.PacketType type = 1;
      Returns:
      The type.
    • hasStat

      boolean hasStat()
      .fsutil.types.Stat stat = 2;
      Returns:
      Whether the stat field is set.
    • getStat

      .fsutil.types.Stat stat = 2;
      Returns:
      The stat.
    • 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.