- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.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.39.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.26.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.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.6
 - 2.4.3
 - 2.3.2
 
public static final class Inventory.ZypperPatch.Builder extends GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder> implements Inventory.ZypperPatchOrBuilderDetails related to a Zypper Patch.
 Protobuf type google.cloud.osconfig.v1alpha.Inventory.ZypperPatch
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Inventory.ZypperPatch.BuilderImplements
Inventory.ZypperPatchOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Inventory.ZypperPatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
build()
public Inventory.ZypperPatch build()| Type | Description | 
| Inventory.ZypperPatch | 
buildPartial()
public Inventory.ZypperPatch buildPartial()| Type | Description | 
| Inventory.ZypperPatch | 
clear()
public Inventory.ZypperPatch.Builder clear()| Type | Description | 
| Inventory.ZypperPatch.Builder | 
clearCategory()
public Inventory.ZypperPatch.Builder clearCategory()The category of the patch.
 string category = 2;
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Inventory.ZypperPatch.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Inventory.ZypperPatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
clearPatchName()
public Inventory.ZypperPatch.Builder clearPatchName()The name of the patch.
 string patch_name = 5;
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
clearSeverity()
public Inventory.ZypperPatch.Builder clearSeverity()The severity specified for this patch
 string severity = 3;
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
clearSummary()
public Inventory.ZypperPatch.Builder clearSummary()Any summary information provided about this patch.
 string summary = 4;
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
clone()
public Inventory.ZypperPatch.Builder clone()| Type | Description | 
| Inventory.ZypperPatch.Builder | 
getCategory()
public String getCategory()The category of the patch.
 string category = 2;
| Type | Description | 
| String | The category.  | 
      
getCategoryBytes()
public ByteString getCategoryBytes()The category of the patch.
 string category = 2;
| Type | Description | 
| ByteString | The bytes for category.  | 
      
getDefaultInstanceForType()
public Inventory.ZypperPatch getDefaultInstanceForType()| Type | Description | 
| Inventory.ZypperPatch | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getPatchName()
public String getPatchName()The name of the patch.
 string patch_name = 5;
| Type | Description | 
| String | The patchName.  | 
      
getPatchNameBytes()
public ByteString getPatchNameBytes()The name of the patch.
 string patch_name = 5;
| Type | Description | 
| ByteString | The bytes for patchName.  | 
      
getSeverity()
public String getSeverity()The severity specified for this patch
 string severity = 3;
| Type | Description | 
| String | The severity.  | 
      
getSeverityBytes()
public ByteString getSeverityBytes()The severity specified for this patch
 string severity = 3;
| Type | Description | 
| ByteString | The bytes for severity.  | 
      
getSummary()
public String getSummary()Any summary information provided about this patch.
 string summary = 4;
| Type | Description | 
| String | The summary.  | 
      
getSummaryBytes()
public ByteString getSummaryBytes()Any summary information provided about this patch.
 string summary = 4;
| Type | Description | 
| ByteString | The bytes for summary.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Inventory.ZypperPatch other)
public Inventory.ZypperPatch.Builder mergeFrom(Inventory.ZypperPatch other)| Name | Description | 
| other | Inventory.ZypperPatch | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Inventory.ZypperPatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Inventory.ZypperPatch.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.ZypperPatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
setCategory(String value)
public Inventory.ZypperPatch.Builder setCategory(String value)The category of the patch.
 string category = 2;
| Name | Description | 
| value | StringThe category to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setCategoryBytes(ByteString value)
public Inventory.ZypperPatch.Builder setCategoryBytes(ByteString value)The category of the patch.
 string category = 2;
| Name | Description | 
| value | ByteStringThe bytes for category to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Inventory.ZypperPatch.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
setPatchName(String value)
public Inventory.ZypperPatch.Builder setPatchName(String value)The name of the patch.
 string patch_name = 5;
| Name | Description | 
| value | StringThe patchName to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setPatchNameBytes(ByteString value)
public Inventory.ZypperPatch.Builder setPatchNameBytes(ByteString value)The name of the patch.
 string patch_name = 5;
| Name | Description | 
| value | ByteStringThe bytes for patchName to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Inventory.ZypperPatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | 
setSeverity(String value)
public Inventory.ZypperPatch.Builder setSeverity(String value)The severity specified for this patch
 string severity = 3;
| Name | Description | 
| value | StringThe severity to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setSeverityBytes(ByteString value)
public Inventory.ZypperPatch.Builder setSeverityBytes(ByteString value)The severity specified for this patch
 string severity = 3;
| Name | Description | 
| value | ByteStringThe bytes for severity to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setSummary(String value)
public Inventory.ZypperPatch.Builder setSummary(String value)Any summary information provided about this patch.
 string summary = 4;
| Name | Description | 
| value | StringThe summary to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setSummaryBytes(ByteString value)
public Inventory.ZypperPatch.Builder setSummaryBytes(ByteString value)Any summary information provided about this patch.
 string summary = 4;
| Name | Description | 
| value | ByteStringThe bytes for summary to set.  | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.ZypperPatch.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Inventory.ZypperPatch.Builder |