Common Protos for Google Cloud APIs V1 Client - Class ProjectRepoId (0.3.8)

Reference documentation and code samples for the Common Protos for Google Cloud APIs V1 Client class ProjectRepoId.

Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.

Generated from protobuf message google.devtools.source.v1.ProjectRepoId

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

The ID of the project.

↳ repo_name string

The name of the repo. Leave empty for the default repo.

getProjectId

The ID of the project.

Returns
TypeDescription
string

setProjectId

The ID of the project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRepoName

The name of the repo. Leave empty for the default repo.

Returns
TypeDescription
string

setRepoName

The name of the repo. Leave empty for the default repo.

Parameter
NameDescription
var string
Returns
TypeDescription
$this