Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class LinkableGitRepository.
LinkableGitRepository represents a git repository that can be linked to a connection.
Generated from protobuf message google.cloud.developerconnect.v1.LinkableGitRepository
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ clone_uri |
string
The clone uri of the repository. |
getCloneUri
The clone uri of the repository.
Returns | |
---|---|
Type | Description |
string |
setCloneUri
The clone uri of the repository.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |