public interface LicenseCodeLicenseAliasOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()[Output Only] Description of this License Code.
optional string description = 422937596;
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()[Output Only] Description of this License Code.
optional string description = 422937596;
| Type | Description |
ByteString |
The bytes for description. |
getSelfLink()
public abstract String getSelfLink()[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
| Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public abstract ByteString getSelfLinkBytes()[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
| Type | Description |
ByteString |
The bytes for selfLink. |
hasDescription()
public abstract boolean hasDescription()[Output Only] Description of this License Code.
optional string description = 422937596;
| Type | Description |
boolean |
Whether the description field is set. |
hasSelfLink()
public abstract boolean hasSelfLink()[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
| Type | Description |
boolean |
Whether the selfLink field is set. |