Represents a SoftwarePackage.
Package
@google-cloud/asset!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.osconfig.v1.Inventory.ISoftwarePackage);
Constructs a new SoftwarePackage.
Name | Description |
properties |
ISoftwarePackage
Properties to set |
Properties
aptPackage
public aptPackage?: (google.cloud.osconfig.v1.Inventory.IVersionedPackage|null);
SoftwarePackage aptPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IVersionedPackage|null) |
cosPackage
public cosPackage?: (google.cloud.osconfig.v1.Inventory.IVersionedPackage|null);
SoftwarePackage cosPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IVersionedPackage|null) |
details
public details?: ("yumPackage"|"aptPackage"|"zypperPackage"|"googetPackage"|"zypperPatch"|"wuaPackage"|"qfePackage"|"cosPackage");
SoftwarePackage details.
Type | Description |
("yumPackage"|"aptPackage"|"zypperPackage"|"googetPackage"|"zypperPatch"|"wuaPackage"|"qfePackage"|"cosPackage") |
googetPackage
public googetPackage?: (google.cloud.osconfig.v1.Inventory.IVersionedPackage|null);
SoftwarePackage googetPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IVersionedPackage|null) |
qfePackage
public qfePackage?: (google.cloud.osconfig.v1.Inventory.IWindowsQuickFixEngineeringPackage|null);
SoftwarePackage qfePackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IWindowsQuickFixEngineeringPackage|null) |
wuaPackage
public wuaPackage?: (google.cloud.osconfig.v1.Inventory.IWindowsUpdatePackage|null);
SoftwarePackage wuaPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IWindowsUpdatePackage|null) |
yumPackage
public yumPackage?: (google.cloud.osconfig.v1.Inventory.IVersionedPackage|null);
SoftwarePackage yumPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IVersionedPackage|null) |
zypperPackage
public zypperPackage?: (google.cloud.osconfig.v1.Inventory.IVersionedPackage|null);
SoftwarePackage zypperPackage.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IVersionedPackage|null) |
zypperPatch
public zypperPatch?: (google.cloud.osconfig.v1.Inventory.IZypperPatch|null);
SoftwarePackage zypperPatch.
Type | Description |
(google.cloud.osconfig.v1.Inventory.IZypperPatch|null) |
Methods
create(properties)
public static create(properties?: google.cloud.osconfig.v1.Inventory.ISoftwarePackage): google.cloud.osconfig.v1.Inventory.SoftwarePackage;
Creates a new SoftwarePackage instance using the specified properties.
Name | Description |
properties |
ISoftwarePackage
Properties to set |
Type | Description |
google.cloud.osconfig.v1.Inventory.SoftwarePackage | SoftwarePackage instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.osconfig.v1.Inventory.SoftwarePackage;
Decodes a SoftwarePackage message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.osconfig.v1.Inventory.SoftwarePackage | SoftwarePackage |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.osconfig.v1.Inventory.SoftwarePackage;
Decodes a SoftwarePackage message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.osconfig.v1.Inventory.SoftwarePackage | SoftwarePackage |
encode(message, writer)
public static encode(message: google.cloud.osconfig.v1.Inventory.ISoftwarePackage, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified SoftwarePackage message. Does not implicitly messages.
Name | Description |
message |
ISoftwarePackage
SoftwarePackage message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.osconfig.v1.Inventory.ISoftwarePackage, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified SoftwarePackage message, length delimited. Does not implicitly messages.
Name | Description |
message |
ISoftwarePackage
SoftwarePackage message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.osconfig.v1.Inventory.SoftwarePackage;
Creates a SoftwarePackage message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.osconfig.v1.Inventory.SoftwarePackage | SoftwarePackage |
toJSON()
public toJSON(): { [k: string]: any };
Converts this SoftwarePackage to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.osconfig.v1.Inventory.SoftwarePackage, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a SoftwarePackage message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.osconfig.v1.Inventory.SoftwarePackage
SoftwarePackage |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a SoftwarePackage message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|