Skip to content

Commit 38e594d

Browse files
feat(batch): update the api
#### batch:v1 The following keys were added: - schemas.ReportAgentStateResponse.properties.useBatchMonitoredResource.type (Total Keys: 1)
1 parent 2d0f2c5 commit 38e594d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/batch_v1.projects.locations.state.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ <h3>Method Details</h3>
320320
&quot;taskSource&quot;: &quot;A String&quot;, # TaskSource represents the source of the task.
321321
},
322322
],
323+
&quot;useBatchMonitoredResource&quot;: True or False, # If true, the cloud logging for batch agent will use batch.googleapis.com/Job as monitored resource for Batch job related logging.
323324
}</pre>
324325
</div>
325326

googleapiclient/discovery_cache/documents/batch.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20231009",
564+
"revision": "20231018",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -1835,6 +1835,10 @@
18351835
"$ref": "AgentTask"
18361836
},
18371837
"type": "array"
1838+
},
1839+
"useBatchMonitoredResource": {
1840+
"description": "If true, the cloud logging for batch agent will use batch.googleapis.com/Job as monitored resource for Batch job related logging.",
1841+
"type": "boolean"
18381842
}
18391843
},
18401844
"type": "object"

0 commit comments

Comments
 (0)