public interface DistributionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Architecture |
getArchitecture()
The CPU architecture for which packages in this distribution channel were
built.
|
int |
getArchitectureValue()
The CPU architecture for which packages in this distribution channel were
built.
|
String |
getCpeUri()
Required.
|
ByteString |
getCpeUriBytes()
Required.
|
String |
getDescription()
The distribution channel-specific description of this package.
|
ByteString |
getDescriptionBytes()
The distribution channel-specific description of this package.
|
Version |
getLatestVersion()
The latest available version of this package in this distribution channel.
|
VersionOrBuilder |
getLatestVersionOrBuilder()
The latest available version of this package in this distribution channel.
|
String |
getMaintainer()
A freeform string denoting the maintainer of this package.
|
ByteString |
getMaintainerBytes()
A freeform string denoting the maintainer of this package.
|
String |
getUrl()
The distribution channel-specific homepage for this package.
|
ByteString |
getUrlBytes()
The distribution channel-specific homepage for this package.
|
boolean |
hasLatestVersion()
The latest available version of this package in this distribution channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getCpeUri()
Required. The cpe_uri in [CPE format](https://cpe.mitre.org/specification/) denoting the package manager version distributing a package.
string cpe_uri = 1;
ByteString getCpeUriBytes()
Required. The cpe_uri in [CPE format](https://cpe.mitre.org/specification/) denoting the package manager version distributing a package.
string cpe_uri = 1;
int getArchitectureValue()
The CPU architecture for which packages in this distribution channel were built.
.grafeas.v1.Architecture architecture = 2;
Architecture getArchitecture()
The CPU architecture for which packages in this distribution channel were built.
.grafeas.v1.Architecture architecture = 2;
boolean hasLatestVersion()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;
Version getLatestVersion()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;
VersionOrBuilder getLatestVersionOrBuilder()
The latest available version of this package in this distribution channel.
.grafeas.v1.Version latest_version = 3;
String getMaintainer()
A freeform string denoting the maintainer of this package.
string maintainer = 4;
ByteString getMaintainerBytes()
A freeform string denoting the maintainer of this package.
string maintainer = 4;
String getUrl()
The distribution channel-specific homepage for this package.
string url = 5;
ByteString getUrlBytes()
The distribution channel-specific homepage for this package.
string url = 5;
String getDescription()
The distribution channel-specific description of this package.
string description = 6;
ByteString getDescriptionBytes()
The distribution channel-specific description of this package.
string description = 6;
Copyright © 2019 Google LLC. All rights reserved.