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