- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class Inventory.WindowsQuickFixEngineeringPackage.Builder extends GeneratedMessageV3.Builder<Inventory.WindowsQuickFixEngineeringPackage.Builder> 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.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Inventory.WindowsQuickFixEngineeringPackage.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
build()
public Inventory.WindowsQuickFixEngineeringPackage build()
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage |
buildPartial()
public Inventory.WindowsQuickFixEngineeringPackage buildPartial()
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage |
clear()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clear()
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
clearCaption()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearCaption()
A short textual description of the QFE update.
string caption = 1;
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
clearDescription()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearDescription()
A textual description of the QFE update.
string description = 2;
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
clearHotFixId()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearHotFixId()
Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
clearInstallTime()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearInstallTime()
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Inventory.WindowsQuickFixEngineeringPackage.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
clone()
public Inventory.WindowsQuickFixEngineeringPackage.Builder clone()
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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. |
getInstallTimeBuilder()
public Timestamp.Builder getInstallTimeBuilder()
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
Returns | |
---|---|
Type | Description |
Builder |
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 |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Inventory.WindowsQuickFixEngineeringPackage other)
public Inventory.WindowsQuickFixEngineeringPackage.Builder mergeFrom(Inventory.WindowsQuickFixEngineeringPackage other)
Parameter | |
---|---|
Name | Description |
other |
Inventory.WindowsQuickFixEngineeringPackage |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Inventory.WindowsQuickFixEngineeringPackage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Inventory.WindowsQuickFixEngineeringPackage.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
mergeInstallTime(Timestamp value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder mergeInstallTime(Timestamp value)
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsQuickFixEngineeringPackage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
setCaption(String value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setCaption(String value)
A short textual description of the QFE update.
string caption = 1;
Parameter | |
---|---|
Name | Description |
value |
String The caption to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setCaptionBytes(ByteString value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setCaptionBytes(ByteString value)
A short textual description of the QFE update.
string caption = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for caption to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setDescription(String value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setDescription(String value)
A textual description of the QFE update.
string description = 2;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setDescriptionBytes(ByteString value)
A textual description of the QFE update.
string description = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
setHotFixId(String value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setHotFixId(String value)
Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;
Parameter | |
---|---|
Name | Description |
value |
String The hotFixId to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setHotFixIdBytes(ByteString value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setHotFixIdBytes(ByteString value)
Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for hotFixId to set. |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
This builder for chaining. |
setInstallTime(Timestamp value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setInstallTime(Timestamp value)
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
setInstallTime(Timestamp.Builder builderForValue)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setInstallTime(Timestamp.Builder builderForValue)
Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Inventory.WindowsQuickFixEngineeringPackage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsQuickFixEngineeringPackage.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Inventory.WindowsQuickFixEngineeringPackage.Builder |