Interface FileSystemEntryOuterClass.FileSystemEntryOrBuilder

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

public static interface FileSystemEntryOuterClass.FileSystemEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool IsDirectory = 3;
    boolean
    bool IsFile = 2;
    string Path = 1;
    com.google.protobuf.ByteString
    string Path = 1;

    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()
      string Path = 1;
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      string Path = 1;
    • getIsFile

      boolean getIsFile()
      bool IsFile = 2;
    • getIsDirectory

      boolean getIsDirectory()
      bool IsDirectory = 3;