Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class URIs.
URIs for the repository.
Generated from protobuf message google.cloud.securesourcemanager.v1.Repository.URIs
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ RepositoryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ html |
string
Output only. HTML is the URI for user to view the repository in a browser. |
↳ git_https |
string
Output only. git_https is the git HTTPS URI for git operations. |
↳ api |
string
Output only. API is the URI for API access. |
getHtml
Output only. HTML is the URI for user to view the repository in a browser.
Returns | |
---|---|
Type | Description |
string |
setHtml
Output only. HTML is the URI for user to view the repository in a browser.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGitHttps
Output only. git_https is the git HTTPS URI for git operations.
Returns | |
---|---|
Type | Description |
string |
setGitHttps
Output only. git_https is the git HTTPS URI for git operations.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getApi
Output only. API is the URI for API access.
Returns | |
---|---|
Type | Description |
string |
setApi
Output only. API is the URI for API access.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |