Google Cloud Dataform V1beta1 Client - Class MoveDirectoryRequest (0.1.6)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class MoveDirectoryRequest.

MoveDirectory request message.

Generated from protobuf message google.cloud.dataform.v1beta1.MoveDirectoryRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ workspace string

Required. The workspace's name.

↳ path string

Required. The directory's full path including directory name, relative to the workspace root.

↳ new_path string

Required. The new path for the directory including directory name, rooted at workspace root.

getWorkspace

Required. The workspace's name.

Returns
TypeDescription
string

setWorkspace

Required. The workspace's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPath

Required. The directory's full path including directory name, relative to the workspace root.

Returns
TypeDescription
string

setPath

Required. The directory's full path including directory name, relative to the workspace root.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewPath

Required. The new path for the directory including directory name, rooted at workspace root.

Returns
TypeDescription
string

setNewPath

Required. The new path for the directory including directory name, rooted at workspace root.

Parameter
NameDescription
var string
Returns
TypeDescription
$this