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

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

Namespace

Google \ Cloud \ DevTools \ Source \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setProjectId

The ID of the project.

Parameter
Name Description
var string
Returns
Type Description
$this

getRepoName

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

Returns
Type Description
string

setRepoName

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

Parameter
Name Description
var string
Returns
Type Description
$this