Interface Ops.FileActionSymlinkOrBuilder

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

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

    Modifier and Type
    Method
    Description
    source path for the link
    com.google.protobuf.ByteString
    source path for the link
    destination path for the new file representing the link
    com.google.protobuf.ByteString
    destination path for the new file representing the link
    optional owner for the new file
    optional owner 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

    • getOldpath

      String getOldpath()
       destination path for the new file representing the link
       
      string oldpath = 1;
      Returns:
      The oldpath.
    • getOldpathBytes

      com.google.protobuf.ByteString getOldpathBytes()
       destination path for the new file representing the link
       
      string oldpath = 1;
      Returns:
      The bytes for oldpath.
    • getNewpath

      String getNewpath()
       source path for the link
       
      string newpath = 2;
      Returns:
      The newpath.
    • getNewpathBytes

      com.google.protobuf.ByteString getNewpathBytes()
       source path for the link
       
      string newpath = 2;
      Returns:
      The bytes for newpath.
    • hasOwner

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

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

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

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