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 TypeMethodDescriptionbooleanbool IsDirectory = 3;booleanbool IsFile = 2;getPath()string Path = 1;com.google.protobuf.ByteStringstring Path = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-