Interface Ops.FileActionMkDirOrBuilder

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

public static interface Ops.FileActionMkDirOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    makeParents creates parent directories as well if needed
    int
    permission bits
    optional owner for the new directory
    optional owner for the new directory
    path for the new directory
    com.google.protobuf.ByteString
    path for the new directory
    long
    optional created time override
    boolean
    optional owner for the new directory

    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()
       path for the new directory
       
      string path = 1;
      Returns:
      The path.
    • getPathBytes

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

      int getMode()
       permission bits
       
      int32 mode = 2;
      Returns:
      The mode.
    • getMakeParents

      boolean getMakeParents()
       makeParents creates parent directories as well if needed
       
      bool makeParents = 3;
      Returns:
      The makeParents.
    • hasOwner

      boolean hasOwner()
       optional owner for the new directory
       
      .pb.ChownOpt owner = 4;
      Returns:
      Whether the owner field is set.
    • getOwner

      Ops.ChownOpt getOwner()
       optional owner for the new directory
       
      .pb.ChownOpt owner = 4;
      Returns:
      The owner.
    • getOwnerOrBuilder

      Ops.ChownOptOrBuilder getOwnerOrBuilder()
       optional owner for the new directory
       
      .pb.ChownOpt owner = 4;
    • getTimestamp

      long getTimestamp()
       optional created time override
       
      int64 timestamp = 5;
      Returns:
      The timestamp.