8000 feat(all): auto-regenerate discovery clients (#2739) · googleapis/google-api-go-client@9d915ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d915ff

Browse files
feat(all): auto-regenerate discovery clients (#2739)
1 parent 7296c72 commit 9d915ff

34 files changed

+786
-847
lines changed

chromemanagement/v1/chromemanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
"type": "string"
11051105
},
11061106
"readMask": {
1107-
"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 ",
1107+
"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 ",
11081108
"format": "google-fieldmask",
11091109
"location": "query",
11101110
"type": "string"
@@ -1151,7 +1151,7 @@
11511151
"type": "string"
11521152
},
11531153
"readMask": {
1154-
"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 ",
1154+
"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 ",
11551155
"format": "google-fieldmask",
11561156
"location": "query",
11571157
"type": "string"
@@ -1172,7 +1172,7 @@
11721172
}
11731173
}
11741174
},
1175-
"revision": "20240709",
1175+
"revision": "20240815",
11761176
"rootUrl": "https://chromemanagement.googleapis.com/",
11771177
"schemas": {
11781178
"GoogleChromeManagementV1AndroidAppInfo": {

chromemanagement/v1/chromemanagement-gen.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2/cloudtasks-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
}
780780
}
781781
},
782-
"revision": "20240223",
782+
"revision": "20240808",
783783
"rootUrl": "https://cloudtasks.googleapis.com/",
784784
"schemas": {
785785
"AppEngineHttpRequest": {
@@ -1164,11 +1164,11 @@
11641164
},
11651165
"oauthToken": {
11661166
"$ref": "OAuthToken",
1167-
"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."
1167+
"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."
11681168
},
11691169
"oidcToken": {
11701170
"$ref": "OidcToken",
1171-
"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."
1171+
"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."
11721172
},
11731173
"uriOverride": {
11741174
"$ref": "UriOverride",

cloudtasks/v2/cloudtasks-gen.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2beta2/cloudtasks-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
}
936936
}
937937
},
938-
"revision": "20240223",
938+
"revision": "20240808",
939939
"rootUrl": "https://cloudtasks.googleapis.com/",
940940
"schemas": {
941941
"AcknowledgeTaskRequest": {
@@ -1369,11 +1369,11 @@
13691369
},
13701370
"oauthToken": {
13711371
"$ref": "OAuthToken",
1372-
"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."
1372+
"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."
13731373
},
13741374
"oidcToken": {
13751375
"$ref": "OidcToken",
1376-
"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."
1376+
"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."
13771377
},
13781378
"uriOverride": {
13791379
"$ref": "UriOverride",

cloudtasks/v2beta2/cloudtasks-gen.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2beta3/cloudtasks-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
}
792792
}
793793
},
794-
"revision": "20240223",
794+
"revision": "20240808",
795795
"rootUrl": "https://cloudtasks.googleapis.com/",
796796
"schemas": {
797797
"AppEngineHttpQueue": {
@@ -1187,11 +1187,11 @@
11871187
},
11881188
"oauthToken": {
11891189
"$ref": "OAuthToken",
1190-
"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."
1190+
"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."
11911191
},
11921192
"oidcToken": {
11931193
"$ref": "OidcToken",
1194-
"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."
1194+
"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."
11951195
},
11961196
"uriOverride": {
11971197
"$ref": "UriOverride",

cloudtasks/v2beta3/cloudtasks-gen.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.beta/compute-api.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41911,7 +41911,7 @@
4191141911
}
4191241912
}
4191341913
},
41914-
"revision": "20240805",
41914+
"revision": "20240813",
4191541915
"rootUrl": "https://compute.googleapis.com/",
4191641916
"schemas": {
4191741917
"AWSV4Signature": {
@@ -51530,10 +51530,6 @@
5153051530
"$ref": "ShareSettings",
5153151531
"description": "List of Projects/Folders to share with."
5153251532
},
51533-
"specificReservationRequired": {
51534-
"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.",
51535-
"type": "boolean"
51536-
},
5153751533
"specificSkuProperties": {
5153851534
"$ref": "FutureReservationSpecificSKUProperties",
5153951535
"description": "Future Reservation configuration to indicate instance properties and total count."

compute/v0.beta/compute-gen.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0