Stackdriver Debugger Client - Class RepoId (1.4.16)

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

Methods

__construct

Instantiate a new RepoId

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