public sealed class FileSearchResult : IMessage<FileSearchResult>, IEquatable<FileSearchResult>, IDeepCloneable<FileSearchResult>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class FileSearchResult.
Client-facing representation of a file entry in search results.
Implements
IMessageFileSearchResult, IEquatableFileSearchResult, IDeepCloneableFileSearchResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
FileSearchResult()
public FileSearchResult()FileSearchResult(FileSearchResult)
public FileSearchResult(FileSearchResult other)| Parameter | |
|---|---|
| Name | Description |
other |
FileSearchResult |
Properties
Path
public string Path { get; set; }File system path relative to the workspace root.
| Property Value | |
|---|---|
| Type | Description |
string |
|