Reference documentation and code samples for the Grafeas V1 Client class AliasContext.
An alias to a repo revision.
Generated from protobuf message grafeas.v1.AliasContext
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
int
The alias kind. |
↳ name |
string
The alias name. |
getKind
The alias kind.
Returns | |
---|---|
Type | Description |
int |
setKind
The alias kind.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getName
The alias name.
Returns | |
---|---|
Type | Description |
string |
setName
The alias name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |