Skip to content

Commit 5dbaaad

Browse files
feat(osconfig): update the api
#### osconfig:v1alpha The following keys were added: - schemas.OSPolicyResourceConfigStep.properties.errorMessage.type (Total Keys: 1)
1 parent 6d8ddc9 commit 5dbaaad

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

docs/dyn/osconfig_v1alpha.projects.locations.instanceOSPoliciesCompliances.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h3>Method Details</h3>
121121
{ # Compliance data for an OS policy resource.
122122
&quot;configSteps&quot;: [ # Ordered list of configuration steps taken by the agent for the OS policy resource.
123123
{ # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.
124+
&quot;errorMessage&quot;: &quot;A String&quot;, # An error message recorded during the execution of this step. Only populated when outcome is FAILED.
124125
&quot;outcome&quot;: &quot;A String&quot;, # Outcome of the configuration step.
125126
&quot;type&quot;: &quot;A String&quot;, # Configuration step type.
126127
},
@@ -173,6 +174,7 @@ <h3>Method Details</h3>
173174
{ # Compliance data for an OS policy resource.
174175
&quot;configSteps&quot;: [ # Ordered list of configuration steps taken by the agent for the OS policy resource.
175176
{ # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.
177+
&quot;errorMessage&quot;: &quot;A String&quot;, # An error message recorded during the execution of this step. Only populated when outcome is FAILED.
176178
&quot;outcome&quot;: &quot;A String&quot;, # Outcome of the configuration step.
177179
&quot;type&quot;: &quot;A String&quot;, # Configuration step type.
178180
},

googleapiclient/discovery_cache/documents/osconfig.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
}
477477
}
478478
},
479-
"revision": "20210507",
479+
"revision": "20210527",
480480
"rootUrl": "https://osconfig.googleapis.com/",
481481
"schemas": {
482482
"AptSettings": {

googleapiclient/discovery_cache/documents/osconfig.v1alpha.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
}
611611
}
612612
},
613-
"revision": "20210507",
613+
"revision": "20210527",
614614
"rootUrl": "https://osconfig.googleapis.com/",
615615
"schemas": {
616616
"CVSSv3": {
@@ -1617,6 +1617,10 @@
16171617
"description": "Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.",
16181618
"id": "OSPolicyResourceConfigStep",
16191619
"properties": {
1620+
"errorMessage": {
1621+
"description": "An error message recorded during the execution of this step. Only populated when outcome is FAILED.",
1622+
"type": "string"
1623+
},
16201624
"outcome": {
16211625
"description": "Outcome of the configuration step.",
16221626
"enum": [

googleapiclient/discovery_cache/documents/osconfig.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
}
601601
},
602-
"revision": "20210507",
602+
"revision": "20210527",
603603
"rootUrl": "https://osconfig.googleapis.com/",
604604
"schemas": {
605605
"AptRepository": {

0 commit comments

Comments
 (0)