Class PatchJobs.WindowsUpdateSettings

    • Field Detail

      • CLASSIFICATIONS_FIELD_NUMBER

        public static final int CLASSIFICATIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXCLUSIVE_PATCHES_FIELD_NUMBER

        public static final int EXCLUSIVE_PATCHES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getClassificationsCount

        public int getClassificationsCount()
         Only apply updates of these windows update classifications. If empty, all
         updates are applied.
         
        repeated .google.cloud.osconfig.v1beta.WindowsUpdateSettings.Classification classifications = 1;
        Specified by:
        getClassificationsCount in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Returns:
        The count of classifications.
      • getClassificationsValueList

        public List<Integer> getClassificationsValueList()
         Only apply updates of these windows update classifications. If empty, all
         updates are applied.
         
        repeated .google.cloud.osconfig.v1beta.WindowsUpdateSettings.Classification classifications = 1;
        Specified by:
        getClassificationsValueList in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for classifications.
      • getClassificationsValue

        public int getClassificationsValue​(int index)
         Only apply updates of these windows update classifications. If empty, all
         updates are applied.
         
        repeated .google.cloud.osconfig.v1beta.WindowsUpdateSettings.Classification classifications = 1;
        Specified by:
        getClassificationsValue in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of classifications at the given index.
      • getExcludesList

        public com.google.protobuf.ProtocolStringList getExcludesList()
         List of KBs to exclude from update.
         
        repeated string excludes = 2;
        Specified by:
        getExcludesList in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Returns:
        A list containing the excludes.
      • getExcludes

        public String getExcludes​(int index)
         List of KBs to exclude from update.
         
        repeated string excludes = 2;
        Specified by:
        getExcludes in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The excludes at the given index.
      • getExcludesBytes

        public com.google.protobuf.ByteString getExcludesBytes​(int index)
         List of KBs to exclude from update.
         
        repeated string excludes = 2;
        Specified by:
        getExcludesBytes in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the excludes at the given index.
      • getExclusivePatchesList

        public com.google.protobuf.ProtocolStringList getExclusivePatchesList()
         An exclusive list of kbs to be updated. These are the only patches
         that will be updated. This field must not be used with other
         patch configurations.
         
        repeated string exclusive_patches = 3;
        Specified by:
        getExclusivePatchesList in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Returns:
        A list containing the exclusivePatches.
      • getExclusivePatchesCount

        public int getExclusivePatchesCount()
         An exclusive list of kbs to be updated. These are the only patches
         that will be updated. This field must not be used with other
         patch configurations.
         
        repeated string exclusive_patches = 3;
        Specified by:
        getExclusivePatchesCount in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Returns:
        The count of exclusivePatches.
      • getExclusivePatches

        public String getExclusivePatches​(int index)
         An exclusive list of kbs to be updated. These are the only patches
         that will be updated. This field must not be used with other
         patch configurations.
         
        repeated string exclusive_patches = 3;
        Specified by:
        getExclusivePatches in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The exclusivePatches at the given index.
      • getExclusivePatchesBytes

        public com.google.protobuf.ByteString getExclusivePatchesBytes​(int index)
         An exclusive list of kbs to be updated. These are the only patches
         that will be updated. This field must not be used with other
         patch configurations.
         
        repeated string exclusive_patches = 3;
        Specified by:
        getExclusivePatchesBytes in interface PatchJobs.WindowsUpdateSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the exclusivePatches at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(ByteBuffer data)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(ByteBuffer data,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(com.google.protobuf.ByteString data)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(com.google.protobuf.ByteString data,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(byte[] data)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.WindowsUpdateSettings parseFrom​(byte[] data,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public PatchJobs.WindowsUpdateSettings.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public PatchJobs.WindowsUpdateSettings.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PatchJobs.WindowsUpdateSettings.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PatchJobs.WindowsUpdateSettings> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PatchJobs.WindowsUpdateSettings getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder