Reference documentation and code samples for the Google Cloud Dataform V1 Client class WriteFileRequest.
WriteFile
request message.
Generated from protobuf message google.cloud.dataform.v1.WriteFileRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ workspace
string
Required. The workspace's name.
↳ path
string
Required. The file.
↳ contents
string
Required. The file's contents.
getWorkspace
Required. The workspace's name.
string
setWorkspace
Required. The workspace's name.
var
string
$this
getPath
Required. The file.
string
setPath
Required. The file.
var
string
$this
getContents
Required. The file's contents.
string
setContents
Required. The file's contents.
var
string
$this