Reference documentation and code samples for the Grafeas V1 Client class GitSourceContext.
A GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).
Generated from protobuf message grafeas.v1.GitSourceContext
Methods
__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. |
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.
Returns | |
---|---|
Type | Description |
string |
setRevisionId
Git commit hash.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |