From 5dbaaad34dec45eb5f5a9e98710b3ec05b4d5429 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Sat, 5 Jun 2021 07:25:53 +0000 Subject: [PATCH] feat(osconfig): update the api #### osconfig:v1alpha The following keys were added: - schemas.OSPolicyResourceConfigStep.properties.errorMessage.type (Total Keys: 1) --- ...ha.projects.locations.instanceOSPoliciesCompliances.html | 2 ++ googleapiclient/discovery_cache/documents/osconfig.v1.json | 2 +- .../discovery_cache/documents/osconfig.v1alpha.json | 6 +++++- .../discovery_cache/documents/osconfig.v1beta.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/dyn/osconfig_v1alpha.projects.locations.instanceOSPoliciesCompliances.html b/docs/dyn/osconfig_v1alpha.projects.locations.instanceOSPoliciesCompliances.html index 879c01af3d0..8c3c6d2f830 100644 --- a/docs/dyn/osconfig_v1alpha.projects.locations.instanceOSPoliciesCompliances.html +++ b/docs/dyn/osconfig_v1alpha.projects.locations.instanceOSPoliciesCompliances.html @@ -121,6 +121,7 @@

Method Details

{ # Compliance data for an OS policy resource. "configSteps": [ # Ordered list of configuration steps taken by the agent for the OS policy resource. { # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state. + "errorMessage": "A String", # An error message recorded during the execution of this step. Only populated when outcome is FAILED. "outcome": "A String", # Outcome of the configuration step. "type": "A String", # Configuration step type. }, @@ -173,6 +174,7 @@

Method Details

{ # Compliance data for an OS policy resource. "configSteps": [ # Ordered list of configuration steps taken by the agent for the OS policy resource. { # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state. + "errorMessage": "A String", # An error message recorded during the execution of this step. Only populated when outcome is FAILED. "outcome": "A String", # Outcome of the configuration step. "type": "A String", # Configuration step type. }, diff --git a/googleapiclient/discovery_cache/documents/osconfig.v1.json b/googleapiclient/discovery_cache/documents/osconfig.v1.json index 1f4cff51461..f91a881dd1f 100644 --- a/googleapiclient/discovery_cache/documents/osconfig.v1.json +++ b/googleapiclient/discovery_cache/documents/osconfig.v1.json @@ -476,7 +476,7 @@ } } }, - "revision": "20210507", + "revision": "20210527", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptSettings": { diff --git a/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json b/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json index 37312906bcd..aa10d0caa73 100644 --- a/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json @@ -610,7 +610,7 @@ } } }, - "revision": "20210507", + "revision": "20210527", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "CVSSv3": { @@ -1617,6 +1617,10 @@ "description": "Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.", "id": "OSPolicyResourceConfigStep", "properties": { + "errorMessage": { + "description": "An error message recorded during the execution of this step. Only populated when outcome is FAILED.", + "type": "string" + }, "outcome": { "description": "Outcome of the configuration step.", "enum": [ diff --git a/googleapiclient/discovery_cache/documents/osconfig.v1beta.json b/googleapiclient/discovery_cache/documents/osconfig.v1beta.json index 06d24770eba..a7d6f7991a4 100644 --- a/googleapiclient/discovery_cache/documents/osconfig.v1beta.json +++ b/googleapiclient/discovery_cache/documents/osconfig.v1beta.json @@ -599,7 +599,7 @@ } } }, - "revision": "20210507", + "revision": "20210527", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptRepository": {