Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e6b9dd4
chore: update docs/dyn/index.md
yoshi-automation Feb 17, 2026
2b6b2f0
feat(admin): update the api
yoshi-automation Feb 17, 2026
be464c2
feat(aiplatform): update the api
yoshi-automation Feb 17, 2026
92a2635
feat(alloydb): update the api
yoshi-automation Feb 17, 2026
9672650
feat(apihub): update the api
yoshi-automation Feb 17, 2026
054c216
feat(biglake): update the api
yoshi-automation Feb 17, 2026
f52a42d
feat(bigtableadmin): update the api
yoshi-automation Feb 17, 2026
8370670
feat(ces): update the api
yoshi-automation Feb 17, 2026
d702c10
feat(chat): update the api
yoshi-automation Feb 17, 2026
8397666
feat(clouderrorreporting): update the api
yoshi-automation Feb 17, 2026
9bbd5f9
feat(cloudfunctions): update the api
yoshi-automation Feb 17, 2026
07957ad
feat(cloudkms): update the api
yoshi-automation Feb 17, 2026
ab61221
feat(compute): update the api
yoshi-automation Feb 17, 2026
7d8951d
feat(connectors): update the api
yoshi-automation Feb 17, 2026
e6516ed
feat(container): update the api
yoshi-automation Feb 17, 2026
11cf3f2
feat(dataflow): update the api
yoshi-automation Feb 17, 2026
4d4de98
feat(dataplex): update the api
yoshi-automation Feb 17, 2026
bbc74ef
feat(datastream): update the api
yoshi-automation Feb 17, 2026
ec13cca
feat(dfareporting): update the api
yoshi-automation Feb 17, 2026
a75b5b6
feat(discoveryengine): update the api
yoshi-automation Feb 17, 2026
0e758cc
feat(displayvideo): update the api
yoshi-automation Feb 17, 2026
e1f05dc
fix(eventarc): update the api
yoshi-automation Feb 17, 2026
e77f0b7
feat(iap): update the api
yoshi-automation Feb 17, 2026
ea5d2fc
feat(networkservices): update the api
yoshi-automation Feb 17, 2026
87a15fe
feat(ondemandscanning): update the api
yoshi-automation Feb 17, 2026
c2f4ff1
feat(oracledatabase): update the api
yoshi-automation Feb 17, 2026
0c65304
feat(places): update the api
yoshi-automation Feb 17, 2026
84cdc07
feat(recommender): update the api
yoshi-automation Feb 17, 2026
cbc9e72
feat(redis): update the api
yoshi-automation Feb 17, 2026
58d2968
feat(run): update the api
yoshi-automation Feb 17, 2026
b277e63
feat(serviceconsumermanagement): update the api
yoshi-automation Feb 17, 2026
b254a68
feat(serviceusage): update the api
yoshi-automation Feb 17, 2026
62fa87d
feat(sqladmin): update the api
yoshi-automation Feb 17, 2026
85343ca
feat(storage): update the api
yoshi-automation Feb 17, 2026
702630c
feat(storagebatchoperations): update the api
yoshi-automation Feb 17, 2026
e1eee84
feat(threatintelligence): update the api
yoshi-automation Feb 17, 2026
8824958
feat(workloadmanager): update the api
yoshi-automation Feb 17, 2026
aeeb9a3
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Feb 17, 2026
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
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions docs/dyn/admin_directory_v1.customer.devices.chromeos.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#countChromeOsDevices">countChromeOsDevices(customerId, filter=None, includeChildOrgunits=None, orgUnitPath=None, x__xgafv=None)</a></code></p>
<p class="firstline">Counts ChromeOS devices matching the request.</p>
<p class="toc_element">
<code><a href="#issueCommand">issueCommand(customerId, deviceId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Issues a command for the device to execute.</p>
Expand Down Expand Up @@ -139,6 +142,28 @@ <h3>Method Details</h3>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="countChromeOsDevices">countChromeOsDevices(customerId, filter=None, includeChildOrgunits=None, orgUnitPath=None, x__xgafv=None)</code>
<pre>Counts ChromeOS devices matching the request.

Args:
customerId: string, Required. Immutable ID of the Google Workspace account. (required)
filter: string, Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators
includeChildOrgunits: boolean, Optional. Return devices from all child orgunits, as well as the specified org unit. If this is set to true, &#x27;orgUnitPath&#x27; must be provided.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The documentation for includeChildOrgunits states that if it's set to true, 'orgUnitPath' must be provided. This is a critical constraint that could be made more prominent, for example by using bold text or a **Note:** prefix, to ensure developers don't miss it.

orgUnitPath: string, Optional. The full path of the organizational unit (minus the leading `/`) or its unique ID.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A response for counting ChromeOS devices.
&quot;count&quot;: &quot;A String&quot;, # The total number of devices matching the request.
}</pre>
</div>

<div class="method">
<code class="details" id="issueCommand">issueCommand(customerId, deviceId, body=None, x__xgafv=None)</code>
<pre>Issues a command for the device to execute.
Expand Down
13 changes: 11 additions & 2 deletions docs/dyn/admin_reports_v1.activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(userKey, applicationName, actorIpAddress=None, customerId=None, endTime=None, eventName=None, filters=None, groupIdFilter=None, maxResults=None, orgUnitID=None, pageToken=None, resourceDetailsFilter=None, startTime=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(userKey, applicationName, actorIpAddress=None, applicationInfoFilter=None, customerId=None, endTime=None, eventName=None, filters=None, groupIdFilter=None, maxResults=None, networkInfoFilter=None, orgUnitID=None, pageToken=None, resourceDetailsFilter=None, startTime=None, statusFilter=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides. </p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand All @@ -93,7 +93,7 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="list">list(userKey, applicationName, actorIpAddress=None, customerId=None, endTime=None, eventName=None, filters=None, groupIdFilter=None, maxResults=None, orgUnitID=None, pageToken=None, resourceDetailsFilter=None, startTime=None, x__xgafv=None)</code>
<code class="details" id="list">list(userKey, applicationName, actorIpAddress=None, applicationInfoFilter=None, customerId=None, endTime=None, eventName=None, filters=None, groupIdFilter=None, maxResults=None, networkInfoFilter=None, orgUnitID=None, pageToken=None, resourceDetailsFilter=None, startTime=None, statusFilter=None, x__xgafv=None)</code>
<pre>Retrieves a list of activities for a specific customer&#x27;s account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report&#x27;s parameters, see the activity parameters reference guides.

Args:
Expand Down Expand Up @@ -139,16 +139,19 @@ <h3>Method Details</h3>
takeout - The Takeout application&#x27;s activity reports return information about various types of Takeout activity events.
graduation - The Graduation application&#x27;s activity reports return information about various types of Graduation activity events.
actorIpAddress: string, The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report&#x27;s summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user&#x27;s physical location. For example, the IP address can be the user&#x27;s proxy server&#x27;s address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions.
applicationInfoFilter: string, Optional. Used to filter on the `oAuthClientId` field present in [`ApplicationInfo`](#applicationinfo) message. **Usage** ``` GET...&amp;applicationInfoFilter=oAuthClientId=&quot;clientId&quot; GET...&amp;applicationInfoFilter=oAuthClientId=%22clientId%22 ```
customerId: string, The unique ID of the customer to retrieve data for.
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. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.
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; *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.
networkInfoFilter: string, Optional. Used to filter on the `regionCode` field present in [`NetworkInfo`](#networkinfo) message. **Usage** ``` GET...&amp;networkInfoFilter=regionCode=&quot;IN&quot; GET...&amp;networkInfoFilter=regionCode=%22IN%22 ```
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.
resourceDetailsFilter: string, Optional. The `resourceDetailsFilter` query string is an AND separated list composed of [Resource Details](#resourcedetails) fields manipulated by relational operators. Resource Details Filters are in the form `{resourceDetails.field1}{relational operator}{field1 value} AND {resourceDetails.field2}{relational operator}{field2 value}...` All the inner fields are traversed using the `.` operator, as shown in the following example: ``` resourceDetails.id = &quot;resourceId&quot; AND resourceDetails.appliedLabels.id = &quot;appliedLabelId&quot; AND resourceDetails.appliedLabels.fieldValue.id = &quot;fieldValueId&quot; ``` `resourceDetailsFilter` query supports these relational operators: * `=`—&#x27;equal to&#x27;. * `!=`—&#x27;not equal to&#x27;. * `:`—&#x27;exists&#x27;. This is used for filtering on repeated fields. [`FieldValue`](#fieldvalue) types that are repeated in nature uses `exists` operator for filtering. The following [`FieldValue`](#fieldvalue) types are repeated: * [`TextListValue`](#textlistvalue) * [`SelectionListValue`](#selectionlistvalue) * [`UserListValue`](#userlistvalue) For example, in the following filter, [`SelectionListValue`](#selectionlistvalue), is a repeated field. The filter checks whether [`SelectionListValue`](#selectionlistvalue) contains `selection_id`: ``` resourceDetails.id = &quot;resourceId&quot; AND resourceDetails.appliedLabels.id = &quot;appliedLabelId&quot; AND resourceDetails.appliedLabels.fieldValue.id = &quot;fieldValueId&quot; AND resourceDetails.appliedLabels.fieldValue.type = &quot;SELECTION_LIST_VALUE&quot; AND resourceDetails.appliedLabels.fieldValue.selectionListValue.id: &quot;id&quot; ``` **Usage** ``` GET...&amp;resourceDetailsFilter=resourceDetails.id = &quot;resourceId&quot; AND resourceDetails.appliedLabels.id = &quot;appliedLabelId&quot; GET...&amp;resourceDetailsFilter=resourceDetails.id=%22resourceId%22%20AND%20resourceDetails.appliedLabels.id=%22appliedLabelId%22 ``` **Note the following**: * You must URL encode the query string before sending the request. * The API supports a maximum of 5 fields separated by the AND operator. - When filtering on deeper levels (e.g., [`AppliedLabel`](#appliedlabel), [`FieldValue`](#fieldvalue)), the IDs of all preceding levels in the hierarchy must be included in the filter. For example: Filtering on [`FieldValue`](#fieldvalue) requires [`AppliedLabel`](#appliedlabel) ID and resourceDetails ID to be present. *Sample Query*: ``` resourceDetails.id = &quot;resourceId&quot; AND resourceDetails.appliedLabels.id = &quot;appliedLabelId&quot; AND resourceDetails.appliedLabels.fieldValue.id = &quot;fieldValueId&quot; ``` * Filtering on inner [`FieldValue`](#fieldvalue) types like `longTextValue` and `textValue` requires `resourceDetails.appliedLabels.fieldValue.type` to be present. * Only Filtering on a single [`AppliedLabel`](#appliedlabel) id and [`FieldValue`](#fieldvalue) id is supported.
startTime: string, 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.
statusFilter: string, Optional. Used to filter on the `statusCode` field present in [`Status`](#status) message. **Usage** ``` GET...&amp;statusFilter=statusCode=&quot;200&quot; GET...&amp;statusFilter=statusCode=%22200%22 ```
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -233,6 +236,12 @@ <h3>Method Details</h3>
&quot;resourceIds&quot;: [ # Resource ids associated with the event.
&quot;A String&quot;,
],
&quot;status&quot;: { # Status of the event. Note: Not all events have status. # Status of the event. Note: Not all events have status.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment for the status field is duplicated. This appears to be a generation error and should be corrected for clarity.

Suggested change
&quot;status&quot;: { # Status of the event. Note: Not all events have status. # Status of the event. Note: Not all events have status.
"status": { # Status of the event. Note: Not all events have status.

&quot;errorCode&quot;: &quot;A String&quot;, # Error code of the event. Note: Field can be empty.
&quot;errorMessage&quot;: &quot;A String&quot;, # Error message of the event. Note: Field can be empty.
&quot;eventStatus&quot;: &quot;A String&quot;, # * Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment for eventStatus starts with an extraneous *. This seems like a formatting issue and should be removed for consistency.

Suggested change
&quot;eventStatus&quot;: &quot;A String&quot;, # * Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED
"eventStatus": "A String", # Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED

&quot;httpStatusCode&quot;: 42, # Status code of the event. Note: Field can be empty.
},
&quot;type&quot;: &quot;A String&quot;, # Type of event. The Google Workspace service or feature that an administrator changes is identified in the `type` property which identifies an event using the `eventName` property. For a full list of the API&#x27;s `type` categories, see the list of event names for various applications above in `applicationName`.
},
],
Expand Down
Loading