Interface QueryDirectoryContentsResponse.DirectoryEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDirectory()
      A child directory in the directory.
      com.google.protobuf.ByteString getDirectoryBytes()
      A child directory in the directory.
      QueryDirectoryContentsResponse.DirectoryEntry.EntryCase getEntryCase()  
      String getFile()
      A file in the directory.
      com.google.protobuf.ByteString getFileBytes()
      A file in the directory.
      boolean hasDirectory()
      A child directory in the directory.
      boolean hasFile()
      A file in the directory.
      • 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 Detail

      • hasFile

        boolean hasFile()
         A file in the directory.
         
        string file = 1;
        Returns:
        Whether the file field is set.
      • getFile

        String getFile()
         A file in the directory.
         
        string file = 1;
        Returns:
        The file.
      • getFileBytes

        com.google.protobuf.ByteString getFileBytes()
         A file in the directory.
         
        string file = 1;
        Returns:
        The bytes for file.
      • hasDirectory

        boolean hasDirectory()
         A child directory in the directory.
         
        string directory = 2;
        Returns:
        Whether the directory field is set.
      • getDirectory

        String getDirectory()
         A child directory in the directory.
         
        string directory = 2;
        Returns:
        The directory.
      • getDirectoryBytes

        com.google.protobuf.ByteString getDirectoryBytes()
         A child directory in the directory.
         
        string directory = 2;
        Returns:
        The bytes for directory.