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 String
getCategory()
The category of the patch.com.google.protobuf.ByteString
getCategoryBytes()
The category of the patch.String
getPatchName()
The name of the patch.com.google.protobuf.ByteString
getPatchNameBytes()
The name of the patch.String
getSeverity()
The severity specified for this patchcom.google.protobuf.ByteString
getSeverityBytes()
The severity specified for this patchString
getSummary()
Any summary information provided about this patch.com.google.protobuf.ByteString
getSummaryBytes()
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.
-
-