Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
f7bda79
feat(alloydb): update the api
yoshi-automation Oct 7, 2025
a73bc61
feat(apigee): update the api
yoshi-automation Oct 7, 2025
2ac0ebf
feat(apim): update the api
yoshi-automation Oct 7, 2025
e1ec251
feat(appengine): update the api
yoshi-automation Oct 7, 2025
cf3cdb4
feat(bigquery): update the api
yoshi-automation Oct 7, 2025
4d898df
feat(certificatemanager): update the api
yoshi-automation Oct 7, 2025
8b8caa2
fix(chat): update the api
yoshi-automation Oct 7, 2025
575ef67
feat(cloudchannel): update the api
yoshi-automation Oct 7, 2025
1f1a5fc
feat(clouddeploy): update the api
yoshi-automation Oct 7, 2025
8871bbd
feat(cloudfunctions): update the api
yoshi-automation Oct 7, 2025
1fcae34
feat(cloudscheduler): update the api
yoshi-automation Oct 7, 2025
9a6e898
feat(cloudshell): update the api
yoshi-automation Oct 7, 2025
e2ae8af
feat(composer): update the api
yoshi-automation Oct 7, 2025
5cb8681
feat(config): update the api
yoshi-automation Oct 7, 2025
fe11498
feat(contactcenteraiplatform): update the api
yoshi-automation Oct 7, 2025
c34c1ac
feat(container): update the api
yoshi-automation Oct 7, 2025
6a48123
feat(containeranalysis): update the api
yoshi-automation Oct 7, 2025
7526d9a
feat(dataplex): update the api
yoshi-automation Oct 7, 2025
00ba461
feat(dataproc): update the api
yoshi-automation Oct 7, 2025
4a8702d
feat(developerconnect): update the api
yoshi-automation Oct 7, 2025
2d62238
feat(dialogflow): update the api
yoshi-automation Oct 7, 2025
73ff8fc
feat(discoveryengine): update the api
yoshi-automation Oct 7, 2025
fbad7e7
feat(docs): update the api
yoshi-automation Oct 7, 2025
e1fde2e
feat(documentai): update the api
yoshi-automation Oct 7, 2025
8bcdaab
feat(firebasehosting): update the api
yoshi-automation Oct 7, 2025
bce0bc5
feat(firebaseml): update the api
yoshi-automation Oct 7, 2025
b1e4905
feat(gkehub): update the api
yoshi-automation Oct 7, 2025
10cc910
feat(iam): update the api
yoshi-automation Oct 7, 2025
a826ad3
feat(metastore): update the api
yoshi-automation Oct 7, 2025
2ba3f7f
feat(migrationcenter): update the api
yoshi-automation Oct 7, 2025
38eb882
feat(networkconnectivity): update the api
yoshi-automation Oct 7, 2025
c2eb378
feat(networkmanagement): update the api
yoshi-automation Oct 7, 2025
97ba785
feat(networksecurity): update the api
yoshi-automation Oct 7, 2025
8e9d154
feat(observability): update the api
yoshi-automation Oct 7, 2025
546bef9
feat(ondemandscanning): update the api
yoshi-automation Oct 7, 2025
682eae1
feat(osconfig): update the api
yoshi-automation Oct 7, 2025
c254977
feat(parallelstore): update the api
yoshi-automation Oct 7, 2025
91c2e81
feat(privateca): update the api
yoshi-automation Oct 7, 2025
ae8b4de
feat(redis): update the api
yoshi-automation Oct 7, 2025
4995ebd
feat(run): update the api
yoshi-automation Oct 7, 2025
6e29c6c
fix(secretmanager): update the api
yoshi-automation Oct 7, 2025
6ed090e
feat(servicenetworking): update the api
yoshi-automation Oct 7, 2025
d5f9d75
feat(spanner): update the api
yoshi-automation Oct 7, 2025
2d65fc5
feat(speech): update the api
yoshi-automation Oct 7, 2025
76c899c
feat(storagebatchoperations): update the api
yoshi-automation Oct 7, 2025
19dfa4c
feat(webrisk): update the api
yoshi-automation Oct 7, 2025
217fbfc
feat(workloadmanager): update the api
yoshi-automation Oct 7, 2025
658bb6b
fix(workspaceevents): update the api
yoshi-automation Oct 7, 2025
dd69142
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Oct 7, 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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3>Method Details</h3>
Allowed values
email - Email of the group.
pageToken: string, Token to specify next page in the list
query: string, Query string search. Should be of the form &quot;&quot;. Complete documentation is at https://developers.google.com/workspace/admin/directory/v1/guides/search-groups
query: string, Query string search. Contains one or more search clauses, each with a field, operator, and value. For complete documentation, go to [Search for groups](https://developers.google.com/workspace/admin/directory/v1/guides/search-groups).
sortOrder: string, Whether to return results in ascending or descending order. Only of use when orderBy is also used
Allowed values
ASCENDING - Ascending order.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.resources.calendars.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3>Method Details</h3>
maxResults: integer, Maximum number of results to return.
orderBy: string, Field(s) to sort results by in either ascending or descending order. Supported fields include `resourceId`, `resourceName`, `capacity`, `buildingId`, and `floorName`. If no order is specified, defaults to ascending. Should be of the form &quot;field [asc|desc], field [asc|desc], ...&quot;. For example `buildingId, capacity desc` would return results sorted first by `buildingId` in ascending order then by `capacity` in descending order.
pageToken: string, Token to specify the next page in the list.
query: string, String query used to filter results. Should be of the form &quot;field operator value&quot; where field can be any of supported fields and operators can be any of supported operations. Operators include &#x27;=&#x27; for exact match, &#x27;!=&#x27; for mismatch and &#x27;:&#x27; for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
query: string, String query used to filter results. Contains one or more search clauses, each with a field, operator, and value. A field can be any of supported fields and operators can be any of supported operations. Operators include &#x27;=&#x27; for exact match, &#x27;!=&#x27; for mismatch and &#x27;:&#x27; for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.users.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ <h3>Method Details</h3>
basic - Do not include any custom fields for the user.
custom - Include custom fields from schemas mentioned in customFieldMask.
full - Include all fields associated with this user.
query: string, Query string search. Should be of the form &quot;&quot;. Complete documentation is at https://developers.google.com/workspace/admin/directory/v1/guides/search-users
query: string, Query string search. Contains one or more search clauses, each with a field, operator, and value. For complete documentation, go to [Search for users](https://developers.google.com/workspace/admin/directory/v1/guides/search-users).
showDeleted: string, If set to true, retrieves the list of deleted users. (Default: false)
sortOrder: string, Whether to return results in ascending or descending order.
Allowed values
Expand Down
4 changes: 4 additions & 0 deletions docs/dyn/adsense_v2.accounts.reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ <h3>Method Details</h3>
PLATFORM_TYPE_CODE - Platform type code (e.g. &quot;HighEndMobile&quot;, &quot;Desktop&quot;).
TARGETING_TYPE_NAME - Localized targeting type name (e.g. &quot;Contextual&quot;, &quot;Personalized&quot;, &quot;Run of Network&quot;).
TARGETING_TYPE_CODE - Targeting type code (e.g. &quot;Keyword&quot;, &quot;UserInterest&quot;, &quot;RunOfNetwork&quot;).
TRAFFIC_SOURCE_NAME - Localized traffic source name (e.g. &quot;Google&quot;, &quot;Bing&quot;, &quot;Facebook&quot;, &quot;Other&quot;). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).
TRAFFIC_SOURCE_CODE - Traffic source code (e.g. &quot;GOOGLE&quot;, &quot;BING&quot;, &quot;FACEBOOK&quot;, &quot;OTHER&quot;). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).
CONTENT_PLATFORM_NAME - Localized content platform name an ad request was made from (e.g. &quot;AMP&quot;, &quot;Web&quot;).
CONTENT_PLATFORM_CODE - Content platform code an ad request was made from (e.g. &quot;AMP&quot;, &quot;HTML&quot;).
AD_PLACEMENT_NAME - Localized ad placement name (e.g. &quot;Ad unit&quot;, &quot;Global settings&quot;, &quot;Manual&quot;).
Expand Down Expand Up @@ -329,6 +331,8 @@ <h3>Method Details</h3>
PLATFORM_TYPE_CODE - Platform type code (e.g. &quot;HighEndMobile&quot;, &quot;Desktop&quot;).
TARGETING_TYPE_NAME - Localized targeting type name (e.g. &quot;Contextual&quot;, &quot;Personalized&quot;, &quot;Run of Network&quot;).
TARGETING_TYPE_CODE - Targeting type code (e.g. &quot;Keyword&quot;, &quot;UserInterest&quot;, &quot;RunOfNetwork&quot;).
TRAFFIC_SOURCE_NAME - Localized traffic source name (e.g. &quot;Google&quot;, &quot;Bing&quot;, &quot;Facebook&quot;, &quot;Other&quot;). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).
TRAFFIC_SOURCE_CODE - Traffic source code (e.g. &quot;GOOGLE&quot;, &quot;BING&quot;, &quot;FACEBOOK&quot;, &quot;OTHER&quot;). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).
CONTENT_PLATFORM_NAME - Localized content platform name an ad request was made from (e.g. &quot;AMP&quot;, &quot;Web&quot;).
CONTENT_PLATFORM_CODE - Content platform code an ad request was made from (e.g. &quot;AMP&quot;, &quot;HTML&quot;).
AD_PLACEMENT_NAME - Localized ad placement name (e.g. &quot;Ad unit&quot;, &quot;Global settings&quot;, &quot;Manual&quot;).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3>Method Details</h3>
parent: string, Required. The MetadataStore whose Artifacts should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` (required)
filter: string, Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. The supported set of filters include the following: * **Attribute filtering**: For example: `display_name = &quot;test&quot;`. Supported fields include: `name`, `display_name`, `uri`, `state`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = &quot;2020-11-19T11:30:00-04:00&quot;` * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = 10.0` In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata.&quot;field:1&quot;.number_value = 10.0` * **Context based filtering**: To filter Artifacts based on the contexts to which they belong, use the function operator with the full resource name `in_context()`. For example: `in_context(&quot;projects//locations//metadataStores//contexts/&quot;)` Each of the above supported filter types can be combined together using logical operators (`AND` &amp; `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = &quot;test&quot; AND metadata.field1.bool_value = true`.
orderBy: string, How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a &quot; desc&quot; suffix; for example: &quot;foo desc, bar&quot;. Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.
pageSize: integer, The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
pageSize: integer, The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.
pageToken: string, A page token, received from a previous MetadataService.ListArtifacts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h3>Method Details</h3>
parent: string, Required. The MetadataStore whose Contexts should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` (required)
filter: string, Filter specifying the boolean condition for the Contexts to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. Following are the supported set of filters: * **Attribute filtering**: For example: `display_name = &quot;test&quot;`. Supported fields include: `name`, `display_name`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = &quot;2020-11-19T11:30:00-04:00&quot;`. * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = 10.0`. In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata.&quot;field:1&quot;.number_value = 10.0` * **Parent Child filtering**: To filter Contexts based on parent-child relationship use the HAS operator as follows: ``` parent_contexts: &quot;projects//locations//metadataStores//contexts/&quot; child_contexts: &quot;projects//locations//metadataStores//contexts/&quot; ``` Each of the above supported filters can be combined together using logical operators (`AND` &amp; `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = &quot;test&quot; AND metadata.field1.bool_value = true`.
orderBy: string, How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a &quot; desc&quot; suffix; for example: &quot;foo desc, bar&quot;. Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.
pageSize: integer, The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
pageSize: integer, The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.
pageToken: string, A page token, received from a previous MetadataService.ListContexts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h3>Method Details</h3>
parent: string, Required. The MetadataStore whose Executions should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` (required)
filter: string, Filter specifying the boolean condition for the Executions to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. Following are the supported set of filters: * **Attribute filtering**: For example: `display_name = &quot;test&quot;`. Supported fields include: `name`, `display_name`, `state`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = &quot;2020-11-19T11:30:00-04:00&quot;`. * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..` For example: `metadata.field_1.number_value = 10.0` In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata.&quot;field:1&quot;.number_value = 10.0` * **Context based filtering**: To filter Executions based on the contexts to which they belong use the function operator with the full resource name: `in_context()`. For example: `in_context(&quot;projects//locations//metadataStores//contexts/&quot;)` Each of the above supported filters can be combined together using logical operators (`AND` &amp; `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = &quot;test&quot; AND metadata.field1.bool_value = true`.
orderBy: string, How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a &quot; desc&quot; suffix; for example: &quot;foo desc, bar&quot;. Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.
pageSize: integer, The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
pageSize: integer, The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.
pageToken: string, A page token, received from a previous MetadataService.ListExecutions call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT error.)
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h3>Method Details</h3>

Args:
parent: string, Required. The Location whose MetadataStores should be listed. Format: `projects/{project}/locations/{location}` (required)
pageSize: integer, The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
pageSize: integer, The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.
pageToken: string, A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h3>Method Details</h3>
Args:
parent: string, Required. The MetadataStore whose MetadataSchemas should be listed. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` (required)
filter: string, A query to filter available MetadataSchemas for matching results.
pageSize: integer, The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
pageSize: integer, The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.
pageToken: string, A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Loading