Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 11, 2023
1 parent f29d366 commit 021be47
Show file tree
Hide file tree
Showing 17 changed files with 1,350 additions and 62 deletions.
8 changes: 5 additions & 3 deletions discovery/admob-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
}
}
},
"revision": "20230921",
"revision": "20231010",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"AdSource": {
Expand Down Expand Up @@ -1115,7 +1115,8 @@
"CLICK_THROUGH_RATE",
"INSTALLS",
"ESTIMATED_COST",
"AVERAGE_CPI"
"AVERAGE_CPI",
"INTERACTIONS"
],
"enumDescriptions": [
"Default value for an unset field. Do not use.",
Expand All @@ -1124,7 +1125,8 @@
"The number of clicks an ad receives divided by the number of times the ad is shown.",
"The number of times apps were downloaded to devices.",
"The estimated cost of serving a campaign ad instead of an ad that earns revenue. The currency is the reporting currency for campaigns.",
"The average cost per install. This means the average amount that was spent to acquire a new user. The currency is the reporting currency for campaigns."
"The average cost per install. This means the average amount that was spent to acquire a new user. The currency is the reporting currency for campaigns.",
"The number of times a user interacts with an ad. This consists of clicks and engagements."
],
"type": "string"
},
Expand Down
604 changes: 599 additions & 5 deletions discovery/apigee-v1.json

Large diffs are not rendered by default.

31 changes: 28 additions & 3 deletions discovery/baremetalsolution-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"type": "string"
},
"updateMask": {
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`",
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image` `ssh_keys`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -849,6 +849,31 @@
},
"osImages": {
"methods": {
"get": {
"description": "Get details of a single OS image.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/osImages/{osImagesId}",
"httpMethod": "GET",
"id": "baremetalsolution.projects.locations.osImages.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the OS image.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/osImages/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+name}",
"response": {
"$ref": "OSImage"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Retrieves the list of OS images which are currently approved.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/osImages",
Expand All @@ -870,7 +895,7 @@
"type": "string"
},
"parent": {
"description": "Required. Parent value for ListProvisioningQuotasRequest.",
"description": "Required. Parent value for ListOSImagesRequest.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1588,7 +1613,7 @@
}
}
},
"revision": "20230906",
"revision": "20231004",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down
9 changes: 8 additions & 1 deletion discovery/bigqueryreservation-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"description": "A service to modify your BigQuery flat-rate reservations.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
"endpoints": [
{
"endpointUrl": "https://bigqueryreservation.me-central2.rep.googleapis.com/",
"location": "me-central2",
"description": "Regional Endpoint"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -824,7 +831,7 @@
}
}
},
"revision": "20230801",
"revision": "20231007",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down
25 changes: 24 additions & 1 deletion discovery/clouddeploy-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@
}
}
},
"revision": "20230913",
"revision": "20231004",
"rootUrl": "https://clouddeploy.googleapis.com/",
"schemas": {
"AbandonReleaseRequest": {
Expand Down Expand Up @@ -1635,6 +1635,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -1644,6 +1645,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -1653,6 +1655,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -1697,6 +1700,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -1706,6 +1710,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -1715,6 +1720,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -2085,6 +2091,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -2094,6 +2101,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -2103,6 +2111,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -2604,6 +2613,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -2613,6 +2623,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -2622,6 +2633,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -3440,6 +3452,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -3449,6 +3462,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -3458,6 +3472,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -3802,6 +3817,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -3811,6 +3827,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -3820,6 +3837,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand Down Expand Up @@ -4183,6 +4201,7 @@
"TYPE_PROCESS_ABORTED",
"TYPE_RESTRICTION_VIOLATED",
"TYPE_RESOURCE_DELETED",
"TYPE_ROLLOUT_UPDATE",
"TYPE_RENDER_STATUES_CHANGE"
],
"enumDeprecated": [
Expand All @@ -4192,6 +4211,7 @@
false,
false,
false,
false,
true
],
"enumDescriptions": [
Expand All @@ -4201,6 +4221,7 @@
"A process aborted.",
"Restriction check failed.",
"Resource deleted.",
"Rollout updated.",
"Deprecated: This field is never used. Use release_render log type instead."
],
"type": "string"
Expand All @@ -4219,13 +4240,15 @@
"CLOUD_BUILD_UNAVAILABLE",
"EXECUTION_FAILED",
"CLOUD_BUILD_REQUEST_FAILED",
"VERIFICATION_CONFIG_NOT_FOUND",
"CUSTOM_ACTION_NOT_FOUND"
],
"enumDescriptions": [
"No reason for failure is specified.",
"Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See [required permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions).",
"The render operation did not complete successfully; check Cloud Build logs.",
"Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details.",
"The render operation did not complete successfully because the verification stanza required for verify was not found on the skaffold configuration.",
"The render operation did not complete successfully because the custom action required for predeploy or postdeploy was not found in the skaffold configuration. See failure_message for additional details."
],
"readOnly": true,
Expand Down
9 changes: 8 additions & 1 deletion discovery/dataflow-v1b3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"description": "Manages Google Cloud Dataflow projects on Google Cloud Platform.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/dataflow",
"endpoints": [
{
"endpointUrl": "https://dataflow.me-central2.rep.googleapis.com/",
"location": "me-central2",
"description": "Regional Endpoint"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -2214,7 +2221,7 @@
}
}
},
"revision": "20230917",
"revision": "20230929",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down
Loading

0 comments on commit 021be47

Please sign in to comment.