Google Cloud Dataform V1 Client - Class FetchFileGitStatusesResponse (0.9.2) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataform V1 Client class FetchFileGitStatusesResponse.
FetchFileGitStatuses response message.
Generated from protobuf messagegoogle.cloud.dataform.v1.FetchFileGitStatusesResponse
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ uncommitted_file_changes | array<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 bea 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 bea single entry for any given file.
| Parameter | |
|---|---|
| Name | Description |
var | array<FetchFileGitStatusesResponse\UncommittedFileChange> |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-09 UTC.