Interface Inventory.ZypperPatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Inventory.ZypperPatch,Inventory.ZypperPatch.Builder
- Enclosing class:
- Inventory
public static interface Inventory.ZypperPatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCategory()The category of the patch.com.google.protobuf.ByteStringgetCategoryBytes()The category of the patch.StringgetPatchName()The name of the patch.com.google.protobuf.ByteStringgetPatchNameBytes()The name of the patch.StringgetSeverity()The severity specified for this patchcom.google.protobuf.ByteStringgetSeverityBytes()The severity specified for this patchStringgetSummary()Any summary information provided about this patch.com.google.protobuf.ByteStringgetSummaryBytes()Any summary information provided about this patch.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPatchName
String getPatchName()
The name of the patch.
string patch_name = 5;- Returns:
- The patchName.
-
getPatchNameBytes
com.google.protobuf.ByteString getPatchNameBytes()
The name of the patch.
string patch_name = 5;- Returns:
- The bytes for patchName.
-
getCategory
String getCategory()
The category of the patch.
string category = 2;- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()
The category of the patch.
string category = 2;- Returns:
- The bytes for category.
-
getSeverity
String getSeverity()
The severity specified for this patch
string severity = 3;- Returns:
- The severity.
-
getSeverityBytes
com.google.protobuf.ByteString getSeverityBytes()
The severity specified for this patch
string severity = 3;- Returns:
- The bytes for severity.
-
getSummary
String getSummary()
Any summary information provided about this patch.
string summary = 4;- Returns:
- The summary.
-
getSummaryBytes
com.google.protobuf.ByteString getSummaryBytes()
Any summary information provided about this patch.
string summary = 4;- Returns:
- The bytes for summary.
-
-