public static interface Inventory.ZypperPatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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 patch
|
com.google.protobuf.ByteString |
getSeverityBytes()
The severity specified for this patch
|
String |
getSummary()
Any summary information provided about this patch.
|
com.google.protobuf.ByteString |
getSummaryBytes()
Any summary information provided about this patch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPatchName()
The name of the patch.
string patch_name = 5;com.google.protobuf.ByteString getPatchNameBytes()
The name of the patch.
string patch_name = 5;String getCategory()
The category of the patch.
string category = 2;com.google.protobuf.ByteString getCategoryBytes()
The category of the patch.
string category = 2;String getSeverity()
The severity specified for this patch
string severity = 3;com.google.protobuf.ByteString getSeverityBytes()
The severity specified for this patch
string severity = 3;String getSummary()
Any summary information provided about this patch.
string summary = 4;com.google.protobuf.ByteString getSummaryBytes()
Any summary information provided about this patch.
string summary = 4;Copyright © 2023 Google LLC. All rights reserved.