Interface LicenseCodeLicenseAliasOrBuilder (1.47.0)

public interface LicenseCodeLicenseAliasOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

[Output Only] Description of this License Code.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

[Output Only] Description of this License Code.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

public abstract String getSelfLink()

[Output Only] URL of license corresponding to this License Code.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public abstract ByteString getSelfLinkBytes()

[Output Only] URL of license corresponding to this License Code.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

hasDescription()

public abstract boolean hasDescription()

[Output Only] Description of this License Code.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

public abstract boolean hasSelfLink()

[Output Only] URL of license corresponding to this License Code.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.