Class: Google::Cloud::Dataform::V1beta1::DirectoryEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::DirectoryEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a single entry in a directory.
Instance Attribute Summary collapse
-
#directory ⇒ ::String
A child directory in the directory.
-
#file ⇒ ::String
A file in the directory.
Instance Attribute Details
#directory ⇒ ::String
Returns A child directory in the directory.
Note: The following fields are mutually exclusive: directory, file. If a field in that set is populated, all other fields in the set will automatically be cleared.
812 813 814 815 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 812 class DirectoryEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file ⇒ ::String
Returns A file in the directory.
Note: The following fields are mutually exclusive: file, directory. If a field in that set is populated, all other fields in the set will automatically be cleared.
812 813 814 815 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 812 class DirectoryEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |