public sealed class DirectoryEntry : IMessage<DirectoryEntry>, IEquatable<DirectoryEntry>, IDeepCloneable<DirectoryEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DirectoryEntry.
Represents a single entry in a directory.
Implements
IMessageDirectoryEntry, IEquatableDirectoryEntry, IDeepCloneableDirectoryEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.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 |