public static interface QueryDirectoryContentsResponse.DirectoryEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDirectory()
public abstract String getDirectory()A child directory in the directory.
string directory = 2;
| Type | Description |
| String | The directory. |
getDirectoryBytes()
public abstract ByteString getDirectoryBytes()A child directory in the directory.
string directory = 2;
| Type | Description |
| ByteString | The bytes for directory. |
getEntryCase()
public abstract QueryDirectoryContentsResponse.DirectoryEntry.EntryCase getEntryCase()| Type | Description |
| QueryDirectoryContentsResponse.DirectoryEntry.EntryCase |
getFile()
public abstract String getFile()A file in the directory.
string file = 1;
| Type | Description |
| String | The file. |
getFileBytes()
public abstract ByteString getFileBytes()A file in the directory.
string file = 1;
| Type | Description |
| ByteString | The bytes for file. |
hasDirectory()
public abstract boolean hasDirectory()A child directory in the directory.
string directory = 2;
| Type | Description |
| boolean | Whether the directory field is set. |
hasFile()
public abstract boolean hasFile()A file in the directory.
string file = 1;
| Type | Description |
| boolean | Whether the file field is set. |