Stackdriver Debugger Client - Class RepoId (1.8.7)

Reference documentation and code samples for the Stackdriver Debugger Client class RepoId.

A unique identifier for a cloud repo.

Example:

use Google\Cloud\Debugger\ProjectRepoId;
use Google\Cloud\Debugger\RepoId;

$repoId = new RepoId(
    new ProjectRepoId('project-id', 'repo-name'),
    'some-uid'
);

Namespace

Google \ Cloud \ Debugger

Methods

__construct

Instantiate a new RepoId

Parameters
Name Description
projectRepoId Google\Cloud\Debugger\ProjectRepoId

A combination of a project ID and a repo name.

uid string

A server-assigned, globally unique identifier.

info

Return a serializable version of this object

Returns
Type Description
array