Skip to content

Commit eab2179

Browse files
feat(all): auto-regenerate discovery clients (#3084)
1 parent ab1e35b commit eab2179

File tree

90 files changed

+16365
-1242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+16365
-1242
lines changed

admin/directory/v1/admin-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
],
10121012
"parameters": {
10131013
"name": {
1014-
"description": "Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`",
1014+
"description": "Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`",
10151015
"location": "path",
10161016
"pattern": "^customers/[^/]+/chrome/printServers/[^/]+$",
10171017
"required": true,
@@ -1284,7 +1284,7 @@
12841284
"type": "string"
12851285
},
12861286
"name": {
1287-
"description": "The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)",
1287+
"description": "Identifier. The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)",
12881288
"location": "path",
12891289
"pattern": "^customers/[^/]+/chrome/printers/[^/]+$",
12901290
"required": true,
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20250217",
4674+
"revision": "20250325",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -7202,7 +7202,7 @@
72027202
"type": "string"
72037203
},
72047204
"name": {
7205-
"description": "Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`",
7205+
"description": "Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`",
72067206
"type": "string"
72077207
},
72087208
"orgUnitId": {
@@ -7312,7 +7312,7 @@
73127312
"type": "string"
73137313
},
73147314
"name": {
7315-
"description": "The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)",
7315+
"description": "Identifier. The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)",
73167316
"type": "string"
73177317
},
73187318
"orgUnitId": {

admin/directory/v1/admin-gen.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)