Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::DirectoryEntry (v0.9.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::DirectoryEntry.

Represents a single entry in a 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.

    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.

#directory=

def directory=(value) -> ::String
Parameter
  • value (::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.

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.

#file

def file() -> ::String
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.

#file=

def file=(value) -> ::String
Parameter
  • value (::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.

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.