public
interface
DistributionOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getArchitecture()
public
abstract
Architecture
getArchitecture
()
The CPU architecture for which packages in this distribution channel were built.
.grafeas.v1.Architecture architecture = 2;
getArchitectureValue()
public
abstract
int
getArchitectureValue
()
The CPU architecture for which packages in this distribution channel were built.
.grafeas.v1.Architecture architecture = 2;
getCpeUri()
public
abstract
String
getCpeUri
()
The cpe_uri in CPE format denoting the package manager version distributing a package.
string cpe_uri = 1 [(.google.api.field_behavior) = REQUIRED];
getCpeUriBytes()
public
abstract
ByteString
getCpeUriBytes
()
The cpe_uri in CPE format denoting the package manager version distributing a package.
string cpe_uri = 1 [(.google.api.field_behavior) = REQUIRED];
getDescription()
public
abstract
String
getDescription
()
The distribution channel-specific description of this package.
string description = 6;
getDescriptionBytes()
public
abstract
ByteString
getDescriptionBytes
()
The distribution channel-specific description of this package.
string description = 6;
getLatestVersion()
public
abstract
Version
getLatestVersion
()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;
getLatestVersionOrBuilder()
public
abstract
VersionOrBuilder
getLatestVersionOrBuilder
()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;
getMaintainer()
public
abstract
String
getMaintainer
()
A freeform string denoting the maintainer of this package.
string maintainer = 4;
getMaintainerBytes()
public
abstract
ByteString
getMaintainerBytes
()
A freeform string denoting the maintainer of this package.
string maintainer = 4;
getUrl()
public
abstract
String
getUrl
()
The distribution channel-specific homepage for this package.
string url = 5;
getUrlBytes()
public
abstract
ByteString
getUrlBytes
()
The distribution channel-specific homepage for this package.
string url = 5;
hasLatestVersion()
public
abstract
boolean
hasLatestVersion
()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;

