Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::QueryTeamFolderContentsResponse::TeamFolderContentsEntry.
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-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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.