class AliasContext extends Message

An alias to a repo revision.

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

Methods

__construct()

No description

int
getKind()

The alias kind.

$this
setKind(int $var)

The alias kind.

string
getName()

The alias name.

$this
setName(string $var)

The alias name.

Details

at line 31
__construct()

at line 42
int getKind()

The alias kind.

Generated from protobuf field .google.devtools.source.v1.AliasContext.Kind kind = 1;

Return Value

int

at line 54
$this setKind(int $var)

The alias kind.

Generated from protobuf field .google.devtools.source.v1.AliasContext.Kind kind = 1;

Parameters

int $var

Return Value

$this

at line 68
string getName()

The alias name.

Generated from protobuf field string name = 2;

Return Value

string

at line 80
$this setName(string $var)

The alias name.

Generated from protobuf field string name = 2;

Parameters

string $var

Return Value

$this