Stackdriver Debugger Client - Class ProjectRepoId (1.8.8)

Reference documentation and code samples for the Stackdriver Debugger 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.

Example:

use Google\Cloud\Debugger\ProjectRepoId; $repoId = new ProjectRepoId( 'project-id', 'repo-name' ); 

Namespace

Google \ Cloud \ Debugger

Methods

__construct

Instantiate a new ProjectRepoId

Parameters
Name Description
projectId string

The ID of the project.

repoName string

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

info

Return a serializable version of this object

Returns
Type Description
array