Skip to content

Commit 9e992f4

Browse files
feat(all): auto-regenerate discovery clients (#3096)
1 parent ca84516 commit 9e992f4

File tree

8 files changed

+535
-40
lines changed

8 files changed

+535
-40
lines changed

admin/reports/v1/admin-api.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
}
629629
}
630630
},
631-
"revision": "20250325",
631+
"revision": "20250331",
632632
"rootUrl": "https://admin.googleapis.com/",
633633
"schemas": {
634634
"Activities": {
@@ -1144,11 +1144,6 @@
11441144
"description": "Details of the resource on which the action was performed.",
11451145
"id": "ResourceDetails",
11461146
"properties": {
1147-
"applicationId": {
1148-
"description": "Id of the application to which this resource belongs",
1149-
"format": "int64",
1150-
"type": "string"
1151-
},
11521147
"appliedLabels": {
11531148
"description": "List of labels applied on the resource",
11541149
"items": {
@@ -1160,10 +1155,6 @@
11601155
"description": "Identifier of the resource.",
11611156
"type": "string"
11621157
},
1163-
"ownerEmail": {
1164-
"description": "Owner of the resource.",
1165-
"type": "string"
1166-
},
11671158
"relation": {
11681159
"description": "Defines relationship of the resource to the events",
11691160
"type": "string"

admin/reports/v1/admin-gen.go

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

developerconnect/v1/developerconnect-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@
14051405
}
14061406
}
14071407
},
1408-
"revision": "20250324",
1408+
"revision": "20250328",
14091409
"rootUrl": "https://developerconnect.googleapis.com/",
14101410
"schemas": {
14111411
"AccountConnector": {
@@ -2445,15 +2445,19 @@
24452445
"GITLAB",
24462446
"GOOGLE",
24472447
"SENTRY",
2448-
"ROVO"
2448+
"ROVO",
2449+
"NEW_RELIC",
2450+
"DATASTAX"
24492451
],
24502452
"enumDescriptions": [
24512453
"No system provider specified.",
24522454
"GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes",
24532455
"GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes",
24542456
"Google provider. Recommended scopes: \"https://www.googleapis.com/auth/drive.readonly\", \"https://www.googleapis.com/auth/documents.readonly\"",
24552457
"Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
2456-
"Rovo provider. Must select the \"rovo\" scope."
2458+
"Rovo provider. Must select the \"rovo\" scope.",
2459+
"New Relic provider. No scopes are allowed.",
2460+
"Datastax provider. No scopes are allowed."
24572461
],
24582462
"type": "string"
24592463
}

developerconnect/v1/developerconnect-gen.go

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

drive/v2/drive-api.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"batchPath": "batch/drive/v2",
4141
"description": "The Google Drive API allows clients to access resources from Google Drive.",
4242
"discoveryVersion": "v1",
43-
"documentationLink": "https://developers.google.com/drive/",
43+
"documentationLink": "https://developers.google.com/workspace/drive/",
4444
"icons": {
4545
"x16": "http://www.google.com/images/icons/product/search-16.gif",
4646
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1134,7 +1134,7 @@
11341134
]
11351135
},
11361136
"list": {
1137-
"description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.",
1137+
"description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/workspace/drive/api/guides/search-shareddrives) guide.",
11381138
"flatPath": "drives",
11391139
"httpMethod": "GET",
11401140
"id": "drive.drives.list",
@@ -1485,7 +1485,7 @@
14851485
]
14861486
},
14871487
"get": {
1488-
"description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download \u0026 export files](/drive/api/guides/manage-downloads).",
1488+
"description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/workspace/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download \u0026 export files](/workspace/drive/api/guides/manage-downloads).",
14891489
"flatPath": "files/{fileId}",
14901490
"httpMethod": "GET",
14911491
"id": "drive.files.get",
@@ -1574,7 +1574,7 @@
15741574
"useMediaDownloadService": true
15751575
},
15761576
"insert": {
1577-
"description": " Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"title\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.",
1577+
"description": " Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/workspace/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"title\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.",
15781578
"flatPath": "files",
15791579
"httpMethod": "POST",
15801580
"id": "drive.files.insert",
@@ -1696,7 +1696,7 @@
16961696
"supportsMediaUpload": true
16971697
},
16981698
"list": {
1699-
"description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files \u0026 folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.",
1699+
"description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files \u0026 folders](/workspace/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.",
17001700
"flatPath": "files",
17011701
"httpMethod": "GET",
17021702
"id": "drive.files.list",
@@ -2202,7 +2202,7 @@
22022202
]
22032203
},
22042204
"update": {
2205-
"description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).",
2205+
"description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/workspace/drive/api/guides/manage-uploads).",
22062206
"flatPath": "files/{fileId}",
22072207
"httpMethod": "PUT",
22082208
"id": "drive.files.update",
@@ -3887,7 +3887,7 @@
38873887
}
38883888
}
38893889
},
3890-
"revision": "20250216",
3890+
"revision": "20250329",
38913891
"rootUrl": "https://www.googleapis.com/",
38923892
"schemas": {
38933893
"About": {
@@ -4559,7 +4559,7 @@
45594559
"id": "Comment",
45604560
"properties": {
45614561
"anchor": {
4562-
"description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments).",
4562+
"description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/workspace/drive/api/v2/manage-comments).",
45634563
"type": "string"
45644564
},
45654565
"author": {

drive/v2/drive-gen.go

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

0 commit comments

Comments
 (0)