public static interface QueryDirectoryContentsResponse.DirectoryEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFile()
A file in the directory.
string file = 1;String getFile()
A file in the directory.
string file = 1;com.google.protobuf.ByteString getFileBytes()
A file in the directory.
string file = 1;boolean hasDirectory()
A child directory in the directory.
string directory = 2;String getDirectory()
A child directory in the directory.
string directory = 2;com.google.protobuf.ByteString getDirectoryBytes()
A child directory in the directory.
string directory = 2;QueryDirectoryContentsResponse.DirectoryEntry.EntryCase getEntryCase()
Copyright © 2024 Google LLC. All rights reserved.