Stackdriver Debugger Client - Class ProjectRepoId (1.4.16)

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'
);

Methods

__construct

Instantiate a new ProjectRepoId

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