Google Cloud Dataform V1 Client - Class FetchFileGitStatusesResponse (0.9.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ uncommitted_file_changesarray<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
TypeDescription
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
NameDescription
vararray<FetchFileGitStatusesResponse\UncommittedFileChange>
Returns
TypeDescription
$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.