Interface Ops.FileActionMkFileOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    data is the new file contents
    int
    permission bits
    optional owner for the new file
    optional owner for the new file
    path for the new file
    com.google.protobuf.ByteString
    path for the new file
    long
    optional created time override
    boolean
    optional owner for the new file

    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 file
       
      string path = 1;
      Returns:
      The path.
    • getPathBytes

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

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

      com.google.protobuf.ByteString getData()
       data is the new file contents
       
      bytes data = 3;
      Returns:
      The data.
    • hasOwner

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

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

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

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