Uses of Class
io.grafeas.v1beta1.pkg.Version
-
Packages that use Version Package Description io.grafeas.v1beta1.pkg io.grafeas.v1beta1.vulnerability -
-
Uses of Version in io.grafeas.v1beta1.pkg
Methods in io.grafeas.v1beta1.pkg that return Version Modifier and Type Method Description Version
Version.Builder. build()
Version
Version.Builder. buildPartial()
static Version
Version. getDefaultInstance()
Version
Version.Builder. getDefaultInstanceForType()
Version
Version. getDefaultInstanceForType()
Version
Distribution.Builder. getLatestVersion()
The latest available version of this package in this distribution channel.Version
Distribution. getLatestVersion()
The latest available version of this package in this distribution channel.Version
DistributionOrBuilder. getLatestVersion()
The latest available version of this package in this distribution channel.Version
Location.Builder. getVersion()
The version installed at this location.Version
Location. getVersion()
The version installed at this location.Version
LocationOrBuilder. getVersion()
The version installed at this location.static Version
Version. parseDelimitedFrom(InputStream input)
static Version
Version. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(byte[] data)
static Version
Version. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(com.google.protobuf.ByteString data)
static Version
Version. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(com.google.protobuf.CodedInputStream input)
static Version
Version. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(InputStream input)
static Version
Version. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(ByteBuffer data)
static Version
Version. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.pkg that return types with arguments of type Version Modifier and Type Method Description com.google.protobuf.Parser<Version>
Version. getParserForType()
static com.google.protobuf.Parser<Version>
Version. parser()
Methods in io.grafeas.v1beta1.pkg with parameters of type Version Modifier and Type Method Description Version.Builder
Version.Builder. mergeFrom(Version other)
Distribution.Builder
Distribution.Builder. mergeLatestVersion(Version value)
The latest available version of this package in this distribution channel.Location.Builder
Location.Builder. mergeVersion(Version value)
The version installed at this location.static Version.Builder
Version. newBuilder(Version prototype)
Distribution.Builder
Distribution.Builder. setLatestVersion(Version value)
The latest available version of this package in this distribution channel.Location.Builder
Location.Builder. setVersion(Version value)
The version installed at this location. -
Uses of Version in io.grafeas.v1beta1.vulnerability
Methods in io.grafeas.v1beta1.vulnerability that return Version Modifier and Type Method Description Version
Vulnerability.Detail.Builder. getMaxAffectedVersion()
The max version of the package in which the vulnerability exists.Version
Vulnerability.Detail. getMaxAffectedVersion()
The max version of the package in which the vulnerability exists.Version
Vulnerability.DetailOrBuilder. getMaxAffectedVersion()
The max version of the package in which the vulnerability exists.Version
Vulnerability.Detail.Builder. getMinAffectedVersion()
The min version of the package in which the vulnerability exists.Version
Vulnerability.Detail. getMinAffectedVersion()
The min version of the package in which the vulnerability exists.Version
Vulnerability.DetailOrBuilder. getMinAffectedVersion()
The min version of the package in which the vulnerability exists.Version
VulnerabilityLocation.Builder. getVersion()
Required.Version
VulnerabilityLocation. getVersion()
Required.Version
VulnerabilityLocationOrBuilder. getVersion()
Required.Methods in io.grafeas.v1beta1.vulnerability with parameters of type Version Modifier and Type Method Description Vulnerability.Detail.Builder
Vulnerability.Detail.Builder. mergeMaxAffectedVersion(Version value)
The max version of the package in which the vulnerability exists.Vulnerability.Detail.Builder
Vulnerability.Detail.Builder. mergeMinAffectedVersion(Version value)
The min version of the package in which the vulnerability exists.VulnerabilityLocation.Builder
VulnerabilityLocation.Builder. mergeVersion(Version value)
Required.Vulnerability.Detail.Builder
Vulnerability.Detail.Builder. setMaxAffectedVersion(Version value)
The max version of the package in which the vulnerability exists.Vulnerability.Detail.Builder
Vulnerability.Detail.Builder. setMinAffectedVersion(Version value)
The min version of the package in which the vulnerability exists.VulnerabilityLocation.Builder
VulnerabilityLocation.Builder. setVersion(Version value)
Required.
-