Skip to content

Commit

Permalink
feat(servicecontrol): update the api
Browse files Browse the repository at this point in the history
#### servicecontrol:v2

The following keys were added:
- schemas.ReportResponse.properties.extensions (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent f5fe0c7 commit 125f24d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/dyn/servicecontrol_v2.services.html
Expand Up @@ -350,6 +350,9 @@ <h3>Method Details</h3>
An object of the form:

{ # Response message for the Report method.
&quot;extensions&quot;: { # The extension field to store serialized OTel responses. e.g. ExportLogsServiceResponse, ExportMetricsServiceResponse.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
}</pre>
</div>

Expand Down
Expand Up @@ -197,7 +197,7 @@
}
}
},
"revision": "20240315",
"revision": "20240322",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"AllocateInfo": {
Expand Down
13 changes: 11 additions & 2 deletions googleapiclient/discovery_cache/documents/servicecontrol.v2.json
Expand Up @@ -169,7 +169,7 @@
}
}
},
"revision": "20240315",
"revision": "20240322",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -594,7 +594,16 @@
"ReportResponse": {
"description": "Response message for the Report method.",
"id": "ReportResponse",
"properties": {},
"properties": {
"extensions": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "The extension field to store serialized OTel responses. e.g. ExportLogsServiceResponse, ExportMetricsServiceResponse.",
"type": "object"
}
},
"type": "object"
},
"Request": {
Expand Down

0 comments on commit 125f24d

Please sign in to comment.