Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class FetchFileGitStatusesResponse.
FetchFileGitStatuses
response message.
Generated from protobuf message google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uncommitted_file_changes |
array<Google\Cloud\Dataform\V1beta1\FetchFileGitStatusesResponse\UncommittedFileChange>
A list of all files which have uncommitted Git changes. There will only be a single entry for any given file. |
getUncommittedFileChanges
A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUncommittedFileChanges
A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataform\V1beta1\FetchFileGitStatusesResponse\UncommittedFileChange>
|
Returns | |
---|---|
Type | Description |
$this |