You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudasset_v1.assets.html
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,17 @@ <h3>Method Details</h3>
262
262
"hotFixId": "A String", # Unique identifier associated with a particular QFE update.
263
263
"installTime": "A String", # Date that the QFE update was installed. Mapped from installed_on field.
264
264
},
265
+
"windowsApplication": { # Contains information about a Windows application as retrieved from the Windows Registry. For more information about these fields, see [Windows Installer Properties for the Uninstall Registry](https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key){: class="external" } # Details of Windows Application.
266
+
"displayName": "A String", # The name of the application or product.
267
+
"displayVersion": "A String", # The version of the product or application in string format.
268
+
"helpLink": "A String", # The internet address for technical support.
269
+
"installDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
270
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
271
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
272
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
273
+
},
274
+
"publisher": "A String", # The name of the manufacturer for the product or application.
275
+
},
265
276
"wuaPackage": { # Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated. # Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.
266
277
"categories": [ # The categories that are associated with this update package.
267
278
{ # Categories specified by the Windows Update.
@@ -323,6 +334,17 @@ <h3>Method Details</h3>
323
334
"hotFixId": "A String", # Unique identifier associated with a particular QFE update.
324
335
"installTime": "A String", # Date that the QFE update was installed. Mapped from installed_on field.
325
336
},
337
+
"windowsApplication": { # Contains information about a Windows application as retrieved from the Windows Registry. For more information about these fields, see [Windows Installer Properties for the Uninstall Registry](https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key){: class="external" } # Details of Windows Application.
338
+
"displayName": "A String", # The name of the application or product.
339
+
"displayVersion": "A String", # The version of the product or application in string format.
340
+
"helpLink": "A String", # The internet address for technical support.
341
+
"installDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
342
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
343
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
344
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
345
+
},
346
+
"publisher": "A String", # The name of the manufacturer for the product or application.
347
+
},
326
348
"wuaPackage": { # Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated. # Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.
327
349
"categories": [ # The categories that are associated with this update package.
0 commit comments