Reference documentation and code samples for the Google Cloud Dataform V1 Client class FetchGitAheadBehindResponse.
FetchGitAheadBehind
response message.
Generated from protobuf message google.cloud.dataform.v1.FetchGitAheadBehindResponse
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ commits_ahead
int
The number of commits in the remote branch that are not in the workspace.
↳ commits_behind
int
The number of commits in the workspace that are not in the remote branch.
getCommitsAhead
The number of commits in the remote branch that are not in the workspace.
int
setCommitsAhead
The number of commits in the remote branch that are not in the workspace.
var
int
$this
getCommitsBehind
The number of commits in the workspace that are not in the remote branch.
int
setCommitsBehind
The number of commits in the workspace that are not in the remote branch.
var
int
$this