Class Inventory.ZypperPatch.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • clear

        public Inventory.ZypperPatch.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • getDefaultInstanceForType

        public Inventory.ZypperPatch getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Inventory.ZypperPatch build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Inventory.ZypperPatch buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Inventory.ZypperPatch.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • clearField

        public Inventory.ZypperPatch.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • clearOneof

        public Inventory.ZypperPatch.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • setRepeatedField

        public Inventory.ZypperPatch.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • addRepeatedField

        public Inventory.ZypperPatch.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • mergeFrom

        public Inventory.ZypperPatch.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Inventory.ZypperPatch.Builder>
        Throws:
        IOException
      • getPatchNameBytes

        public com.google.protobuf.ByteString getPatchNameBytes()
         The name of the patch.
         
        string patch_name = 5;
        Specified by:
        getPatchNameBytes in interface Inventory.ZypperPatchOrBuilder
        Returns:
        The bytes for patchName.
      • setPatchName

        public Inventory.ZypperPatch.Builder setPatchName​(String value)
         The name of the patch.
         
        string patch_name = 5;
        Parameters:
        value - The patchName to set.
        Returns:
        This builder for chaining.
      • clearPatchName

        public Inventory.ZypperPatch.Builder clearPatchName()
         The name of the patch.
         
        string patch_name = 5;
        Returns:
        This builder for chaining.
      • setPatchNameBytes

        public Inventory.ZypperPatch.Builder setPatchNameBytes​(com.google.protobuf.ByteString value)
         The name of the patch.
         
        string patch_name = 5;
        Parameters:
        value - The bytes for patchName to set.
        Returns:
        This builder for chaining.
      • getCategoryBytes

        public com.google.protobuf.ByteString getCategoryBytes()
         The category of the patch.
         
        string category = 2;
        Specified by:
        getCategoryBytes in interface Inventory.ZypperPatchOrBuilder
        Returns:
        The bytes for category.
      • setCategory

        public Inventory.ZypperPatch.Builder setCategory​(String value)
         The category of the patch.
         
        string category = 2;
        Parameters:
        value - The category to set.
        Returns:
        This builder for chaining.
      • clearCategory

        public Inventory.ZypperPatch.Builder clearCategory()
         The category of the patch.
         
        string category = 2;
        Returns:
        This builder for chaining.
      • setCategoryBytes

        public Inventory.ZypperPatch.Builder setCategoryBytes​(com.google.protobuf.ByteString value)
         The category of the patch.
         
        string category = 2;
        Parameters:
        value - The bytes for category to set.
        Returns:
        This builder for chaining.
      • getSeverityBytes

        public com.google.protobuf.ByteString getSeverityBytes()
         The severity specified for this patch
         
        string severity = 3;
        Specified by:
        getSeverityBytes in interface Inventory.ZypperPatchOrBuilder
        Returns:
        The bytes for severity.
      • setSeverity

        public Inventory.ZypperPatch.Builder setSeverity​(String value)
         The severity specified for this patch
         
        string severity = 3;
        Parameters:
        value - The severity to set.
        Returns:
        This builder for chaining.
      • clearSeverity

        public Inventory.ZypperPatch.Builder clearSeverity()
         The severity specified for this patch
         
        string severity = 3;
        Returns:
        This builder for chaining.
      • setSeverityBytes

        public Inventory.ZypperPatch.Builder setSeverityBytes​(com.google.protobuf.ByteString value)
         The severity specified for this patch
         
        string severity = 3;
        Parameters:
        value - The bytes for severity to set.
        Returns:
        This builder for chaining.
      • getSummaryBytes

        public com.google.protobuf.ByteString getSummaryBytes()
         Any summary information provided about this patch.
         
        string summary = 4;
        Specified by:
        getSummaryBytes in interface Inventory.ZypperPatchOrBuilder
        Returns:
        The bytes for summary.
      • setSummary

        public Inventory.ZypperPatch.Builder setSummary​(String value)
         Any summary information provided about this patch.
         
        string summary = 4;
        Parameters:
        value - The summary to set.
        Returns:
        This builder for chaining.
      • clearSummary

        public Inventory.ZypperPatch.Builder clearSummary()
         Any summary information provided about this patch.
         
        string summary = 4;
        Returns:
        This builder for chaining.
      • setSummaryBytes

        public Inventory.ZypperPatch.Builder setSummaryBytes​(com.google.protobuf.ByteString value)
         Any summary information provided about this patch.
         
        string summary = 4;
        Parameters:
        value - The bytes for summary to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Inventory.ZypperPatch.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>
      • mergeUnknownFields

        public final Inventory.ZypperPatch.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.ZypperPatch.Builder>