Interface AliasContextOrBuilder (2.15.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface AliasContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract AliasContext.Kind getKind()

The alias kind.

.grafeas.v1.AliasContext.Kind kind = 1;

Returns
TypeDescription
AliasContext.Kind

The kind.

getKindValue()

public abstract int getKindValue()

The alias kind.

.grafeas.v1.AliasContext.Kind kind = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for kind.

getName()

public abstract String getName()

The alias name.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The alias name.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.