Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class DirectoryEntry.
Represents a single entry in a workspace directory.
Generated from protobuf message google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ QueryDirectoryContentsResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ file |
string
A file in the directory. |
↳ directory |
string
A child directory in the directory. |
getFile
A file in the directory.
Returns | |
---|---|
Type | Description |
string |
hasFile
setFile
A file in the directory.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDirectory
A child directory in the directory.
Returns | |
---|---|
Type | Description |
string |
hasDirectory
setDirectory
A child directory in the directory.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEntry
Returns | |
---|---|
Type | Description |
string |