public static interface Inventory.WindowsQuickFixEngineeringPackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
A short textual description of the QFE update.
|
com.google.protobuf.ByteString |
getCaptionBytes()
A short textual description of the QFE update.
|
String |
getDescription()
A textual description of the QFE update.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A textual description of the QFE update.
|
String |
getHotFixId()
Unique identifier associated with a particular QFE update.
|
com.google.protobuf.ByteString |
getHotFixIdBytes()
Unique identifier associated with a particular QFE update.
|
com.google.protobuf.Timestamp |
getInstallTime()
Date that the QFE update was installed.
|
com.google.protobuf.TimestampOrBuilder |
getInstallTimeOrBuilder()
Date that the QFE update was installed.
|
boolean |
hasInstallTime()
Date that the QFE update was installed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCaption()
A short textual description of the QFE update.
string caption = 1;com.google.protobuf.ByteString getCaptionBytes()
A short textual description of the QFE update.
string caption = 1;String getDescription()
A textual description of the QFE update.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A textual description of the QFE update.
string description = 2;String getHotFixId()
Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;com.google.protobuf.ByteString getHotFixIdBytes()
Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;boolean hasInstallTime()
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;com.google.protobuf.Timestamp getInstallTime()
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;Copyright © 2023 Google LLC. All rights reserved.