public interface AliasContextOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKind()
public abstract AliasContext.Kind getKind()
The alias kind.
.grafeas.v1beta1.source.AliasContext.Kind kind = 1;
Returns | |
---|---|
Type | Description |
AliasContext.Kind |
The kind. |
getKindValue()
public abstract int getKindValue()
The alias kind.
.grafeas.v1beta1.source.AliasContext.Kind kind = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for kind. |
getName()
public abstract String getName()
The alias name.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The alias name.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |