diff --git a/discovery/admin-reports_v1.json b/discovery/admin-reports_v1.json index 5ae7357cb0..ad961c7ab7 100644 --- a/discovery/admin-reports_v1.json +++ b/discovery/admin-reports_v1.json @@ -448,7 +448,7 @@ "parameters": { "description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ", "location": "query", - "pattern": "(((accounts)|(app_maker)|(apps_scripts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+,)*(((accounts)|(app_maker)|(apps_scripts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+)", + "pattern": "(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+,)*(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+)", "type": "string" } }, @@ -572,7 +572,7 @@ "filters": { "description": "The `filters` query string is a comma-separated list of an application's event parameters where the parameter's value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `<>` 'not equal to' operator is URL-encoded in the request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time &filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It is URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=` - 'greater than or equal to'. It is URL-encoded (%3E=). ", "location": "query", - "pattern": "(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+)", + "pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+)", "type": "string" }, "groupIdFilter": { @@ -605,7 +605,7 @@ "parameters": { "description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ", "location": "query", - "pattern": "(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)", + "pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)", "type": "string" }, "userKey": { @@ -626,7 +626,7 @@ } } }, - "revision": "20240220", + "revision": "20250128", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Activities": { diff --git a/discovery/alloydb-v1.json b/discovery/alloydb-v1.json index 5d8606c5bf..54eee3edd4 100644 --- a/discovery/alloydb-v1.json +++ b/discovery/alloydb-v1.json @@ -1545,7 +1545,7 @@ } } }, - "revision": "20241228", + "revision": "20250122", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -4702,7 +4702,10 @@ "MEMORY_UTILIZATION", "NETWORK_CONNECTIONS", "STORAGE_UTILIZATION", - "STORAGE_USED_BYTES" + "STORAGE_USED_BYTES", + "NODE_COUNT", + "MEMORY_USED_BYTES", + "PROCESSING_UNIT_COUNT" ], "enumDescriptions": [ "Unspecified metric type.", @@ -4710,7 +4713,10 @@ "Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", "Number of network connections for a resource.", "Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", - "Sotrage used by a resource." + "Sotrage used by a resource.", + "Node count for a resource. It represents the number of node units in a bigtable/spanner instance.", + "Memory used by a resource (in bytes).", + "Processing units used by a resource. It represents the number of processing units in a spanner instance." ], "type": "string" }, diff --git a/discovery/alloydb-v1alpha.json b/discovery/alloydb-v1alpha.json index 7d1ea3e40e..2f07367d7e 100644 --- a/discovery/alloydb-v1alpha.json +++ b/discovery/alloydb-v1alpha.json @@ -1573,7 +1573,7 @@ } } }, - "revision": "20241228", + "revision": "20250122", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -4902,7 +4902,10 @@ "MEMORY_UTILIZATION", "NETWORK_CONNECTIONS", "STORAGE_UTILIZATION", - "STORAGE_USED_BYTES" + "STORAGE_USED_BYTES", + "NODE_COUNT", + "MEMORY_USED_BYTES", + "PROCESSING_UNIT_COUNT" ], "enumDescriptions": [ "Unspecified metric type.", @@ -4910,7 +4913,10 @@ "Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", "Number of network connections for a resource.", "Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", - "Sotrage used by a resource." + "Sotrage used by a resource.", + "Node count for a resource. It represents the number of node units in a bigtable/spanner instance.", + "Memory used by a resource (in bytes).", + "Processing units used by a resource. It represents the number of processing units in a spanner instance." ], "type": "string" }, diff --git a/discovery/alloydb-v1beta.json b/discovery/alloydb-v1beta.json index ff722f8ef0..e594d04e7c 100644 --- a/discovery/alloydb-v1beta.json +++ b/discovery/alloydb-v1beta.json @@ -1570,7 +1570,7 @@ } } }, - "revision": "20241228", + "revision": "20250122", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -4854,7 +4854,10 @@ "MEMORY_UTILIZATION", "NETWORK_CONNECTIONS", "STORAGE_UTILIZATION", - "STORAGE_USED_BYTES" + "STORAGE_USED_BYTES", + "NODE_COUNT", + "MEMORY_USED_BYTES", + "PROCESSING_UNIT_COUNT" ], "enumDescriptions": [ "Unspecified metric type.", @@ -4862,7 +4865,10 @@ "Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", "Number of network connections for a resource.", "Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", - "Sotrage used by a resource." + "Sotrage used by a resource.", + "Node count for a resource. It represents the number of node units in a bigtable/spanner instance.", + "Memory used by a resource (in bytes).", + "Processing units used by a resource. It represents the number of processing units in a spanner instance." ], "type": "string" }, diff --git a/discovery/apigee-v1.json b/discovery/apigee-v1.json index 339bd97b81..5d0ff61c52 100644 --- a/discovery/apigee-v1.json +++ b/discovery/apigee-v1.json @@ -1393,6 +1393,46 @@ } }, "resources": { + "debugsessions": { + "methods": { + "list": { + "description": "Lists debug sessions that are currently active in the given API Proxy.", + "flatPath": "v1/organizations/{organizationsId}/apis/{apisId}/debugsessions", + "httpMethod": "GET", + "id": "apigee.organizations.apis.debugsessions.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of debug sessions to return. The page size defaults to 25.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token, returned from a previous ListApiDebugSessions call, that you can use to retrieve the next page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The name of the API Proxy for which to list debug sessions. Must be of the form: `organizations/{organization}/apis/{api}`.", + "location": "path", + "pattern": "^organizations/[^/]+/apis/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/debugsessions", + "response": { + "$ref": "GoogleCloudApigeeV1ListApiDebugSessionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "deployments": { "methods": { "list": { @@ -10385,7 +10425,7 @@ } } }, - "revision": "20241213", + "revision": "20250129", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "EdgeConfigstoreBundleBadBundle": { @@ -11745,13 +11785,13 @@ "type": "object" }, "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll": { - "description": "Message for include_all option.", + "description": "Message for include_all_resources option.", "id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll", "properties": {}, "type": "object" }, "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray": { - "description": "An array of resource messages.", + "description": "Message for the array of resources. For Apigee, the proxies are resources.", "id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray", "properties": { "resources": { @@ -14477,6 +14517,24 @@ }, "type": "object" }, + "GoogleCloudApigeeV1ListApiDebugSessionsResponse": { + "description": "Response for ListApiDebugSessions.", + "id": "GoogleCloudApigeeV1ListApiDebugSessionsResponse", + "properties": { + "nextPageToken": { + "description": "Page token that you can include in a ListApiDebugSessionsRequest to retrieve the next page. If omitted, no subsequent pages exist.", + "type": "string" + }, + "sessions": { + "description": "Session info that includes debug session ID and the first transaction creation timestamp.", + "items": { + "$ref": "GoogleCloudApigeeV1Session" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudApigeeV1ListApiDocsResponse": { "id": "GoogleCloudApigeeV1ListApiDocsResponse", "properties": { @@ -17362,7 +17420,6 @@ "type": "integer" }, "severity": { - "description": "The severity of the assessment.", "enum": [ "SEVERITY_UNSPECIFIED", "LOW", diff --git a/discovery/chromemanagement-v1.json b/discovery/chromemanagement-v1.json index 4f6d7fa67b..339d6f8b2e 100644 --- a/discovery/chromemanagement-v1.json +++ b/discovery/chromemanagement-v1.json @@ -5,6 +5,12 @@ "https://www.googleapis.com/auth/chrome.management.appdetails.readonly": { "description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization" }, + "https://www.googleapis.com/auth/chrome.management.profiles": { + "description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization" + }, + "https://www.googleapis.com/auth/chrome.management.profiles.readonly": { + "description": "See Chrome browser profiles managed by your organization" + }, "https://www.googleapis.com/auth/chrome.management.reports.readonly": { "description": "See reports about devices and Chrome browsers managed within your organization" }, @@ -366,7 +372,10 @@ "path": "v1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" - } + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.profiles" + ] }, "get": { "description": "Gets a Chrome browser profile with customer ID and profile permanent ID.", @@ -388,7 +397,11 @@ "path": "v1/{+name}", "response": { "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile" - } + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.profiles", + "https://www.googleapis.com/auth/chrome.management.profiles.readonly" + ] }, "list": { "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.", @@ -431,7 +444,11 @@ "path": "v1/{+parent}/profiles", "response": { "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse" - } + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.profiles", + "https://www.googleapis.com/auth/chrome.management.profiles.readonly" + ] } } }, @@ -1263,7 +1280,7 @@ } } }, - "revision": "20250122", + "revision": "20250126", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { diff --git a/discovery/contactcenterinsights-v1.json b/discovery/contactcenterinsights-v1.json index 41688e4d8d..9c444e64d5 100644 --- a/discovery/contactcenterinsights-v1.json +++ b/discovery/contactcenterinsights-v1.json @@ -2609,7 +2609,7 @@ } } }, - "revision": "20250106", + "revision": "20250127", "rootUrl": "https://contactcenterinsights.googleapis.com/", "schemas": { "GoogleCloudContactcenterinsightsV1Analysis": { @@ -4156,6 +4156,7 @@ "enum": [ "DIMENSION_KEY_UNSPECIFIED", "ISSUE", + "ISSUE_NAME", "AGENT", "AGENT_TEAM", "QA_QUESTION_ID", @@ -4165,6 +4166,7 @@ "enumDescriptions": [ "The key of the dimension is unspecified.", "The dimension is keyed by issues.", + "The dimension is keyed by issue names.", "The dimension is keyed by agents.", "The dimension is keyed by agent teams.", "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.", @@ -7846,6 +7848,7 @@ "enum": [ "DIMENSION_KEY_UNSPECIFIED", "ISSUE", + "ISSUE_NAME", "AGENT", "AGENT_TEAM", "QA_QUESTION_ID", @@ -7855,6 +7858,7 @@ "enumDescriptions": [ "The key of the dimension is unspecified.", "The dimension is keyed by issues.", + "The dimension is keyed by issue names.", "The dimension is keyed by agents.", "The dimension is keyed by agent teams.", "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.", diff --git a/discovery/datamigration-v1.json b/discovery/datamigration-v1.json index da00ae2546..42d6e0cbef 100644 --- a/discovery/datamigration-v1.json +++ b/discovery/datamigration-v1.json @@ -767,7 +767,7 @@ "Unspecified view. Defaults to basic view.", "Default view. Does not return DDLs or Issues.", "Return full entity details including mappings, ddl and issues.", - "Top-most (Database, Schema) nodes which are returned contains summary details for their decendents such as the number of entities per type and issues rollups. When this view is used, only a single page of result is returned and the page_size property of the request is ignored. The returned page will only include the top-most node types." + "Top-most (Database, Schema) nodes which are returned contains summary details for their descendants such as the number of entities per type and issues rollups. When this view is used, only a single page of result is returned and the page_size property of the request is ignored. The returned page will only include the top-most node types." ], "location": "query", "type": "string" @@ -2332,7 +2332,7 @@ } } }, - "revision": "20250115", + "revision": "20250122", "rootUrl": "https://datamigration.googleapis.com/", "schemas": { "AlloyDbConnectionProfile": { diff --git a/discovery/dlp-v2.json b/discovery/dlp-v2.json index 8201f390a7..50d47ba332 100644 --- a/discovery/dlp-v2.json +++ b/discovery/dlp-v2.json @@ -230,6 +230,16 @@ "description": "Regional Endpoint", "endpointUrl": "https://dlp.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dlp.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dlp.eu.rep.googleapis.com/", + "location": "eu" } ], "fullyEncodeReservedExpansion": true, @@ -5015,7 +5025,7 @@ } } }, - "revision": "20250119", + "revision": "20250126", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { diff --git a/discovery/eventarc-v1.json b/discovery/eventarc-v1.json index 658742825b..4c776698db 100644 --- a/discovery/eventarc-v1.json +++ b/discovery/eventarc-v1.json @@ -2460,7 +2460,7 @@ } } }, - "revision": "20250103", + "revision": "20250124", "rootUrl": "https://eventarc.googleapis.com/", "schemas": { "AuditConfig": { @@ -3734,6 +3734,7 @@ }, "etag": { "description": "Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.", + "readOnly": true, "type": "string" }, "inputPayloadFormat": { diff --git a/discovery/gkebackup-v1.json b/discovery/gkebackup-v1.json index ae6df4a4db..f635b824ec 100644 --- a/discovery/gkebackup-v1.json +++ b/discovery/gkebackup-v1.json @@ -1713,7 +1713,7 @@ } } }, - "revision": "20250101", + "revision": "20250122", "rootUrl": "https://gkebackup.googleapis.com/", "schemas": { "AuditConfig": { @@ -3410,7 +3410,8 @@ "UPLOADING", "SUCCEEDED", "FAILED", - "DELETING" + "DELETING", + "CLEANED_UP" ], "enumDescriptions": [ "This is an illegal state and should not be encountered.", @@ -3419,7 +3420,8 @@ "The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.", "The volume backup operation has completed successfully.", "The volume backup operation has failed.", - "This VolumeBackup resource (and its associated artifacts) is in the process of being deleted." + "This VolumeBackup resource (and its associated artifacts) is in the process of being deleted.", + "The underlying artifacts of a volume backup (eg: persistent disk snapshots) are deleted." ], "readOnly": true, "type": "string" diff --git a/discovery/integrations-v1.json b/discovery/integrations-v1.json index 796d5c6f26..76a51ceeb0 100644 --- a/discovery/integrations-v1.json +++ b/discovery/integrations-v1.json @@ -4553,7 +4553,7 @@ } } }, - "revision": "20250113", + "revision": "20250128", "rootUrl": "https://integrations.googleapis.com/", "schemas": { "CrmlogErrorCode": { @@ -13133,9 +13133,35 @@ "description": "Request for replaying an execution.", "id": "GoogleCloudIntegrationsV1alphaReplayExecutionRequest", "properties": { + "modifiedParameters": { + "additionalProperties": { + "$ref": "GoogleCloudIntegrationsV1alphaValueType" + }, + "description": "Optional. The modified input parameters for replay. - Provide values for all the fields in the 'update_mask'. Any field not present in the 'update_mask' will be ignored and its value will be taken from the original execution. - If the 'update_mask' is not specified, all the parameters from original execution will be ignored and only the `modified_parameters` will be used.", + "type": "object" + }, + "replayMode": { + "description": "Optional. The mode of the replay.", + "enum": [ + "REPLAY_MODE_UNSPECIFIED", + "REPLAY_MODE_FROM_BEGINNING", + "REPLAY_MODE_POINT_OF_FAILURE" + ], + "enumDescriptions": [ + "Default value.", + "Replay the original execution.", + "Replay the execution with the modified parameters." + ], + "type": "string" + }, "replayReason": { "description": "Required. The user provided reason for replaying the execution.", "type": "string" + }, + "updateMask": { + "description": "Optional. The list of parameters to be updated. - If the `update_mask` is not specified, all the parameters from original execution will be ignored and only the `modified_parameters` will be used. - It is an error to include a parameter in `update_mask` but not in `modified_parameters`. - Updating nested fields in a JSON parameter is not supported, please provide the complete JSON in the `modified_parameters`.", + "format": "google-fieldmask", + "type": "string" } }, "type": "object" diff --git a/discovery/language-v1.json b/discovery/language-v1.json index dd35bd4e46..ae46043794 100644 --- a/discovery/language-v1.json +++ b/discovery/language-v1.json @@ -246,7 +246,7 @@ } } }, - "revision": "20250105", + "revision": "20250126", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -762,6 +762,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1052,6 +1053,7 @@ "", "", "", + "", "" ], "type": "string" @@ -1489,6 +1491,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1779,6 +1782,7 @@ "", "", "", + "", "" ], "type": "string" @@ -2175,6 +2179,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -2465,6 +2470,7 @@ "", "", "", + "", "" ], "type": "string" diff --git a/discovery/language-v1beta2.json b/discovery/language-v1beta2.json index 01812cee23..9415dd046d 100644 --- a/discovery/language-v1beta2.json +++ b/discovery/language-v1beta2.json @@ -246,7 +246,7 @@ } } }, - "revision": "20250105", + "revision": "20250126", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -762,6 +762,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1052,6 +1053,7 @@ "", "", "", + "", "" ], "type": "string" @@ -1507,6 +1509,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1797,6 +1800,7 @@ "", "", "", + "", "" ], "type": "string" @@ -2193,6 +2197,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -2483,6 +2488,7 @@ "", "", "", + "", "" ], "type": "string" diff --git a/discovery/language-v2.json b/discovery/language-v2.json index e70969ae70..70a0f4f988 100644 --- a/discovery/language-v2.json +++ b/discovery/language-v2.json @@ -208,7 +208,7 @@ } } }, - "revision": "20250105", + "revision": "20250126", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -587,6 +587,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -877,6 +878,7 @@ "", "", "", + "", "" ], "type": "string" @@ -1128,6 +1130,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1418,6 +1421,7 @@ "", "", "", + "", "" ], "type": "string" @@ -1569,6 +1573,7 @@ "A3_HIGHGPU_8G", "A3_MEGAGPU_8G", "A3_ULTRAGPU_8G", + "A3_EDGEGPU_8G", "E2_STANDARD_2", "E2_STANDARD_4", "E2_STANDARD_8", @@ -1859,6 +1864,7 @@ "", "", "", + "", "" ], "type": "string" diff --git a/discovery/meet-v2.json b/discovery/meet-v2.json index 79728573fd..e6870bbe57 100644 --- a/discovery/meet-v2.json +++ b/discovery/meet-v2.json @@ -7,6 +7,9 @@ }, "https://www.googleapis.com/auth/meetings.space.readonly": { "description": "Read information about any of your Google Meet conferences" + }, + "https://www.googleapis.com/auth/meetings.space.settings": { + "description": "Edit, and see settings for all of your Google Meet calls." } } } @@ -593,7 +596,8 @@ }, "scopes": [ "https://www.googleapis.com/auth/meetings.space.created", - "https://www.googleapis.com/auth/meetings.space.readonly" + "https://www.googleapis.com/auth/meetings.space.readonly", + "https://www.googleapis.com/auth/meetings.space.settings" ] }, "patch": { @@ -627,13 +631,14 @@ "$ref": "Space" }, "scopes": [ - "https://www.googleapis.com/auth/meetings.space.created" + "https://www.googleapis.com/auth/meetings.space.created", + "https://www.googleapis.com/auth/meetings.space.settings" ] } } } }, - "revision": "20240808", + "revision": "20250127", "rootUrl": "https://meet.googleapis.com/", "schemas": { "ActiveConference": { diff --git a/discovery/redis-v1.json b/discovery/redis-v1.json index b179e41606..07294a2817 100644 --- a/discovery/redis-v1.json +++ b/discovery/redis-v1.json @@ -1067,7 +1067,7 @@ } } }, - "revision": "20250121", + "revision": "20250123", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -3768,7 +3768,8 @@ "STORAGE_UTILIZATION", "STORAGE_USED_BYTES", "NODE_COUNT", - "MEMORY_USED_BYTES" + "MEMORY_USED_BYTES", + "PROCESSING_UNIT_COUNT" ], "enumDescriptions": [ "Unspecified metric type.", @@ -3777,8 +3778,9 @@ "Number of network connections for a resource.", "Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", "Sotrage used by a resource.", - "Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance.", - "Memory used by a resource (in bytes)." + "Node count for a resource. It represents the number of node units in a bigtable/spanner instance.", + "Memory used by a resource (in bytes).", + "Processing units used by a resource. It represents the number of processing units in a spanner instance." ], "type": "string" }, diff --git a/discovery/redis-v1beta1.json b/discovery/redis-v1beta1.json index 5dd0d6cb02..c161593f7b 100644 --- a/discovery/redis-v1beta1.json +++ b/discovery/redis-v1beta1.json @@ -1067,7 +1067,7 @@ } } }, - "revision": "20250121", + "revision": "20250123", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -3775,7 +3775,8 @@ "STORAGE_UTILIZATION", "STORAGE_USED_BYTES", "NODE_COUNT", - "MEMORY_USED_BYTES" + "MEMORY_USED_BYTES", + "PROCESSING_UNIT_COUNT" ], "enumDescriptions": [ "Unspecified metric type.", @@ -3784,8 +3785,9 @@ "Number of network connections for a resource.", "Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).", "Sotrage used by a resource.", - "Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance.", - "Memory used by a resource (in bytes)." + "Node count for a resource. It represents the number of node units in a bigtable/spanner instance.", + "Memory used by a resource (in bytes).", + "Processing units used by a resource. It represents the number of processing units in a spanner instance." ], "type": "string" }, diff --git a/discovery/speech-v1p1beta1.json b/discovery/speech-v1p1beta1.json index 05edd0c33c..8c2589969d 100644 --- a/discovery/speech-v1p1beta1.json +++ b/discovery/speech-v1p1beta1.json @@ -15,6 +15,43 @@ "description": "Converts audio to text by applying powerful neural network models.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/speech-to-text/docs/quickstart-protocol", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://speech.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -524,7 +561,7 @@ } } }, - "revision": "20240926", + "revision": "20241111", "rootUrl": "https://speech.googleapis.com/", "schemas": { "ABNFGrammar": { diff --git a/discovery/sts-v1.json b/discovery/sts-v1.json index b79a1b7aa9..d3c1b084c8 100644 --- a/discovery/sts-v1.json +++ b/discovery/sts-v1.json @@ -11,6 +11,11 @@ "description": "Regional Endpoint", "endpointUrl": "https://sts.us-east7.rep.googleapis.com/", "location": "us-east7" + }, + { + "description": "Locational Endpoint", + "endpointUrl": "https://sts.us-east4.rep.sandbox.googleapis.com/", + "location": "us-east4" } ], "fullyEncodeReservedExpansion": true, @@ -123,7 +128,7 @@ } } }, - "revision": "20241106", + "revision": "20250127", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": { diff --git a/discovery/sts-v1beta.json b/discovery/sts-v1beta.json index 426e25045b..2ec730efe4 100644 --- a/discovery/sts-v1beta.json +++ b/discovery/sts-v1beta.json @@ -11,6 +11,11 @@ "description": "Regional Endpoint", "endpointUrl": "https://sts.us-east7.rep.googleapis.com/", "location": "us-east7" + }, + { + "description": "Locational Endpoint", + "endpointUrl": "https://sts.us-east4.rep.sandbox.googleapis.com/", + "location": "us-east4" } ], "fullyEncodeReservedExpansion": true, @@ -123,7 +128,7 @@ } } }, - "revision": "20241106", + "revision": "20250127", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": {