|
135 | 135 | "chat",
|
136 | 136 | "drive",
|
137 | 137 | "gcp",
|
| 138 | + "gmail", |
138 | 139 | "gplus",
|
139 | 140 | "groups",
|
140 | 141 | "groups_enterprise",
|
|
161 | 162 | "The Chat activity reports return information about various Chat activity events.",
|
162 | 163 | "The Google Drive application's activity reports return information about various Google Drive activity events. The Drive activity report is only available for Google Workspace Business and Enterprise customers.",
|
163 | 164 | "The Google Cloud Platform application's activity reports return information about various GCP activity events.",
|
| 165 | + "The Gmail application's activity reports return information about various [Gmail activity events](/admin-sdk/reports/v1/appendix/activity/gmail).", |
164 | 166 | "The Google+ application's activity reports return information about various Google+ activity events.",
|
165 | 167 | "The Google Groups application's activity reports return information about various Groups activity events.",
|
166 | 168 | "The Enterprise Groups activity reports return information about various Enterprise group activity events.",
|
|
181 | 183 | "The Classroom activity reports return information about different types of [Classroom activity events](https://developers.google.com/workspace/admin/reports/v1/appendix/activity/classroom)."
|
182 | 184 | ],
|
183 | 185 | "location": "path",
|
184 |
| - "pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(classroom)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)", |
| 186 | + "pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(classroom)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gmail)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)", |
185 | 187 | "required": true,
|
186 | 188 | "type": "string"
|
187 | 189 | },
|
|
192 | 194 | "type": "string"
|
193 | 195 | },
|
194 | 196 | "endTime": {
|
195 |
| - "description": "Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API's request for a report*: When the API created and retrieved the report. - *Report's start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report's end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past.", |
| 197 | + "description": "Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API's request for a report*: When the API created and retrieved the report. - *Report's start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report's end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.", |
196 | 198 | "location": "query",
|
197 | 199 | "pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
|
198 | 200 | "type": "string"
|
|
236 | 238 | "type": "string"
|
237 | 239 | },
|
238 | 240 | "startTime": {
|
239 |
| - "description": "Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error.", |
| 241 | + "description": "Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.", |
240 | 242 | "location": "query",
|
241 | 243 | "pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
|
242 | 244 | "type": "string"
|
|
633 | 635 | }
|
634 | 636 | }
|
635 | 637 | },
|
636 |
| - "revision": "20250813", |
| 638 | + "revision": "20250818", |
637 | 639 | "rootUrl": "https://admin.googleapis.com/",
|
638 | 640 | "schemas": {
|
639 | 641 | "Activities": {
|
|
0 commit comments