public static final class UpgradeNote.Builder extends GeneratedMessage.Builder<UpgradeNote.Builder> implements UpgradeNoteOrBuilderAn 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()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
UpgradeNote.Builder |
|
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 |
value |
UpgradeDistribution |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
UpgradeDistribution.Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
value |
UpgradeDistribution |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
UpgradeDistribution.Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
addDistributionsBuilder()
public UpgradeDistribution.Builder addDistributionsBuilder()Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
| Returns | |
|---|---|
| Type | Description |
UpgradeDistribution.Builder |
|
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 |
UpgradeDistribution.Builder |
|
build()
public UpgradeNote build()| Returns | |
|---|---|
| Type | Description |
UpgradeNote |
|
buildPartial()
public UpgradeNote buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeNote |
|
clear()
public UpgradeNote.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
clearDistributions()
public UpgradeNote.Builder clearDistributions()Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
clearPackage()
public UpgradeNote.Builder clearPackage()Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
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 |
UpgradeNote.Builder |
|
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 |
UpgradeNote.Builder |
|
getDefaultInstanceForType()
public UpgradeNote getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeNote |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
UpgradeDistribution |
|
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 |
UpgradeDistribution.Builder |
|
getDistributionsBuilderList()
public List<UpgradeDistribution.Builder> getDistributionsBuilderList()Metadata about the upgrade for each specific operating system.
repeated .grafeas.v1.UpgradeDistribution distributions = 3;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
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 |
List<UpgradeDistribution> |
|
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 |
UpgradeDistributionOrBuilder |
|
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 |
String |
The package. |
getPackageBytes()
public ByteString getPackageBytes()Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
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 |
Version |
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 |
Version.Builder |
|
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 |
VersionOrBuilder |
|
getWindowsUpdate()
public WindowsUpdate getWindowsUpdate()Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate |
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 |
WindowsUpdate.Builder |
|
getWindowsUpdateOrBuilder()
public WindowsUpdateOrBuilder getWindowsUpdateOrBuilder()Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 4;
| Returns | |
|---|---|
| Type | Description |
WindowsUpdateOrBuilder |
|
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 |
boolean |
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 |
boolean |
Whether the windowsUpdate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeNote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeNote.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
mergeFrom(UpgradeNote other)
public UpgradeNote.Builder mergeFrom(UpgradeNote other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeNote |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
Version |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
value |
WindowsUpdate |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
UpgradeNote.Builder |
|
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 |
value |
UpgradeDistribution |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
UpgradeDistribution.Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
StringThe package to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
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 |
ByteStringThe bytes for package to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
This builder for chaining. |
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 |
Version |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
Version.Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
value |
WindowsUpdate |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|
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 |
WindowsUpdate.Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeNote.Builder |
|