public
static
final
class
UpgradeNote
.
Builder
extends
GeneratedMessage
.
Builder<UpgradeNote
.
Builder
>
implements
UpgradeNoteOrBuilder
An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.
Protobuf type grafeas.v1.UpgradeNote
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeNote.BuilderImplements
UpgradeNoteOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
addAllDistributions(Iterable<? extends UpgradeDistribution> values)
public
UpgradeNote
.
Builder
addAllDistributions
(
Iterable
< ?
extends
UpgradeDistribution
>
values
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributions(int index, UpgradeDistribution value)
public
UpgradeNote
.
Builder
addDistributions
(
int
index
,
UpgradeDistribution
value
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributions(int index, UpgradeDistribution.Builder builderForValue)
public
UpgradeNote
.
Builder
addDistributions
(
int
index
,
UpgradeDistribution
.
Builder
builderForValue
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributions(UpgradeDistribution value)
public
UpgradeNote
.
Builder
addDistributions
(
UpgradeDistribution
value
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributions(UpgradeDistribution.Builder builderForValue)
public
UpgradeNote
.
Builder
addDistributions
(
UpgradeDistribution
.
Builder
builderForValue
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributionsBuilder()
public
UpgradeDistribution
.
Builder
addDistributionsBuilder
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
addDistributionsBuilder(int index)
public
UpgradeDistribution
.
Builder
addDistributionsBuilder
(
int
index
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
build()
public
UpgradeNote
build
()
buildPartial()
public
UpgradeNote
buildPartial
()
clear()
public
UpgradeNote
.
Builder
clear
()
clearDistributions()
public
UpgradeNote
.
Builder
clearDistributions
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
clearPackage()
public
UpgradeNote
.
Builder
clearPackage
()
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
clearVersion()
public
UpgradeNote
.
Builder
clearVersion
()
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
clearWindowsUpdate()
public
UpgradeNote
.
Builder
clearWindowsUpdate
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
getDefaultInstanceForType()
public
UpgradeNote
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getDistributions(int index)
public
UpgradeDistribution
getDistributions
(
int
index
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsBuilder(int index)
public
UpgradeDistribution
.
Builder
getDistributionsBuilder
(
int
index
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsBuilderList()
public
List<UpgradeDistribution
.
Builder
>
getDistributionsBuilderList
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsCount()
public
int
getDistributionsCount
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsList()
public
List<UpgradeDistribution>
getDistributionsList
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsOrBuilder(int index)
public
UpgradeDistributionOrBuilder
getDistributionsOrBuilder
(
int
index
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getDistributionsOrBuilderList()
public
List
< ?
extends
UpgradeDistributionOrBuilder
>
getDistributionsOrBuilderList
()
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
getPackage()
public
String
getPackage
()
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
getPackageBytes()
public
ByteString
getPackageBytes
()
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
getVersion()
public
Version
getVersion
()
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
getVersionBuilder()
public
Version
.
Builder
getVersionBuilder
()
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
getVersionOrBuilder()
public
VersionOrBuilder
getVersionOrBuilder
()
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
getWindowsUpdate()
public
WindowsUpdate
getWindowsUpdate
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
getWindowsUpdateBuilder()
public
WindowsUpdate
.
Builder
getWindowsUpdateBuilder
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
getWindowsUpdateOrBuilder()
public
WindowsUpdateOrBuilder
getWindowsUpdateOrBuilder
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
hasVersion()
public
boolean
hasVersion
()
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
hasWindowsUpdate()
public
boolean
hasWindowsUpdate
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
UpgradeNote
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
UpgradeNote
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(UpgradeNote other)
public
UpgradeNote
.
Builder
mergeFrom
(
UpgradeNote
other
)
mergeVersion(Version value)
public
UpgradeNote
.
Builder
mergeVersion
(
Version
value
)
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
mergeWindowsUpdate(WindowsUpdate value)
public
UpgradeNote
.
Builder
mergeWindowsUpdate
(
WindowsUpdate
value
)
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
removeDistributions(int index)
public
UpgradeNote
.
Builder
removeDistributions
(
int
index
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
setDistributions(int index, UpgradeDistribution value)
public
UpgradeNote
.
Builder
setDistributions
(
int
index
,
UpgradeDistribution
value
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
setDistributions(int index, UpgradeDistribution.Builder builderForValue)
public
UpgradeNote
.
Builder
setDistributions
(
int
index
,
UpgradeDistribution
.
Builder
builderForValue
)
Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
setPackage(String value)
public
UpgradeNote
.
Builder
setPackage
(
String
value
)
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
setPackageBytes(ByteString value)
public
UpgradeNote
.
Builder
setPackageBytes
(
ByteString
value
)
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
setVersion(Version value)
public
UpgradeNote
.
Builder
setVersion
(
Version
value
)
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
setVersion(Version.Builder builderForValue)
public
UpgradeNote
.
Builder
setVersion
(
Version
.
Builder
builderForValue
)
Required for non-Windows OS. The version of the package in machine + human readable form.
.grafeas.v1.Version version = 2;
setWindowsUpdate(WindowsUpdate value)
public
UpgradeNote
.
Builder
setWindowsUpdate
(
WindowsUpdate
value
)
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
setWindowsUpdate(WindowsUpdate.Builder builderForValue)
public
UpgradeNote
.
Builder
setWindowsUpdate
(
WindowsUpdate
.
Builder
builderForValue
)
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;

