public sealed class DirectoryEntry : IMessage<DirectoryEntry>, IEquatable<DirectoryEntry>, IDeepCloneable<DirectoryEntry>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class DirectoryEntry.
Represents a single entry in a directory.
Implements
IMessageDirectoryEntry, IEquatableDirectoryEntry, IDeepCloneableDirectoryEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
DirectoryEntry()
public DirectoryEntry()DirectoryEntry(DirectoryEntry)
public DirectoryEntry(DirectoryEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
DirectoryEntry |
Properties
Directory
public string Directory { get; set; }A child directory in the directory.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntryCase
public DirectoryEntry.EntryOneofCase EntryCase { get; }| Property Value | |
|---|---|
| Type | Description |
DirectoryEntryEntryOneofCase |
|
File
public string File { get; set; }A file in the directory.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDirectory
public bool HasDirectory { get; }Gets whether the "directory" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasFile
public bool HasFile { get; }Gets whether the "file" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|