Dataform V1 API - Class Google::Cloud::Dataform::V1::QueryFolderContentsResponse::FolderContentsEntry (v0.4.0)

Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::QueryFolderContentsResponse::FolderContentsEntry.

Represents a single content entry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#folder

def folder() -> ::Google::Cloud::Dataform::V1::Folder
Returns
  • (::Google::Cloud::Dataform::V1::Folder) — A subfolder.

    Note: The following fields are mutually exclusive: folder, repository. If a field in that set is populated, all other fields in the set will automatically be cleared.

#folder=

def folder=(value) -> ::Google::Cloud::Dataform::V1::Folder
Parameter
  • value (::Google::Cloud::Dataform::V1::Folder) — A subfolder.

    Note: The following fields are mutually exclusive: folder, repository. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dataform::V1::Folder) — A subfolder.

    Note: The following fields are mutually exclusive: folder, repository. If a field in that set is populated, all other fields in the set will automatically be cleared.

#repository

def repository() -> ::Google::Cloud::Dataform::V1::Repository
Returns
  • (::Google::Cloud::Dataform::V1::Repository) — A repository.

    Note: The following fields are mutually exclusive: repository, folder. If a field in that set is populated, all other fields in the set will automatically be cleared.

#repository=

def repository=(value) -> ::Google::Cloud::Dataform::V1::Repository
Parameter
  • value (::Google::Cloud::Dataform::V1::Repository) — A repository.

    Note: The following fields are mutually exclusive: repository, folder. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dataform::V1::Repository) — A repository.

    Note: The following fields are mutually exclusive: repository, folder. If a field in that set is populated, all other fields in the set will automatically be cleared.