Class: Google::Cloud::Dataform::V1beta1::DirectoryEntry

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



889
890
891
892
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 889

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.

Returns:

  • (::String)

    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.



889
890
891
892
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 889

class DirectoryEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end