Package com.google.cloud.osconfig.v1
Class PatchJobs.WindowsUpdateSettings.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
- com.google.cloud.osconfig.v1.PatchJobs.WindowsUpdateSettings.Builder
-
- All Implemented Interfaces:
PatchJobs.WindowsUpdateSettingsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PatchJobs.WindowsUpdateSettings
public static final class PatchJobs.WindowsUpdateSettings.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder> implements PatchJobs.WindowsUpdateSettingsOrBuilder
Windows patching is performed using the Windows Update Agent.
Protobuf typegoogle.cloud.osconfig.v1.WindowsUpdateSettings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchJobs.WindowsUpdateSettings.BuilderaddAllClassifications(Iterable<? extends PatchJobs.WindowsUpdateSettings.Classification> values)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuilderaddAllClassificationsValue(Iterable<Integer> values)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuilderaddAllExcludes(Iterable<String> values)List of KBs to exclude from update.PatchJobs.WindowsUpdateSettings.BuilderaddAllExclusivePatches(Iterable<String> values)An exclusive list of kbs to be updated.PatchJobs.WindowsUpdateSettings.BuilderaddClassifications(PatchJobs.WindowsUpdateSettings.Classification value)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuilderaddClassificationsValue(int value)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuilderaddExcludes(String value)List of KBs to exclude from update.PatchJobs.WindowsUpdateSettings.BuilderaddExcludesBytes(com.google.protobuf.ByteString value)List of KBs to exclude from update.PatchJobs.WindowsUpdateSettings.BuilderaddExclusivePatches(String value)An exclusive list of kbs to be updated.PatchJobs.WindowsUpdateSettings.BuilderaddExclusivePatchesBytes(com.google.protobuf.ByteString value)An exclusive list of kbs to be updated.PatchJobs.WindowsUpdateSettings.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PatchJobs.WindowsUpdateSettingsbuild()PatchJobs.WindowsUpdateSettingsbuildPartial()PatchJobs.WindowsUpdateSettings.Builderclear()PatchJobs.WindowsUpdateSettings.BuilderclearClassifications()Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuilderclearExcludes()List of KBs to exclude from update.PatchJobs.WindowsUpdateSettings.BuilderclearExclusivePatches()An exclusive list of kbs to be updated.PatchJobs.WindowsUpdateSettings.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PatchJobs.WindowsUpdateSettings.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PatchJobs.WindowsUpdateSettings.Builderclone()PatchJobs.WindowsUpdateSettings.ClassificationgetClassifications(int index)Only apply updates of these windows update classifications.intgetClassificationsCount()Only apply updates of these windows update classifications.List<PatchJobs.WindowsUpdateSettings.Classification>getClassificationsList()Only apply updates of these windows update classifications.intgetClassificationsValue(int index)Only apply updates of these windows update classifications.List<Integer>getClassificationsValueList()Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettingsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetExcludes(int index)List of KBs to exclude from update.com.google.protobuf.ByteStringgetExcludesBytes(int index)List of KBs to exclude from update.intgetExcludesCount()List of KBs to exclude from update.com.google.protobuf.ProtocolStringListgetExcludesList()List of KBs to exclude from update.StringgetExclusivePatches(int index)An exclusive list of kbs to be updated.com.google.protobuf.ByteStringgetExclusivePatchesBytes(int index)An exclusive list of kbs to be updated.intgetExclusivePatchesCount()An exclusive list of kbs to be updated.com.google.protobuf.ProtocolStringListgetExclusivePatchesList()An exclusive list of kbs to be updated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PatchJobs.WindowsUpdateSettings.BuildermergeFrom(PatchJobs.WindowsUpdateSettings other)PatchJobs.WindowsUpdateSettings.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PatchJobs.WindowsUpdateSettings.BuildermergeFrom(com.google.protobuf.Message other)PatchJobs.WindowsUpdateSettings.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PatchJobs.WindowsUpdateSettings.BuildersetClassifications(int index, PatchJobs.WindowsUpdateSettings.Classification value)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuildersetClassificationsValue(int index, int value)Only apply updates of these windows update classifications.PatchJobs.WindowsUpdateSettings.BuildersetExcludes(int index, String value)List of KBs to exclude from update.PatchJobs.WindowsUpdateSettings.BuildersetExclusivePatches(int index, String value)An exclusive list of kbs to be updated.PatchJobs.WindowsUpdateSettings.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PatchJobs.WindowsUpdateSettings.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PatchJobs.WindowsUpdateSettings.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
clear
public PatchJobs.WindowsUpdateSettings.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
getDefaultInstanceForType
public PatchJobs.WindowsUpdateSettings getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PatchJobs.WindowsUpdateSettings build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PatchJobs.WindowsUpdateSettings buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PatchJobs.WindowsUpdateSettings.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
setField
public PatchJobs.WindowsUpdateSettings.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
clearField
public PatchJobs.WindowsUpdateSettings.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
clearOneof
public PatchJobs.WindowsUpdateSettings.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
setRepeatedField
public PatchJobs.WindowsUpdateSettings.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
addRepeatedField
public PatchJobs.WindowsUpdateSettings.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
mergeFrom
public PatchJobs.WindowsUpdateSettings.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
mergeFrom
public PatchJobs.WindowsUpdateSettings.Builder mergeFrom(PatchJobs.WindowsUpdateSettings other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
mergeFrom
public PatchJobs.WindowsUpdateSettings.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PatchJobs.WindowsUpdateSettings.Builder>- Throws:
IOException
-
getClassificationsList
public List<PatchJobs.WindowsUpdateSettings.Classification> getClassificationsList()
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Specified by:
getClassificationsListin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Returns:
- A list containing the classifications.
-
getClassificationsCount
public int getClassificationsCount()
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Specified by:
getClassificationsCountin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Returns:
- The count of classifications.
-
getClassifications
public PatchJobs.WindowsUpdateSettings.Classification getClassifications(int index)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Specified by:
getClassificationsin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The classifications at the given index.
-
setClassifications
public PatchJobs.WindowsUpdateSettings.Builder setClassifications(int index, PatchJobs.WindowsUpdateSettings.Classification value)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
index- The index to set the value at.value- The classifications to set.- Returns:
- This builder for chaining.
-
addClassifications
public PatchJobs.WindowsUpdateSettings.Builder addClassifications(PatchJobs.WindowsUpdateSettings.Classification value)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
value- The classifications to add.- Returns:
- This builder for chaining.
-
addAllClassifications
public PatchJobs.WindowsUpdateSettings.Builder addAllClassifications(Iterable<? extends PatchJobs.WindowsUpdateSettings.Classification> values)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
values- The classifications to add.- Returns:
- This builder for chaining.
-
clearClassifications
public PatchJobs.WindowsUpdateSettings.Builder clearClassifications()
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Returns:
- This builder for chaining.
-
getClassificationsValueList
public List<Integer> getClassificationsValueList()
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Specified by:
getClassificationsValueListin interfacePatchJobs.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.v1.WindowsUpdateSettings.Classification classifications = 1;- Specified by:
getClassificationsValuein interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of classifications at the given index.
-
setClassificationsValue
public PatchJobs.WindowsUpdateSettings.Builder setClassificationsValue(int index, int value)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for classifications to set.- Returns:
- This builder for chaining.
-
addClassificationsValue
public PatchJobs.WindowsUpdateSettings.Builder addClassificationsValue(int value)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
value- The enum numeric value on the wire for classifications to add.- Returns:
- This builder for chaining.
-
addAllClassificationsValue
public PatchJobs.WindowsUpdateSettings.Builder addAllClassificationsValue(Iterable<Integer> values)
Only apply updates of these windows update classifications. If empty, all updates are applied.
repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;- Parameters:
values- The enum numeric values on the wire for classifications to add.- Returns:
- This builder for chaining.
-
getExcludesList
public com.google.protobuf.ProtocolStringList getExcludesList()
List of KBs to exclude from update.
repeated string excludes = 2;- Specified by:
getExcludesListin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Returns:
- A list containing the excludes.
-
getExcludesCount
public int getExcludesCount()
List of KBs to exclude from update.
repeated string excludes = 2;- Specified by:
getExcludesCountin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Returns:
- The count of excludes.
-
getExcludes
public String getExcludes(int index)
List of KBs to exclude from update.
repeated string excludes = 2;- Specified by:
getExcludesin interfacePatchJobs.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:
getExcludesBytesin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the excludes at the given index.
-
setExcludes
public PatchJobs.WindowsUpdateSettings.Builder setExcludes(int index, String value)
List of KBs to exclude from update.
repeated string excludes = 2;- Parameters:
index- The index to set the value at.value- The excludes to set.- Returns:
- This builder for chaining.
-
addExcludes
public PatchJobs.WindowsUpdateSettings.Builder addExcludes(String value)
List of KBs to exclude from update.
repeated string excludes = 2;- Parameters:
value- The excludes to add.- Returns:
- This builder for chaining.
-
addAllExcludes
public PatchJobs.WindowsUpdateSettings.Builder addAllExcludes(Iterable<String> values)
List of KBs to exclude from update.
repeated string excludes = 2;- Parameters:
values- The excludes to add.- Returns:
- This builder for chaining.
-
clearExcludes
public PatchJobs.WindowsUpdateSettings.Builder clearExcludes()
List of KBs to exclude from update.
repeated string excludes = 2;- Returns:
- This builder for chaining.
-
addExcludesBytes
public PatchJobs.WindowsUpdateSettings.Builder addExcludesBytes(com.google.protobuf.ByteString value)
List of KBs to exclude from update.
repeated string excludes = 2;- Parameters:
value- The bytes of the excludes to add.- Returns:
- This builder for chaining.
-
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:
getExclusivePatchesListin interfacePatchJobs.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:
getExclusivePatchesCountin interfacePatchJobs.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:
getExclusivePatchesin interfacePatchJobs.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:
getExclusivePatchesBytesin interfacePatchJobs.WindowsUpdateSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exclusivePatches at the given index.
-
setExclusivePatches
public PatchJobs.WindowsUpdateSettings.Builder setExclusivePatches(int index, String value)
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;- Parameters:
index- The index to set the value at.value- The exclusivePatches to set.- Returns:
- This builder for chaining.
-
addExclusivePatches
public PatchJobs.WindowsUpdateSettings.Builder addExclusivePatches(String value)
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;- Parameters:
value- The exclusivePatches to add.- Returns:
- This builder for chaining.
-
addAllExclusivePatches
public PatchJobs.WindowsUpdateSettings.Builder addAllExclusivePatches(Iterable<String> values)
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;- Parameters:
values- The exclusivePatches to add.- Returns:
- This builder for chaining.
-
clearExclusivePatches
public PatchJobs.WindowsUpdateSettings.Builder clearExclusivePatches()
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;- Returns:
- This builder for chaining.
-
addExclusivePatchesBytes
public PatchJobs.WindowsUpdateSettings.Builder addExclusivePatchesBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes of the exclusivePatches to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PatchJobs.WindowsUpdateSettings.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
mergeUnknownFields
public final PatchJobs.WindowsUpdateSettings.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.WindowsUpdateSettings.Builder>
-
-