Class PatchJobs.WindowsUpdateSettings (2.21.0)

public static final class PatchJobs.WindowsUpdateSettings extends GeneratedMessageV3 implements PatchJobs.WindowsUpdateSettingsOrBuilder

Windows patching is performed using the Windows Update Agent.

Protobuf type google.cloud.osconfig.v1beta.WindowsUpdateSettings

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PatchJobs.WindowsUpdateSettings

Static Fields

CLASSIFICATIONS_FIELD_NUMBER

public static final int CLASSIFICATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

EXCLUDES_FIELD_NUMBER

public static final int EXCLUDES_FIELD_NUMBER
Field Value
TypeDescription
int

EXCLUSIVE_PATCHES_FIELD_NUMBER

public static final int EXCLUSIVE_PATCHES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PatchJobs.WindowsUpdateSettings getDefaultInstance()
Returns
TypeDescription
PatchJobs.WindowsUpdateSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PatchJobs.WindowsUpdateSettings.Builder newBuilder()
Returns
TypeDescription
PatchJobs.WindowsUpdateSettings.Builder

newBuilder(PatchJobs.WindowsUpdateSettings prototype)

public static PatchJobs.WindowsUpdateSettings.Builder newBuilder(PatchJobs.WindowsUpdateSettings prototype)
Parameter
NameDescription
prototypePatchJobs.WindowsUpdateSettings
Returns
TypeDescription
PatchJobs.WindowsUpdateSettings.Builder

parseDelimitedFrom(InputStream input)

public static PatchJobs.WindowsUpdateSettings parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PatchJobs.WindowsUpdateSettings
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PatchJobs.WindowsUpdateSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchJobs.WindowsUpdateSettings
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)