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 VersionVersion.Builder. build()VersionVersion.Builder. buildPartial()static VersionVersion. getDefaultInstance()VersionVersion.Builder. getDefaultInstanceForType()VersionVersion. getDefaultInstanceForType()VersionDistribution.Builder. getLatestVersion()The latest available version of this package in this distribution channel.VersionDistribution. getLatestVersion()The latest available version of this package in this distribution channel.VersionDistributionOrBuilder. getLatestVersion()The latest available version of this package in this distribution channel.VersionLocation.Builder. getVersion()The version installed at this location.VersionLocation. getVersion()The version installed at this location.VersionLocationOrBuilder. getVersion()The version installed at this location.static VersionVersion. parseDelimitedFrom(InputStream input)static VersionVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(byte[] data)static VersionVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(com.google.protobuf.ByteString data)static VersionVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(com.google.protobuf.CodedInputStream input)static VersionVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(InputStream input)static VersionVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(ByteBuffer data)static VersionVersion. 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.BuilderVersion.Builder. mergeFrom(Version other)Distribution.BuilderDistribution.Builder. mergeLatestVersion(Version value)The latest available version of this package in this distribution channel.Location.BuilderLocation.Builder. mergeVersion(Version value)The version installed at this location.static Version.BuilderVersion. newBuilder(Version prototype)Distribution.BuilderDistribution.Builder. setLatestVersion(Version value)The latest available version of this package in this distribution channel.Location.BuilderLocation.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 VersionVulnerability.Detail.Builder. getMaxAffectedVersion()The max version of the package in which the vulnerability exists.VersionVulnerability.Detail. getMaxAffectedVersion()The max version of the package in which the vulnerability exists.VersionVulnerability.DetailOrBuilder. getMaxAffectedVersion()The max version of the package in which the vulnerability exists.VersionVulnerability.Detail.Builder. getMinAffectedVersion()The min version of the package in which the vulnerability exists.VersionVulnerability.Detail. getMinAffectedVersion()The min version of the package in which the vulnerability exists.VersionVulnerability.DetailOrBuilder. getMinAffectedVersion()The min version of the package in which the vulnerability exists.VersionVulnerabilityLocation.Builder. getVersion()Required.VersionVulnerabilityLocation. getVersion()Required.VersionVulnerabilityLocationOrBuilder. getVersion()Required.Methods in io.grafeas.v1beta1.vulnerability with parameters of type Version Modifier and Type Method Description Vulnerability.Detail.BuilderVulnerability.Detail.Builder. mergeMaxAffectedVersion(Version value)The max version of the package in which the vulnerability exists.Vulnerability.Detail.BuilderVulnerability.Detail.Builder. mergeMinAffectedVersion(Version value)The min version of the package in which the vulnerability exists.VulnerabilityLocation.BuilderVulnerabilityLocation.Builder. mergeVersion(Version value)Required.Vulnerability.Detail.BuilderVulnerability.Detail.Builder. setMaxAffectedVersion(Version value)The max version of the package in which the vulnerability exists.Vulnerability.Detail.BuilderVulnerability.Detail.Builder. setMinAffectedVersion(Version value)The min version of the package in which the vulnerability exists.VulnerabilityLocation.BuilderVulnerabilityLocation.Builder. setVersion(Version value)Required.
-