Skip to content

Commit 5b89c7b

Browse files
feat(cloudasset): update the api
#### cloudasset:v1 The following keys were added: - schemas.Date (Total Keys: 8) - schemas.RelatedResource (Total Keys: 8) - schemas.ResourceSearchResult.properties.relationships (Total Keys: 2) - schemas.SoftwarePackage.properties.windowsApplication.$ref (Total Keys: 1) - schemas.WindowsApplication (Total Keys: 7)
1 parent 61a2def commit 5b89c7b

File tree

8 files changed

+171
-6
lines changed

8 files changed

+171
-6
lines changed

docs/dyn/cloudasset_v1.assets.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,17 @@ <h3>Method Details</h3>
262262
&quot;hotFixId&quot;: &quot;A String&quot;, # Unique identifier associated with a particular QFE update.
263263
&quot;installTime&quot;: &quot;A String&quot;, # Date that the QFE update was installed. Mapped from installed_on field.
264264
},
265+
&quot;windowsApplication&quot;: { # 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=&quot;external&quot; } # Details of Windows Application.
266+
&quot;displayName&quot;: &quot;A String&quot;, # The name of the application or product.
267+
&quot;displayVersion&quot;: &quot;A String&quot;, # The version of the product or application in string format.
268+
&quot;helpLink&quot;: &quot;A String&quot;, # The internet address for technical support.
269+
&quot;installDate&quot;: { # 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+
&quot;day&quot;: 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&#x27;t significant.
271+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
272+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
273+
},
274+
&quot;publisher&quot;: &quot;A String&quot;, # The name of the manufacturer for the product or application.
275+
},
265276
&quot;wuaPackage&quot;: { # 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.
266277
&quot;categories&quot;: [ # The categories that are associated with this update package.
267278
{ # Categories specified by the Windows Update.
@@ -323,6 +334,17 @@ <h3>Method Details</h3>
323334
&quot;hotFixId&quot;: &quot;A String&quot;, # Unique identifier associated with a particular QFE update.
324335
&quot;installTime&quot;: &quot;A String&quot;, # Date that the QFE update was installed. Mapped from installed_on field.
325336
},
337+
&quot;windowsApplication&quot;: { # 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=&quot;external&quot; } # Details of Windows Application.
338+
&quot;displayName&quot;: &quot;A String&quot;, # The name of the application or product.
339+
&quot;displayVersion&quot;: &quot;A String&quot;, # The version of the product or application in string format.
340+
&quot;helpLink&quot;: &quot;A String&quot;, # The internet address for technical support.
341+
&quot;installDate&quot;: { # 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+
&quot;day&quot;: 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&#x27;t significant.
343+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
344+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
345+
},
346+
&quot;publisher&quot;: &quot;A String&quot;, # The name of the manufacturer for the product or application.
347+
},
326348
&quot;wuaPackage&quot;: { # 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.
327349
&quot;categories&quot;: [ # The categories that are associated with this update package.
328350
{ # Categories specified by the Windows Update.

0 commit comments

Comments
 (0)