Class Inventory.WindowsQuickFixEngineeringPackage (2.44.0)

public static final class Inventory.WindowsQuickFixEngineeringPackage extends GeneratedMessageV3 implements Inventory.WindowsQuickFixEngineeringPackageOrBuilder

Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering

Protobuf type google.cloud.osconfig.v1alpha.Inventory.WindowsQuickFixEngineeringPackage

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Inventory.WindowsQuickFixEngineeringPackage

Static Fields

CAPTION_FIELD_NUMBER

public static final int CAPTION_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

HOT_FIX_ID_FIELD_NUMBER

public static final int HOT_FIX_ID_FIELD_NUMBER
Field Value
Type Description
int

INSTALL_TIME_FIELD_NUMBER

public static final int INSTALL_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Inventory.WindowsQuickFixEngineeringPackage getDefaultInstance()
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Inventory.WindowsQuickFixEngineeringPackage.Builder newBuilder()
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage.Builder

newBuilder(Inventory.WindowsQuickFixEngineeringPackage prototype)

public static Inventory.WindowsQuickFixEngineeringPackage.Builder newBuilder(Inventory.WindowsQuickFixEngineeringPackage prototype)
Parameter
Name Description
prototype Inventory.WindowsQuickFixEngineeringPackage
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage.Builder

parseDelimitedFrom(InputStream input)

public static Inventory.WindowsQuickFixEngineeringPackage parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Inventory.WindowsQuickFixEngineeringPackage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Inventory.WindowsQuickFixEngineeringPackage> parser()
Returns
Type Description
Parser<WindowsQuickFixEngineeringPackage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCaption()

public String getCaption()

A short textual description of the QFE update.

string caption = 1;

Returns
Type Description
String

The caption.

getCaptionBytes()

public ByteString getCaptionBytes()

A short textual description of the QFE update.

string caption = 1;

Returns
Type Description
ByteString

The bytes for caption.

getDefaultInstanceForType()

public Inventory.WindowsQuickFixEngineeringPackage getDefaultInstanceForType()
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage

getDescription()

public String getDescription()

A textual description of the QFE update.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A textual description of the QFE update.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getHotFixId()

public String getHotFixId()

Unique identifier associated with a particular QFE update.

string hot_fix_id = 3;

Returns
Type Description
String

The hotFixId.

getHotFixIdBytes()

public ByteString getHotFixIdBytes()

Unique identifier associated with a particular QFE update.

string hot_fix_id = 3;

Returns
Type Description
ByteString

The bytes for hotFixId.

getInstallTime()

public Timestamp getInstallTime()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
Type Description
Timestamp

The installTime.

getInstallTimeOrBuilder()

public TimestampOrBuilder getInstallTimeOrBuilder()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<Inventory.WindowsQuickFixEngineeringPackage> getParserForType()
Returns
Type Description
Parser<WindowsQuickFixEngineeringPackage>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasInstallTime()

public boolean hasInstallTime()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
Type Description
boolean

Whether the installTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Inventory.WindowsQuickFixEngineeringPackage.Builder newBuilderForType()
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Inventory.WindowsQuickFixEngineeringPackage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Inventory.WindowsQuickFixEngineeringPackage.Builder toBuilder()
Returns
Type Description
Inventory.WindowsQuickFixEngineeringPackage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException