Interface StatOuterClass.StatOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StatOuterClass.Stat, StatOuterClass.Stat.Builder
Enclosing class:
StatOuterClass

public static interface StatOuterClass.StatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, bytes> xattrs = 10;
    long
    int64 devmajor = 8;
    long
    int64 devminor = 9;
    int
    uint32 gid = 4;
    int32 typeflag = 7;
    com.google.protobuf.ByteString
    int32 typeflag = 7;
    int
    uint32 mode = 2;
    long
    int64 modTime = 6;
    string path = 1;
    com.google.protobuf.ByteString
    string path = 1;
    long
    int64 size = 5;
    int
    uint32 uid = 3;
    Map<String,com.google.protobuf.ByteString>
    Deprecated.
    int
    map<string, bytes> xattrs = 10;
    Map<String,com.google.protobuf.ByteString>
    map<string, bytes> xattrs = 10;
    com.google.protobuf.ByteString
    getXattrsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
    map<string, bytes> xattrs = 10;
    com.google.protobuf.ByteString
    map<string, bytes> xattrs = 10;

    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

    • getPath

      String getPath()
      string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      string path = 1;
      Returns:
      The bytes for path.
    • getMode

      int getMode()
      uint32 mode = 2;
      Returns:
      The mode.
    • getUid

      int getUid()
      uint32 uid = 3;
      Returns:
      The uid.
    • getGid

      int getGid()
      uint32 gid = 4;
      Returns:
      The gid.
    • getSize

      long getSize()
      int64 size = 5;
      Returns:
      The size.
    • getModTime

      long getModTime()
      int64 modTime = 6;
      Returns:
      The modTime.
    • getLinkname

      String getLinkname()
       int32 typeflag = 7;
       
      string linkname = 7;
      Returns:
      The linkname.
    • getLinknameBytes

      com.google.protobuf.ByteString getLinknameBytes()
       int32 typeflag = 7;
       
      string linkname = 7;
      Returns:
      The bytes for linkname.
    • getDevmajor

      long getDevmajor()
      int64 devmajor = 8;
      Returns:
      The devmajor.
    • getDevminor

      long getDevminor()
      int64 devminor = 9;
      Returns:
      The devminor.
    • getXattrsCount

      int getXattrsCount()
      map<string, bytes> xattrs = 10;
    • containsXattrs

      boolean containsXattrs(String key)
      map<string, bytes> xattrs = 10;
    • getXattrs

      @Deprecated Map<String,com.google.protobuf.ByteString> getXattrs()
      Deprecated.
      Use getXattrsMap() instead.
    • getXattrsMap

      Map<String,com.google.protobuf.ByteString> getXattrsMap()
      map<string, bytes> xattrs = 10;
    • getXattrsOrDefault

      com.google.protobuf.ByteString getXattrsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
      map<string, bytes> xattrs = 10;
    • getXattrsOrThrow

      com.google.protobuf.ByteString getXattrsOrThrow(String key)
      map<string, bytes> xattrs = 10;