public interface 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 DirectoryEntry.EntryCase getEntryCase()| Returns | |
|---|---|
| Type | Description |
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. |
getMetadata()
public abstract FilesystemEntryMetadata getMetadata()Entry with metadata.
.google.cloud.dataform.v1.FilesystemEntryMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
FilesystemEntryMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract FilesystemEntryMetadataOrBuilder getMetadataOrBuilder()Entry with metadata.
.google.cloud.dataform.v1.FilesystemEntryMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
FilesystemEntryMetadataOrBuilder |
|
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. |
hasMetadata()
public abstract boolean hasMetadata()Entry with metadata.
.google.cloud.dataform.v1.FilesystemEntryMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |