Reference documentation and code samples for the Google Cloud Dataform V1 Client class FetchFileDiffResponse.
FetchFileDiff
response message.
Generated from protobuf message google.cloud.dataform.v1.FetchFileDiffResponse
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ formatted_diff |
string
The raw formatted Git diff for the file. |
getFormattedDiff
The raw formatted Git diff for the file.
Returns | |
---|---|
Type | Description |
string |
setFormattedDiff
The raw formatted Git diff for the file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |