Class StatOuterClass.Stat

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
fsutil.types.StatOuterClass.Stat
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StatOuterClass.StatOrBuilder, Serializable
Enclosing class:
StatOuterClass

public static final class StatOuterClass.Stat extends com.google.protobuf.GeneratedMessage implements StatOuterClass.StatOrBuilder
Protobuf type fsutil.types.Stat
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getPath

      public String getPath()
      string path = 1;
      Specified by:
      getPath in interface StatOuterClass.StatOrBuilder
      Returns:
      The path.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes()
      string path = 1;
      Specified by:
      getPathBytes in interface StatOuterClass.StatOrBuilder
      Returns:
      The bytes for path.
    • getMode

      public int getMode()
      uint32 mode = 2;
      Specified by:
      getMode in interface StatOuterClass.StatOrBuilder
      Returns:
      The mode.
    • getUid

      public int getUid()
      uint32 uid = 3;
      Specified by:
      getUid in interface StatOuterClass.StatOrBuilder
      Returns:
      The uid.
    • getGid

      public int getGid()
      uint32 gid = 4;
      Specified by:
      getGid in interface StatOuterClass.StatOrBuilder
      Returns:
      The gid.
    • getSize

      public long getSize()
      int64 size = 5;
      Specified by:
      getSize in interface StatOuterClass.StatOrBuilder
      Returns:
      The size.
    • getModTime

      public long getModTime()
      int64 modTime = 6;
      Specified by:
      getModTime in interface StatOuterClass.StatOrBuilder
      Returns:
      The modTime.
    • getLinkname

      public String getLinkname()
       int32 typeflag = 7;
       
      string linkname = 7;
      Specified by:
      getLinkname in interface StatOuterClass.StatOrBuilder
      Returns:
      The linkname.
    • getLinknameBytes

      public com.google.protobuf.ByteString getLinknameBytes()
       int32 typeflag = 7;
       
      string linkname = 7;
      Specified by:
      getLinknameBytes in interface StatOuterClass.StatOrBuilder
      Returns:
      The bytes for linkname.
    • getDevmajor

      public long getDevmajor()
      int64 devmajor = 8;
      Specified by:
      getDevmajor in interface StatOuterClass.StatOrBuilder
      Returns:
      The devmajor.
    • getDevminor

      public long getDevminor()
      int64 devminor = 9;
      Specified by:
      getDevminor in interface StatOuterClass.StatOrBuilder
      Returns:
      The devminor.
    • getXattrsCount

      public int getXattrsCount()
      Description copied from interface: StatOuterClass.StatOrBuilder
      map<string, bytes> xattrs = 10;
      Specified by:
      getXattrsCount in interface StatOuterClass.StatOrBuilder
    • containsXattrs

      public boolean containsXattrs(String key)
      map<string, bytes> xattrs = 10;
      Specified by:
      containsXattrs in interface StatOuterClass.StatOrBuilder
    • getXattrs

      @Deprecated public Map<String,com.google.protobuf.ByteString> getXattrs()
      Deprecated.
      Use getXattrsMap() instead.
      Specified by:
      getXattrs in interface StatOuterClass.StatOrBuilder
    • getXattrsMap

      public Map<String,com.google.protobuf.ByteString> getXattrsMap()
      map<string, bytes> xattrs = 10;
      Specified by:
      getXattrsMap in interface StatOuterClass.StatOrBuilder
    • getXattrsOrDefault

      public com.google.protobuf.ByteString getXattrsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
      map<string, bytes> xattrs = 10;
      Specified by:
      getXattrsOrDefault in interface StatOuterClass.StatOrBuilder
    • getXattrsOrThrow

      public com.google.protobuf.ByteString getXattrsOrThrow(String key)
      map<string, bytes> xattrs = 10;
      Specified by:
      getXattrsOrThrow in interface StatOuterClass.StatOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static StatOuterClass.Stat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StatOuterClass.Stat parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StatOuterClass.Stat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StatOuterClass.Stat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public StatOuterClass.Stat.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static StatOuterClass.Stat.Builder newBuilder()
    • newBuilder

      public static StatOuterClass.Stat.Builder newBuilder(StatOuterClass.Stat prototype)
    • toBuilder

      public StatOuterClass.Stat.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected StatOuterClass.Stat.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static StatOuterClass.Stat getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<StatOuterClass.Stat> parser()
    • getParserForType

      public com.google.protobuf.Parser<StatOuterClass.Stat> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public StatOuterClass.Stat getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder