Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::MoveDirectoryRequest.
MoveDirectory request message.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#new_path
def new_path() -> ::String Returns 
 - (::String) — Required. The new path for the directory including directory name, rooted at workspace root.
 
#new_path=
def new_path=(value) -> ::String Parameter 
 - value (::String) — Required. The new path for the directory including directory name, rooted at workspace root.
 
 Returns 
 - (::String) — Required. The new path for the directory including directory name, rooted at workspace root.
 
#path
def path() -> ::String Returns 
 - (::String) — Required. The directory's full path including directory name, relative to the workspace root.
 
#path=
def path=(value) -> ::String Parameter 
 - value (::String) — Required. The directory's full path including directory name, relative to the workspace root.
 
 Returns 
 - (::String) — Required. The directory's full path including directory name, relative to the workspace root.
 
#workspace
def workspace() -> ::String Returns 
 - (::String) — Required. The workspace's name.
 
#workspace=
def workspace=(value) -> ::String Parameter 
 - value (::String) — Required. The workspace's name.
 
 Returns 
 - (::String) — Required. The workspace's name.