class RepoId extends Message

A unique identifier for a cloud repo.

Generated from protobuf message google.devtools.source.v1.RepoId

Properties

protected $id

Methods

__construct()

No description

getProjectRepoId()

A combination of a project ID and a repo name.

$this
setProjectRepoId(ProjectRepoId $var)

A combination of a project ID and a repo name.

string
getUid()

A server-assigned, globally unique identifier.

$this
setUid(string $var)

A server-assigned, globally unique identifier.

string
getId()

No description

Details

at line 20
__construct()

at line 31
ProjectRepoId getProjectRepoId()

A combination of a project ID and a repo name.

Generated from protobuf field .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;

Return Value

ProjectRepoId

at line 43
$this setProjectRepoId(ProjectRepoId $var)

A combination of a project ID and a repo name.

Generated from protobuf field .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;

Parameters

ProjectRepoId $var

Return Value

$this

at line 57
string getUid()

A server-assigned, globally unique identifier.

Generated from protobuf field string uid = 2;

Return Value

string

at line 69
$this setUid(string $var)

A server-assigned, globally unique identifier.

Generated from protobuf field string uid = 2;

Parameters

string $var

Return Value

$this

at line 80
string getId()

Return Value

string