Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::QueryDirectoryContentsResponse::DirectoryEntry.
Represents a single entry in a workspace directory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#directory
def directory() -> ::String
Returns
- (::String) — A child directory in the directory.
#directory=
def directory=(value) -> ::String
Parameter
- value (::String) — A child directory in the directory.
Returns
- (::String) — A child directory in the directory.
#file
def file() -> ::String
Returns
- (::String) — A file in the directory.
#file=
def file=(value) -> ::String
Parameter
- value (::String) — A file in the directory.
Returns
- (::String) — A file in the directory.