Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class FetchGitAheadBehindResponse.
FetchGitAheadBehind
response message.
Generated from protobuf message google.cloud.dataform.v1beta1.FetchGitAheadBehindResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
int |
setCommitsAhead
The number of commits in the remote branch that are not in the workspace.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCommitsBehind
The number of commits in the workspace that are not in the remote branch.
Returns | |
---|---|
Type | Description |
int |
setCommitsBehind
The number of commits in the workspace that are not in the remote branch.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |