Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class MoveFileRequest.
MoveFile
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.MoveFileRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ workspace |
string
Required. The workspace's name. |
↳ path |
string
Required. The file's full path including filename, relative to the workspace root. |
↳ new_path |
string
Required. The file's new path including filename, relative to the workspace root. |
getWorkspace
Required. The workspace's name.
Returns | |
---|---|
Type | Description |
string |
setWorkspace
Required. The workspace's name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPath
Required. The file's full path including filename, relative to the workspace root.
Returns | |
---|---|
Type | Description |
string |
setPath
Required. The file's full path including filename, relative to the workspace root.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNewPath
Required. The file's new path including filename, relative to the workspace root.
Returns | |
---|---|
Type | Description |
string |
setNewPath
Required. The file's new path including filename, relative to the workspace root.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |