Reference documentation and code samples for the Common Protos for Google Cloud APIs V1 Client class GitSourceContext.
A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).
Generated from protobuf message google.devtools.source.v1.GitSourceContext
Namespace
Google \ Cloud \ DevTools \ Source \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ url |
string
Git repository URL. |
↳ revision_id |
string
Git commit hash. required. |
getUrl
Git repository URL.
Returns | |
---|---|
Type | Description |
string |
setUrl
Git repository URL.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRevisionId
Git commit hash.
required.
Returns | |
---|---|
Type | Description |
string |
setRevisionId
Git commit hash.
required.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |