Common Protos for Google Cloud APIs V1 Client - Class AliasContext (0.3.8)

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

An alias to a repo revision.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind int

The alias kind.

↳ name string

The alias name.

getKind

The alias kind.

Returns
TypeDescription
int

setKind

The alias kind.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getName

The alias name.

Returns
TypeDescription
string

setName

The alias name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this