Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class Branch.
Branch represents a branch involved in a pull request.
Generated from protobuf message google.cloud.securesourcemanager.v1.PullRequest.Branch
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ PullRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ref |
string
Required. Name of the branch. |
↳ sha |
string
Output only. The commit at the tip of the branch. |
getRef
Required. Name of the branch.
Returns | |
---|---|
Type | Description |
string |
setRef
Required. Name of the branch.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSha
Output only. The commit at the tip of the branch.
Returns | |
---|---|
Type | Description |
string |
setSha
Output only. The commit at the tip of the branch.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |