Skip to content

chore: Update discovery artifacts #2577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f0f157e
feat(aiplatform): update the api
yoshi-automation Mar 11, 2025
d0a58ab
feat(alloydb): update the api
yoshi-automation Mar 11, 2025
e64e91b
feat(analyticsadmin): update the api
yoshi-automation Mar 11, 2025
e2b1940
feat(analyticshub): update the api
yoshi-automation Mar 11, 2025
bdba16d
feat(androidenterprise): update the api
yoshi-automation Mar 11, 2025
47db592
feat(apigee): update the api
yoshi-automation Mar 11, 2025
0e338c2
feat(authorizedbuyersmarketplace): update the api
yoshi-automation Mar 11, 2025
a2b9cc9
feat(bigqueryreservation): update the api
yoshi-automation Mar 11, 2025
3e78dfd
feat(bigtableadmin): update the api
yoshi-automation Mar 11, 2025
223f373
feat(chat): update the api
yoshi-automation Mar 11, 2025
590e427
feat(chromemanagement): update the api
yoshi-automation Mar 11, 2025
2e30f26
fix(cloudbuild): update the api
yoshi-automation Mar 11, 2025
7bcbd8a
feat(cloudfunctions): update the api
yoshi-automation Mar 11, 2025
ba7b7b7
feat(connectors): update the api
yoshi-automation Mar 11, 2025
87534ad
feat(container): update the api
yoshi-automation Mar 11, 2025
0b86e65
feat(dataportability): update the api
yoshi-automation Mar 11, 2025
ddcdc34
feat(dialogflow): update the api
yoshi-automation Mar 11, 2025
cc14619
feat(discoveryengine): update the api
yoshi-automation Mar 11, 2025
a575a65
feat(dlp): update the api
yoshi-automation Mar 11, 2025
fda98fc
feat(firebaseappdistribution): update the api
yoshi-automation Mar 11, 2025
48cc0c7
feat(gkebackup): update the api
yoshi-automation Mar 11, 2025
029acc7
feat(gkehub): update the api
yoshi-automation Mar 11, 2025
b3d7dc9
feat(healthcare): update the api
yoshi-automation Mar 11, 2025
4bec435
feat(ids): update the api
yoshi-automation Mar 11, 2025
e3fcb12
feat(integrations): update the api
yoshi-automation Mar 11, 2025
365104a
feat(metastore): update the api
yoshi-automation Mar 11, 2025
239a6ec
feat(monitoring): update the api
yoshi-automation Mar 11, 2025
38e8ed9
feat(networkconnectivity): update the api
yoshi-automation Mar 11, 2025
f6b6ff2
feat(oslogin): update the api
yoshi-automation Mar 11, 2025
0cc9299
feat(parallelstore): update the api
yoshi-automation Mar 11, 2025
47b6f3b
feat(paymentsresellersubscription): update the api
yoshi-automation Mar 11, 2025
5c88fe7
feat(places): update the api
yoshi-automation Mar 11, 2025
d3eca5a
feat(redis): update the api
yoshi-automation Mar 11, 2025
f9b563d
fix(run): update the api
yoshi-automation Mar 11, 2025
c1d19e9
fix(secretmanager): update the api
yoshi-automation Mar 11, 2025
d337c04
feat(sqladmin): update the api
yoshi-automation Mar 11, 2025
3734fb7
fix(sts): update the api
yoshi-automation Mar 11, 2025
1702c89
feat(testing): update the api
yoshi-automation Mar 11, 2025
87e8150
feat(verifiedaccess): update the api
yoshi-automation Mar 11, 2025
41d3409
feat(workloadmanager): update the api
yoshi-automation Mar 11, 2025
da12237
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Mar 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions docs/dyn/admin_reports_v1.activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3>Method Details</h3>
endTime: string, 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&#x27;s request for a report*: When the API created and retrieved the report. - *Report&#x27;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&#x27;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.
eventName: string, The name of the event being queried by the API. Each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. An example is the Google Calendar events in the Admin console application&#x27;s reports. The Calendar Settings `type` structure has all of the Calendar `eventName` activities reported by the API. When an administrator changes a Calendar setting, the API reports this activity in the Calendar Settings `type` and `eventName` parameters. For more information about `eventName` query strings and parameters, see the list of event names for various applications above in `applicationName`.
filters: string, The `filters` query string is a comma-separated list composed of event parameters manipulated by relational operators. Event parameters are in the form `{parameter1 name}{relational operator}{parameter1 value},{parameter2 name}{relational operator}{parameter2 value},...` These event parameters are associated with a specific `eventName`. An empty report is returned if the request&#x27;s parameter doesn&#x27;t belong to the `eventName`. For more information about the available `eventName` fields for each application and their associated parameters, go to the [ApplicationName](#applicationname) table, then click through to the Activity Events page in the Appendix for the application you want. In the following Drive activity examples, the returned list consists of all `edit` events where the `doc_id` parameter value matches the conditions defined by the relational operator. In the first example, the request returns all edited documents with a `doc_id` value equal to `12345`. In the second example, the report returns any edited documents where the `doc_id` value is not equal to `98765`. The `&lt;&gt;` operator is URL-encoded in the request&#x27;s query string (`%3C%3E`): ``` GET...&amp;eventName=edit&amp;filters=doc_id==12345 GET...&amp;eventName=edit&amp;filters=doc_id%3C%3E98765 ``` A `filters` query supports these relational operators: * `==`—&#x27;equal to&#x27;. * `&lt;&gt;`—&#x27;not equal to&#x27;. Must be URL-encoded (%3C%3E). * `&lt;`—&#x27;less than&#x27;. Must be URL-encoded (%3C). * `&lt;=`—&#x27;less than or equal to&#x27;. Must be URL-encoded (%3C=). * `&gt;`—&#x27;greater than&#x27;. Must be URL-encoded (%3E). * `&gt;=`—&#x27;greater than or equal to&#x27;. Must be URL-encoded (%3E=). **Note:** The API doesn&#x27;t accept multiple values of the same parameter. If a parameter is supplied more than once in the API request, the API only accepts the last value of that parameter. In addition, if an invalid parameter is supplied in the API request, the API ignores that parameter and returns the response corresponding to the remaining valid parameters. If no parameters are requested, all parameters are returned.
groupIdFilter: string, Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: &quot;id:abc123,id:xyz456&quot;
groupIdFilter: string, Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: &quot;id:abc123,id:xyz456&quot; *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)
maxResults: integer, Determines how many activity records are shown on each response page. For example, if the request sets `maxResults=1` and the report has two activities, the report has two pages. The response&#x27;s `nextPageToken` property has the token to the second page. The `maxResults` query string is optional in the request. The default value is 1000.
orgUnitID: string, ID of the organizational unit to report on. Activity records will be shown only for users who belong to the specified organizational unit. Data before Dec 17, 2018 doesn&#x27;t appear in the filtered results.
pageToken: string, The token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. In your follow-on request getting the next page of the report, enter the `nextPageToken` value in the `pageToken` query string.
Expand Down Expand Up @@ -293,7 +293,7 @@ <h3>Method Details</h3>
endTime: string, 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&#x27;s request for a report*: When the API created and retrieved the report. - *Report&#x27;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&#x27;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.
eventName: string, The name of the event being queried by the API. Each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. An example is the Google Calendar events in the Admin console application&#x27;s reports. The Calendar Settings `type` structure has all of the Calendar `eventName` activities reported by the API. When an administrator changes a Calendar setting, the API reports this activity in the Calendar Settings `type` and `eventName` parameters. For more information about `eventName` query strings and parameters, see the list of event names for various applications above in `applicationName`.
filters: string, The `filters` query string is a comma-separated list composed of event parameters manipulated by relational operators. Event parameters are in the form `{parameter1 name}{relational operator}{parameter1 value},{parameter2 name}{relational operator}{parameter2 value},...` These event parameters are associated with a specific `eventName`. An empty report is returned if the request&#x27;s parameter doesn&#x27;t belong to the `eventName`. For more information about the available `eventName` fields for each application and their associated parameters, go to the [ApplicationName](#applicationname) table, then click through to the Activity Events page in the Appendix for the application you want. In the following Drive activity examples, the returned list consists of all `edit` events where the `doc_id` parameter value matches the conditions defined by the relational operator. In the first example, the request returns all edited documents with a `doc_id` value equal to `12345`. In the second example, the report returns any edited documents where the `doc_id` value is not equal to `98765`. The `&lt;&gt;` operator is URL-encoded in the request&#x27;s query string (`%3C%3E`): ``` GET...&amp;eventName=edit&amp;filters=doc_id==12345 GET...&amp;eventName=edit&amp;filters=doc_id%3C%3E98765 ``` A `filters` query supports these relational operators: * `==`—&#x27;equal to&#x27;. * `&lt;&gt;`—&#x27;not equal to&#x27;. Must be URL-encoded (%3C%3E). * `&lt;`—&#x27;less than&#x27;. Must be URL-encoded (%3C). * `&lt;=`—&#x27;less than or equal to&#x27;. Must be URL-encoded (%3C=). * `&gt;`—&#x27;greater than&#x27;. Must be URL-encoded (%3E). * `&gt;=`—&#x27;greater than or equal to&#x27;. Must be URL-encoded (%3E=). **Note:** The API doesn&#x27;t accept multiple values of the same parameter. If a parameter is supplied more than once in the API request, the API only accepts the last value of that parameter. In addition, if an invalid parameter is supplied in the API request, the API ignores that parameter and returns the response corresponding to the remaining valid parameters. If no parameters are requested, all parameters are returned.
groupIdFilter: string, Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: &quot;id:abc123,id:xyz456&quot;
groupIdFilter: string, Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: &quot;id:abc123,id:xyz456&quot; *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)
maxResults: integer, Determines how many activity records are shown on each response page. For example, if the request sets `maxResults=1` and the report has two activities, the report has two pages. The response&#x27;s `nextPageToken` property has the token to the second page. The `maxResults` query string is optional in the request. The default value is 1000.
orgUnitID: string, `Deprecated`. This field is deprecated and is no longer supported. ID of the organizational unit to report on. Activity records will be shown only for users who belong to the specified organizational unit. Data before Dec 17, 2018 doesn&#x27;t appear in the filtered results.
pageToken: string, The token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. In your follow-on request getting the next page of the report, enter the `nextPageToken` value in the `pageToken` query string.
Expand Down
Loading