Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ReadFileRequest.
ReadFile
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.ReadFileRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
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.
↳ revision
string
Optional. The Git revision of the file to return. If left empty, the current contents of path
will be returned.
getWorkspace
Required. The workspace's name.
string
setWorkspace
Required. The workspace's name.
var
string
$this
getPath
Required. The file's full path including filename, relative to the workspace root.
string
setPath
Required. The file's full path including filename, relative to the workspace root.
var
string
$this
getRevision
Optional. The Git revision of the file to return. If left empty, the
current contents of path
will be returned.
string
setRevision
Optional. The Git revision of the file to return. If left empty, the
current contents of path
will be returned.
var
string
$this