public static interface Inventory.VersionedPackageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArchitecture()
public abstract String getArchitecture()The system architecture this package is intended for.
string architecture = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The architecture. |
getArchitectureBytes()
public abstract ByteString getArchitectureBytes()The system architecture this package is intended for.
string architecture = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for architecture. |
getPackageName()
public abstract String getPackageName()The name of the package.
string package_name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The packageName. |
getPackageNameBytes()
public abstract ByteString getPackageNameBytes()The name of the package.
string package_name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for packageName. |
getVersion()
public abstract String getVersion()The version of the package.
string version = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the package.
string version = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |