Google Cloud Secure Source Manager V1 Client - Class URIs (0.1.0)

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 \ Repository

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setHtml

Output only. HTML is the URI for user to view the repository in a browser.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGitHttps

Output only. git_https is the git HTTPS URI for git operations.

Returns
TypeDescription
string

setGitHttps

Output only. git_https is the git HTTPS URI for git operations.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getApi

Output only. API is the URI for API access.

Returns
TypeDescription
string

setApi

Output only. API is the URI for API access.

Parameter
NameDescription
var string
Returns
TypeDescription
$this