- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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 |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpgradeNote.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
UpgradeNote.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 |
clearField(Descriptors.FieldDescriptor field)
public UpgradeNote.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpgradeNote.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpgradeNote.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
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 |
clone()
public UpgradeNote.Builder clone()
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeNote.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public UpgradeNote.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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 | String The 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 | ByteString The bytes for package to set. |
Returns | |
---|---|
Type | Description |
UpgradeNote.Builder | 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 |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
UpgradeNote.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeNote.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpgradeNote.Builder |
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 |