public static interface PatchJobs.WindowsUpdateSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.WindowsUpdateSettings.Classification |
getClassifications(int index)
Only apply updates of these windows update classifications.
|
int |
getClassificationsCount()
Only apply updates of these windows update classifications.
|
List<PatchJobs.WindowsUpdateSettings.Classification> |
getClassificationsList()
Only apply updates of these windows update classifications.
|
int |
getClassificationsValue(int index)
Only apply updates of these windows update classifications.
|
List<Integer> |
getClassificationsValueList()
Only apply updates of these windows update classifications.
|
String |
getExcludes(int index)
List of KBs to exclude from update.
|
com.google.protobuf.ByteString |
getExcludesBytes(int index)
List of KBs to exclude from update.
|
int |
getExcludesCount()
List of KBs to exclude from update.
|
List<String> |
getExcludesList()
List of KBs to exclude from update.
|
String |
getExclusivePatches(int index)
An exclusive list of kbs to be updated.
|
com.google.protobuf.ByteString |
getExclusivePatchesBytes(int index)
An exclusive list of kbs to be updated.
|
int |
getExclusivePatchesCount()
An exclusive list of kbs to be updated.
|
List<String> |
getExclusivePatchesList()
An exclusive list of kbs to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
index - The index of the element to return.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;
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;
index - The index of the value to return.List<String> getExcludesList()
List of KBs to exclude from update.
repeated string excludes = 2;int getExcludesCount()
List of KBs to exclude from update.
repeated string excludes = 2;String getExcludes(int index)
List of KBs to exclude from update.
repeated string excludes = 2;index - The index of the element to return.com.google.protobuf.ByteString getExcludesBytes(int index)
List of KBs to exclude from update.
repeated string excludes = 2;index - The index of the value to return.List<String> 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;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;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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.