Common Protos for Google Cloud APIs V1 Client - Class RepoId (0.4.2)

Reference documentation and code samples for the Common Protos for Google Cloud APIs V1 Client class RepoId.

A unique identifier for a cloud repo.

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

Namespace

Google \ Cloud \ DevTools \ Source \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_repo_id Google\Cloud\DevTools\Source\V1\ProjectRepoId

A combination of a project ID and a repo name.

↳ uid string

A server-assigned, globally unique identifier.

getProjectRepoId

A combination of a project ID and a repo name.

Returns
TypeDescription
Google\Cloud\DevTools\Source\V1\ProjectRepoId|null

hasProjectRepoId

setProjectRepoId

A combination of a project ID and a repo name.

Parameter
NameDescription
var Google\Cloud\DevTools\Source\V1\ProjectRepoId
Returns
TypeDescription
$this

getUid

A server-assigned, globally unique identifier.

Returns
TypeDescription
string

hasUid

setUid

A server-assigned, globally unique identifier.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

Returns
TypeDescription
string