Stackdriver Debugger Client - Class RepoId (1.7.0)

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
Design a Mobile Site
View Site in Mobile | Classic
Share by: