Class UpgradeNote.Builder (2.74.0)

  public 
  
 static 
  
 final 
  
 class 
 UpgradeNote 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 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

Static Methods

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

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;

Parameter
Name
Description
values
Iterable < ? extends io.grafeas.v1.UpgradeDistribution >
Returns
Type
Description

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;

Parameters
Name
Description
index
int
Returns
Type
Description

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;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

addDistributions(UpgradeDistribution value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 addDistributions 
 ( 
 UpgradeDistribution 
  
 value 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
Returns
Type
Description

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;

Parameter
Name
Description
builderForValue
Returns
Type
Description

addDistributionsBuilder()

  public 
  
 UpgradeDistribution 
 . 
 Builder 
  
 addDistributionsBuilder 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description

addDistributionsBuilder(int index)

  public 
  
 UpgradeDistribution 
 . 
 Builder 
  
 addDistributionsBuilder 
 ( 
 int 
  
 index 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
index
int
Returns
Type
Description

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 addRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

build()

  public 
  
 UpgradeNote 
  
 build 
 () 
 
Returns
Type
Description

buildPartial()

  public 
  
 UpgradeNote 
  
 buildPartial 
 () 
 
Returns
Type
Description

clear()

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type
Description
Overrides

clearDistributions()

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clearDistributions 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description

clearField(Descriptors.FieldDescriptor field)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clearField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clearOneof 
 ( 
 Descriptors 
 . 
 OneofDescriptor 
  
 oneof 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearPackage()

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clearPackage 
 () 
 

Required for non-Windows OS. The package this Upgrade is for.

string package = 1;

Returns
Type
Description

This builder for chaining.

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;

Returns
Type
Description

clearWindowsUpdate()

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clearWindowsUpdate 
 () 
 

Required for Windows OS. Represents the metadata about the Windows update.

.grafeas.v1.WindowsUpdate windows_update = 4;

Returns
Type
Description

clone()

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type
Description
Overrides

getDefaultInstanceForType()

  public 
  
 UpgradeNote 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type
Description
Overrides

getDistributions(int index)

  public 
  
 UpgradeDistribution 
  
 getDistributions 
 ( 
 int 
  
 index 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionsBuilder(int index)

  public 
  
 UpgradeDistribution 
 . 
 Builder 
  
 getDistributionsBuilder 
 ( 
 int 
  
 index 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionsBuilderList()

  public 
  
 List<UpgradeDistribution 
 . 
 Builder 
>  
 getDistributionsBuilderList 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description

getDistributionsCount()

  public 
  
 int 
  
 getDistributionsCount 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description
int

getDistributionsList()

  public 
  
 List<UpgradeDistribution> 
  
 getDistributionsList 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description

getDistributionsOrBuilder(int index)

  public 
  
 UpgradeDistributionOrBuilder 
  
 getDistributionsOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionsOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 UpgradeDistributionOrBuilder 
>  
 getDistributionsOrBuilderList 
 () 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Returns
Type
Description
List < ? extends io.grafeas.v1.UpgradeDistributionOrBuilder >

getPackage()

  public 
  
 String 
  
 getPackage 
 () 
 

Required for non-Windows OS. The package this Upgrade is for.

string package = 1;

Returns
Type
Description

The package.

getPackageBytes()

  public 
  
 ByteString 
  
 getPackageBytes 
 () 
 

Required for non-Windows OS. The package this Upgrade is for.

string package = 1;

Returns
Type
Description

The bytes for package.

getVersion()

  public 
  
 Version 
  
 getVersion 
 () 
 

Required for non-Windows OS. The version of the package in machine + human readable form.

.grafeas.v1.Version version = 2;

Returns
Type
Description

The version.

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;

Returns
Type
Description

getVersionOrBuilder()

  public 
  
 VersionOrBuilder 
  
 getVersionOrBuilder 
 () 
 

Required for non-Windows OS. The version of the package in machine + human readable form.

.grafeas.v1.Version version = 2;

Returns
Type
Description

getWindowsUpdate()

  public 
  
 WindowsUpdate 
  
 getWindowsUpdate 
 () 
 

Required for Windows OS. Represents the metadata about the Windows update.

.grafeas.v1.WindowsUpdate windows_update = 4;

Returns
Type
Description

The windowsUpdate.

getWindowsUpdateBuilder()

  public 
  
 WindowsUpdate 
 . 
 Builder 
  
 getWindowsUpdateBuilder 
 () 
 

Required for Windows OS. Represents the metadata about the Windows update.

.grafeas.v1.WindowsUpdate windows_update = 4;

Returns
Type
Description

getWindowsUpdateOrBuilder()

  public 
  
 WindowsUpdateOrBuilder 
  
 getWindowsUpdateOrBuilder 
 () 
 

Required for Windows OS. Represents the metadata about the Windows update.

.grafeas.v1.WindowsUpdate windows_update = 4;

Returns
Type
Description

hasVersion()

  public 
  
 boolean 
  
 hasVersion 
 () 
 

Required for non-Windows OS. The version of the package in machine + human readable form.

.grafeas.v1.Version version = 2;

Returns
Type
Description

Whether the version field is set.

hasWindowsUpdate()

  public 
  
 boolean 
  
 hasWindowsUpdate 
 () 
 

Required for Windows OS. Represents the metadata about the Windows update.

.grafeas.v1.WindowsUpdate windows_update = 4;

Returns
Type
Description

Whether the windowsUpdate field is set.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Overrides
Exceptions
Type
Description

mergeFrom(Message other)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Message 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

mergeFrom(UpgradeNote other)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 UpgradeNote 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description

mergeUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 UpgradeNote 
 . 
 Builder 
  
 mergeUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

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;

Parameter
Name
Description
value
Returns
Type
Description

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;

Parameter
Name
Description
Returns
Type
Description

removeDistributions(int index)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 removeDistributions 
 ( 
 int 
  
 index 
 ) 
 

Metadata about the upgrade for each specific operating system.

repeated .grafeas.v1.UpgradeDistribution distributions = 3;

Parameter
Name
Description
index
int
Returns
Type
Description

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;

Parameters
Name
Description
index
int
Returns
Type
Description

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;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

setField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 setField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

setPackage(String value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 setPackage 
 ( 
 String 
  
 value 
 ) 
 

Required for non-Windows OS. The package this Upgrade is for.

string package = 1;

Parameter
Name
Description
value
String

The package to set.

Returns
Type
Description

This builder for chaining.

setPackageBytes(ByteString value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 setPackageBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

Required for non-Windows OS. The package this Upgrade is for.

string package = 1;

Parameter
Name
Description
value
ByteString

The bytes for package to set.

Returns
Type
Description

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

  public 
  
 UpgradeNote 
 . 
 Builder 
  
 setRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 int 
  
 index 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
index
int
value
Returns
Type
Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 UpgradeNote 
 . 
 Builder 
  
 setUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

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;

Parameter
Name
Description
value
Returns
Type
Description

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;

Parameter
Name
Description
builderForValue
Returns
Type
Description

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;

Parameter
Name
Description
Returns
Type
Description

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;

Parameter
Name
Description
builderForValue
Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: