Interface IFileServiceOuterClass.IFileServiceMoveRequestOrBuilder

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

public static interface IFileServiceOuterClass.IFileServiceMoveRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool createDirectory = 1;
    string destinationFilePath = 4;
    com.google.protobuf.ByteString
    string destinationFilePath = 4;
    boolean
    bool overwrite = 2;
    string sourceFilePath = 3;
    com.google.protobuf.ByteString
    string sourceFilePath = 3;

    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

    • getCreateDirectory

      boolean getCreateDirectory()
      bool createDirectory = 1;
    • getOverwrite

      boolean getOverwrite()
      bool overwrite = 2;
    • getSourceFilePath

      String getSourceFilePath()
      string sourceFilePath = 3;
    • getSourceFilePathBytes

      com.google.protobuf.ByteString getSourceFilePathBytes()
      string sourceFilePath = 3;
    • getDestinationFilePath

      String getDestinationFilePath()
      string destinationFilePath = 4;
    • getDestinationFilePathBytes

      com.google.protobuf.ByteString getDestinationFilePathBytes()
      string destinationFilePath = 4;