Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::MoveFolderRequest.
MoveFolder request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#destination_containing_folder
def destination_containing_folder() -> ::String
Returns
-
(::String) — Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
projects/*/locations/*/folders/*,projects/*/locations/*/teamFolders/*
#destination_containing_folder=
def destination_containing_folder=(value) -> ::String
Parameter
-
value (::String) — Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
projects/*/locations/*/folders/*,projects/*/locations/*/teamFolders/*
Returns
-
(::String) — Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
projects/*/locations/*/folders/*,projects/*/locations/*/teamFolders/*
#name
def name() -> ::String
Returns
- (::String) — Required. The full resource name of the Folder to move.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The full resource name of the Folder to move.
Returns
- (::String) — Required. The full resource name of the Folder to move.