Skip to content

Commit

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

The following keys were added:
- schemas.CheckInfo.properties.apiKeyUid.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 5, 2024
1 parent 991041a commit 860c10a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/servicecontrol_v1.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ <h3>Method Details</h3>
},
],
&quot;checkInfo&quot;: { # Contains additional information about the check operation. # Feedback data returned from the server during processing a Check request.
&quot;apiKeyUid&quot;: &quot;A String&quot;, # The unique id of the api key in the format of &quot;apikey:&quot;. This field will be populated when the consumer passed to Chemist is an API key and all the API key related validations are successful.
&quot;consumerInfo&quot;: { # `ConsumerInfo` provides information about the consumer. # Consumer info of this check.
&quot;consumerNumber&quot;: &quot;A String&quot;, # The consumer identity number, can be Google cloud project number, folder number or organization number e.g. 1234567890. A value of 0 indicates no consumer number is found.
&quot;projectNumber&quot;: &quot;A String&quot;, # The Google cloud project number, e.g. 1234567890. A value of 0 indicates no project number is found. NOTE: This field is deprecated after Chemist support flexible consumer id. New code should not depend on this field anymore.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}
}
},
"revision": "20240211",
"revision": "20240223",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"AllocateInfo": {
Expand Down Expand Up @@ -599,6 +599,10 @@
"description": "Contains additional information about the check operation.",
"id": "CheckInfo",
"properties": {
"apiKeyUid": {
"description": "The unique id of the api key in the format of \"apikey:\". This field will be populated when the consumer passed to Chemist is an API key and all the API key related validations are successful.",
"type": "string"
},
"consumerInfo": {
"$ref": "ConsumerInfo",
"description": "Consumer info of this check."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}
}
},
"revision": "20240216",
"revision": "20240223",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
Expand Down

0 comments on commit 860c10a

Please sign in to comment.