Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Aug 18, 2024
1 parent 7296c72 commit 9d915ff
Show file tree
Hide file tree
Showing 34 changed files with 786 additions and 847 deletions.
6 changes: 3 additions & 3 deletions chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@
"type": "string"
},
"readMask": {
"description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report ",
"description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1151,7 +1151,7 @@
"type": "string"
},
"readMask": {
"description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report ",
"description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand All @@ -1172,7 +1172,7 @@
}
}
},
"revision": "20240709",
"revision": "20240815",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down
6 changes: 4 additions & 2 deletions chromemanagement/v1/chromemanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cloudtasks/v2/cloudtasks-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
}
}
},
"revision": "20240223",
"revision": "20240808",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AppEngineHttpRequest": {
Expand Down Expand Up @@ -1164,11 +1164,11 @@
},
"oauthToken": {
"$ref": "OAuthToken",
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as the `Authorization` header in the HTTP request. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com."
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) is generated and attached as the `Authorization` header in the HTTP request. This type of authorization should generally be used only when calling Google APIs hosted on *.googleapis.com. Note that both the service account email and the scope MUST be specified when using the queue-level authorization override."
},
"oidcToken": {
"$ref": "OidcToken",
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself."
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token is generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself. Note that both the service account email and the audience MUST be specified when using the queue-level authorization override."
},
"uriOverride": {
"$ref": "UriOverride",
Expand Down
15 changes: 9 additions & 6 deletions cloudtasks/v2/cloudtasks-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cloudtasks/v2beta2/cloudtasks-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@
}
}
},
"revision": "20240223",
"revision": "20240808",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AcknowledgeTaskRequest": {
Expand Down Expand Up @@ -1369,11 +1369,11 @@
},
"oauthToken": {
"$ref": "OAuthToken",
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com."
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) is generated and attached as an `Authorization` header in the HTTP request. This type of authorization should generally be used only when calling Google APIs hosted on *.googleapis.com. Note that both the service account email and the scope MUST be specified when using the queue-level authorization override."
},
"oidcToken": {
"$ref": "OidcToken",
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself."
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token is generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself. Note that both the service account email and the audience MUST be specified when using the queue-level authorization override."
},
"uriOverride": {
"$ref": "UriOverride",
Expand Down
15 changes: 9 additions & 6 deletions cloudtasks/v2beta2/cloudtasks-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cloudtasks/v2beta3/cloudtasks-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
}
}
},
"revision": "20240223",
"revision": "20240808",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AppEngineHttpQueue": {
Expand Down Expand Up @@ -1187,11 +1187,11 @@
},
"oauthToken": {
"$ref": "OAuthToken",
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as the `Authorization` header in the HTTP request. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com."
"description": "If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) is generated and attached as the `Authorization` header in the HTTP request. This type of authorization should generally be used only when calling Google APIs hosted on *.googleapis.com. Note that both the service account email and the scope MUST be specified when using the queue-level authorization override."
},
"oidcToken": {
"$ref": "OidcToken",
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself."
"description": "If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token is generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself. Note that both the service account email and the audience MUST be specified when using the queue-level authorization override."
},
"uriOverride": {
"$ref": "UriOverride",
Expand Down
15 changes: 9 additions & 6 deletions cloudtasks/v2beta3/cloudtasks-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions compute/v0.beta/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -41911,7 +41911,7 @@
}
}
},
"revision": "20240805",
"revision": "20240813",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -51530,10 +51530,6 @@
"$ref": "ShareSettings",
"description": "List of Projects/Folders to share with."
},
"specificReservationRequired": {
"description": "Indicates whether the auto-created reservation can be consumed by VMs with affinity for \"any\" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. If set to true,the delivered resevervation will have the same name as the future reservation.",
"type": "boolean"
},
"specificSkuProperties": {
"$ref": "FutureReservationSpecificSKUProperties",
"description": "Future Reservation configuration to indicate instance properties and total count."
Expand Down
6 changes: 0 additions & 6 deletions compute/v0.beta/compute-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions compute/v1/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -37779,7 +37779,7 @@
}
}
},
"revision": "20240805",
"revision": "20240813",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -47048,10 +47048,6 @@
"$ref": "ShareSettings",
"description": "List of Projects/Folders to share with."
},
"specificReservationRequired": {
"description": "Indicates whether the auto-created reservation can be consumed by VMs with affinity for \"any\" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. If set to true,the delivered resevervation will have the same name as the future reservation.",
"type": "boolean"
},
"specificSkuProperties": {
"$ref": "FutureReservationSpecificSKUProperties",
"description": "Future Reservation configuration to indicate instance properties and total count."
Expand Down
6 changes: 0 additions & 6 deletions compute/v1/compute-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9d915ff

Please sign in to comment.