From 9d9d8b6c9d65fae4ea40bd63783b934646ecc059 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Sat, 11 Nov 2023 01:30:06 +0000 Subject: [PATCH] feat: regenerate index files --- discovery/apigee-v1.json | 66 +++++++++++----------- discovery/clouderrorreporting-v1beta1.json | 3 +- discovery/displayvideo-v1.json | 23 +++++--- discovery/displayvideo-v2.json | 23 +++++--- discovery/displayvideo-v3.json | 27 ++++++--- discovery/domains-v1.json | 8 ++- discovery/domains-v1alpha2.json | 8 ++- discovery/domains-v1beta1.json | 8 ++- discovery/file-v1.json | 14 +++-- discovery/file-v1beta1.json | 14 +++-- discovery/fitness-v1.json | 3 +- discovery/index.json | 36 +++++++++++- discovery/integrations-v1alpha.json | 12 ++-- discovery/script-v1.json | 20 ++++--- discovery/websecurityscanner-v1.json | 8 ++- discovery/websecurityscanner-v1alpha.json | 22 ++++++-- discovery/websecurityscanner-v1beta.json | 8 ++- src/apis/index.ts | 3 + src/index.ts | 2 + 19 files changed, 206 insertions(+), 102 deletions(-) diff --git a/discovery/apigee-v1.json b/discovery/apigee-v1.json index 99ffc1a362..a7b34a800b 100644 --- a/discovery/apigee-v1.json +++ b/discovery/apigee-v1.json @@ -9458,10 +9458,10 @@ }, "path": "v1/{+parent}/apicategories", "request": { - "$ref": "GoogleCloudApigeeV1ApiCategoryData" + "$ref": "GoogleCloudApigeeV1ApiCategory" }, "response": { - "$ref": "GoogleCloudApigeeV1ApiCategory" + "$ref": "GoogleCloudApigeeV1ApiCategoryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -9511,7 +9511,7 @@ }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudApigeeV1ApiCategory" + "$ref": "GoogleCloudApigeeV1ApiCategoryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -9561,10 +9561,10 @@ }, "path": "v1/{+name}", "request": { - "$ref": "GoogleCloudApigeeV1ApiCategoryData" + "$ref": "GoogleCloudApigeeV1ApiCategory" }, "response": { - "$ref": "GoogleCloudApigeeV1ApiCategory" + "$ref": "GoogleCloudApigeeV1ApiCategoryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -9609,7 +9609,7 @@ } } }, - "revision": "20231016", + "revision": "20231110", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "EdgeConfigstoreBundleBadBundle": { @@ -9898,51 +9898,51 @@ "type": "object" }, "GoogleCloudApigeeV1ApiCategory": { - "description": "The API category resource wrapped with response status, error_code, etc.", + "description": "`ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.", "id": "GoogleCloudApigeeV1ApiCategory", "properties": { - "data": { - "$ref": "GoogleCloudApigeeV1ApiCategoryData", - "description": "Details of the category." - }, - "errorCode": { - "description": "Unique error code for the request, if any.", + "id": { + "description": "ID of the category (a UUID).", "type": "string" }, - "message": { - "description": "Description of the operation.", + "name": { + "description": "Name of the category.", "type": "string" }, - "requestId": { - "description": "Unique ID of the request.", + "siteId": { + "description": "Name of the portal.", "type": "string" }, - "status": { - "description": "Status of the operation.", + "updateTime": { + "description": "Time the category was last modified in milliseconds since epoch.", + "format": "int64", "type": "string" } }, "type": "object" }, - "GoogleCloudApigeeV1ApiCategoryData": { - "description": "`ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.", - "id": "GoogleCloudApigeeV1ApiCategoryData", + "GoogleCloudApigeeV1ApiCategoryResponse": { + "description": "The API category resource wrapped with response status, error_code, etc.", + "id": "GoogleCloudApigeeV1ApiCategoryResponse", "properties": { - "id": { - "description": "ID of the category (a UUID).", + "data": { + "$ref": "GoogleCloudApigeeV1ApiCategory", + "description": "The API category resource." + }, + "errorCode": { + "description": "Unique error code for the request, if any.", "type": "string" }, - "name": { - "description": "Name of the category.", + "message": { + "description": "Description of the operation.", "type": "string" }, - "siteId": { - "description": "Name of the portal.", + "requestId": { + "description": "Unique ID of the request.", "type": "string" }, - "updateTime": { - "description": "Time the category was last modified in milliseconds since epoch.", - "format": "int64", + "status": { + "description": "Status of the operation.", "type": "string" } }, @@ -13251,9 +13251,9 @@ "id": "GoogleCloudApigeeV1ListApiCategoriesResponse", "properties": { "data": { - "description": "Details of the categories.", + "description": "The API category resources.", "items": { - "$ref": "GoogleCloudApigeeV1ApiCategoryData" + "$ref": "GoogleCloudApigeeV1ApiCategory" }, "type": "array" }, diff --git a/discovery/clouderrorreporting-v1beta1.json b/discovery/clouderrorreporting-v1beta1.json index 2ec0b31dc3..55825afe25 100644 --- a/discovery/clouderrorreporting-v1beta1.json +++ b/discovery/clouderrorreporting-v1beta1.json @@ -15,6 +15,7 @@ "description": "Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors. ", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/error-reporting/", + "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -430,7 +431,7 @@ } } }, - "revision": "20230914", + "revision": "20231106", "rootUrl": "https://clouderrorreporting.googleapis.com/", "schemas": { "DeleteEventsResponse": { diff --git a/discovery/displayvideo-v1.json b/discovery/displayvideo-v1.json index 81921d9a65..4500dc52c3 100644 --- a/discovery/displayvideo-v1.json +++ b/discovery/displayvideo-v1.json @@ -8146,7 +8146,7 @@ } } }, - "revision": "20231009", + "revision": "20231107", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActivateManualTriggerRequest": { @@ -10885,7 +10885,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -10899,6 +10900,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -10913,7 +10915,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -17706,7 +17709,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -17720,6 +17724,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -17734,7 +17739,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -17780,7 +17786,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -17794,6 +17801,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -17808,7 +17816,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } diff --git a/discovery/displayvideo-v2.json b/discovery/displayvideo-v2.json index 2cb9170f70..a1e56f2c80 100644 --- a/discovery/displayvideo-v2.json +++ b/discovery/displayvideo-v2.json @@ -9172,7 +9172,7 @@ } } }, - "revision": "20231009", + "revision": "20231107", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActivateManualTriggerRequest": { @@ -12183,7 +12183,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -12197,6 +12198,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -12211,7 +12213,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -19481,7 +19484,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -19495,6 +19499,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -19509,7 +19514,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -19555,7 +19561,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -19569,6 +19576,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -19583,7 +19591,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } diff --git a/discovery/displayvideo-v3.json b/discovery/displayvideo-v3.json index e94c95f762..7df27ffdd7 100644 --- a/discovery/displayvideo-v3.json +++ b/discovery/displayvideo-v3.json @@ -9127,7 +9127,7 @@ } } }, - "revision": "20231012", + "revision": "20231107", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActiveViewVideoViewabilityMetricConfig": { @@ -9258,7 +9258,7 @@ "AD_GROUP_FORMAT_BUMPER", "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM", "AD_GROUP_FORMAT_AUDIO", - "AD_GROUP_FORMAT_ACTION", + "AD_GROUP_FORMAT_RESPONSIVE", "AD_GROUP_FORMAT_REACH", "AD_GROUP_FORMAT_MASTHEAD" ], @@ -9269,7 +9269,7 @@ "Bumper ads.", "Non-skippable in-stream ads.", "Non-skippable in-stream audio ads.", - "[Responsive ads for video action campaigns] (https://support.google.com/displayvideo/answer/9065351).", + "Responsive ads.", "[Effective reach ad groups] (https://support.google.com/displayvideo/answer/9173684), including in-stream and bumper ads.", "Masthead Ad that is surfaced on the top slot on the YouTube homepage." ], @@ -12742,7 +12742,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -12756,6 +12757,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -12770,7 +12772,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -20179,7 +20182,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -20193,6 +20197,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -20207,7 +20212,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } @@ -20253,7 +20259,8 @@ "SDF_VERSION_5_3", "SDF_VERSION_5_4", "SDF_VERSION_5_5", - "SDF_VERSION_6" + "SDF_VERSION_6", + "SDF_VERSION_7" ], "enumDeprecated": [ false, @@ -20267,6 +20274,7 @@ true, false, false, + false, false ], "enumDescriptions": [ @@ -20281,7 +20289,8 @@ "SDF version 5.3", "SDF version 5.4", "SDF version 5.5", - "SDF version 6" + "SDF version 6", + "SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users." ], "type": "string" } diff --git a/discovery/domains-v1.json b/discovery/domains-v1.json index c48f080f7b..64d25b129c 100644 --- a/discovery/domains-v1.json +++ b/discovery/domains-v1.json @@ -843,7 +843,7 @@ } } }, - "revision": "20230904", + "revision": "20231018", "rootUrl": "https://domains.googleapis.com/", "schemas": { "AuditConfig": { @@ -1834,7 +1834,8 @@ "IMPORT_PENDING", "ACTIVE", "SUSPENDED", - "EXPORTED" + "EXPORTED", + "EXPIRED" ], "enumDescriptions": [ "The state is undefined.", @@ -1845,7 +1846,8 @@ "The domain is being imported from Google Domains to Cloud Domains.", "The domain is registered and operational. The domain renews automatically as long as it remains in this state.", "The domain is suspended and inoperative. For more details, see the `issues` field.", - "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains." + "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains.", + "The domain is expired." ], "readOnly": true, "type": "string" diff --git a/discovery/domains-v1alpha2.json b/discovery/domains-v1alpha2.json index 15bd59323d..e651fac539 100644 --- a/discovery/domains-v1alpha2.json +++ b/discovery/domains-v1alpha2.json @@ -843,7 +843,7 @@ } } }, - "revision": "20230904", + "revision": "20231018", "rootUrl": "https://domains.googleapis.com/", "schemas": { "AuditConfig": { @@ -1834,7 +1834,8 @@ "IMPORT_PENDING", "ACTIVE", "SUSPENDED", - "EXPORTED" + "EXPORTED", + "EXPIRED" ], "enumDescriptions": [ "The state is undefined.", @@ -1845,7 +1846,8 @@ "The domain is being imported from Google Domains to Cloud Domains.", "The domain is registered and operational. The domain renews automatically as long as it remains in this state.", "The domain is suspended and inoperative. For more details, see the `issues` field.", - "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains." + "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains.", + "The domain is expired." ], "readOnly": true, "type": "string" diff --git a/discovery/domains-v1beta1.json b/discovery/domains-v1beta1.json index d460ff4aff..abf4a823d8 100644 --- a/discovery/domains-v1beta1.json +++ b/discovery/domains-v1beta1.json @@ -843,7 +843,7 @@ } } }, - "revision": "20230904", + "revision": "20231018", "rootUrl": "https://domains.googleapis.com/", "schemas": { "AuditConfig": { @@ -1834,7 +1834,8 @@ "IMPORT_PENDING", "ACTIVE", "SUSPENDED", - "EXPORTED" + "EXPORTED", + "EXPIRED" ], "enumDescriptions": [ "The state is undefined.", @@ -1845,7 +1846,8 @@ "The domain is being imported from Google Domains to Cloud Domains.", "The domain is registered and operational. The domain renews automatically as long as it remains in this state.", "The domain is suspended and inoperative. For more details, see the `issues` field.", - "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains." + "The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains.", + "The domain is expired." ], "readOnly": true, "type": "string" diff --git a/discovery/file-v1.json b/discovery/file-v1.json index ac095eb75c..30432bae7f 100644 --- a/discovery/file-v1.json +++ b/discovery/file-v1.json @@ -874,7 +874,7 @@ } } }, - "revision": "20230803", + "revision": "20231019", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -942,7 +942,8 @@ "BASIC_SSD", "HIGH_SCALE_SSD", "ENTERPRISE", - "ZONAL" + "ZONAL", + "REGIONAL" ], "enumDescriptions": [ "Not set.", @@ -952,7 +953,8 @@ "BASIC instances offer a maximum capacity of 63.9 TB. BASIC_SSD is an alias for PREMIUM Tier, and offers improved performance backed by SSD.", "HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.", "ENTERPRISE instances offer the features and availability needed for mission-critical workloads.", - "ZONAL instances offer expanded capacity and performance scaling capabilities." + "ZONAL instances offer expanded capacity and performance scaling capabilities.", + "REGIONAL instances offer the features and availability needed for mission-critical workloads." ], "readOnly": true, "type": "string" @@ -1473,7 +1475,8 @@ "BASIC_SSD", "HIGH_SCALE_SSD", "ENTERPRISE", - "ZONAL" + "ZONAL", + "REGIONAL" ], "enumDescriptions": [ "Not set.", @@ -1483,7 +1486,8 @@ "BASIC instances offer a maximum capacity of 63.9 TB. BASIC_SSD is an alias for PREMIUM Tier, and offers improved performance backed by SSD.", "HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.", "ENTERPRISE instances offer the features and availability needed for mission-critical workloads.", - "ZONAL instances offer expanded capacity and performance scaling capabilities." + "ZONAL instances offer expanded capacity and performance scaling capabilities.", + "REGIONAL instances offer the features and availability needed for mission-critical workloads." ], "type": "string" } diff --git a/discovery/file-v1beta1.json b/discovery/file-v1beta1.json index 4bdfc17cfc..c0853df1f4 100644 --- a/discovery/file-v1beta1.json +++ b/discovery/file-v1beta1.json @@ -1041,7 +1041,7 @@ } } }, - "revision": "20230803", + "revision": "20231019", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1109,7 +1109,8 @@ "BASIC_SSD", "HIGH_SCALE_SSD", "ENTERPRISE", - "ZONAL" + "ZONAL", + "REGIONAL" ], "enumDescriptions": [ "Not set.", @@ -1119,7 +1120,8 @@ "BASIC instances offer a maximum capacity of 63.9 TB. BASIC_SSD is an alias for PREMIUM Tier, and offers improved performance backed by SSD.", "HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.", "ENTERPRISE instances offer the features and availability needed for mission-critical workloads.", - "ZONAL instances offer expanded capacity and performance scaling capabilities." + "ZONAL instances offer expanded capacity and performance scaling capabilities.", + "REGIONAL instances offer the features and availability needed for mission-critical workloads." ], "readOnly": true, "type": "string" @@ -1695,7 +1697,8 @@ "BASIC_SSD", "HIGH_SCALE_SSD", "ENTERPRISE", - "ZONAL" + "ZONAL", + "REGIONAL" ], "enumDescriptions": [ "Not set.", @@ -1705,7 +1708,8 @@ "BASIC instances offer a maximum capacity of 63.9 TB. BASIC_SSD is an alias for PREMIUM Tier, and offers improved performance backed by SSD.", "HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.", "ENTERPRISE instances offer the features and availability needed for mission-critical workloads.", - "ZONAL instances offer expanded capacity and performance scaling capabilities." + "ZONAL instances offer expanded capacity and performance scaling capabilities.", + "REGIONAL instances offer the features and availability needed for mission-critical workloads." ], "type": "string" } diff --git a/discovery/fitness-v1.json b/discovery/fitness-v1.json index f6cee159ff..8433c3ed14 100644 --- a/discovery/fitness-v1.json +++ b/discovery/fitness-v1.json @@ -77,6 +77,7 @@ "description": "The Fitness API for managing users' fitness tracking data.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/fit/rest/v1/get-started", + "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -831,7 +832,7 @@ } } }, - "revision": "20230704", + "revision": "20231107", "rootUrl": "https://fitness.googleapis.com/", "schemas": { "AggregateBucket": { diff --git a/discovery/index.json b/discovery/index.json index 4328c4da9b..0a5f953845 100644 --- a/discovery/index.json +++ b/discovery/index.json @@ -796,6 +796,21 @@ "documentationLink": "https://cloud.google.com/", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "biglake:v1", + "name": "biglake", + "version": "v1", + "title": "BigLake API", + "description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", + "discoveryRestUrl": "https://biglake.googleapis.com/$discovery/rest?version=v1", + "icons": { + "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", + "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" + }, + "documentationLink": "https://cloud.google.com/bigquery/", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "bigquery:v2", @@ -1870,7 +1885,7 @@ "name": "containeranalysis", "version": "v1alpha1", "title": "Container Analysis API", - "description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", + "description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.", "discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1", "icons": { "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", @@ -1885,7 +1900,7 @@ "name": "containeranalysis", "version": "v1beta1", "title": "Container Analysis API", - "description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", + "description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.", "discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1", "icons": { "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", @@ -1900,7 +1915,7 @@ "name": "containeranalysis", "version": "v1", "title": "Container Analysis API", - "description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", + "description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.", "discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1", "icons": { "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", @@ -5825,6 +5840,21 @@ "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" }, "documentationLink": "https://cloud.google.com/traffic-director", + "preferred": false + }, + { + "kind": "discovery#directoryItem", + "id": "trafficdirector:v3", + "name": "trafficdirector", + "version": "v3", + "title": "Traffic Director API", + "description": "", + "discoveryRestUrl": "https://trafficdirector.googleapis.com/$discovery/rest?version=v3", + "icons": { + "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", + "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" + }, + "documentationLink": "https://cloud.google.com/traffic-director", "preferred": true }, { diff --git a/discovery/integrations-v1alpha.json b/discovery/integrations-v1alpha.json index 0bc293b17e..a0dd76ee41 100644 --- a/discovery/integrations-v1alpha.json +++ b/discovery/integrations-v1alpha.json @@ -3524,7 +3524,7 @@ } } }, - "revision": "20231017", + "revision": "20231024", "rootUrl": "https://integrations.googleapis.com/", "schemas": { "CrmlogErrorCode": { @@ -7816,7 +7816,8 @@ "SFDC_CDC_CHANNEL", "SFDC_PLATFORM_EVENTS_CHANNEL", "CLOUD_SCHEDULER", - "INTEGRATION_CONNECTOR_TRIGGER" + "INTEGRATION_CONNECTOR_TRIGGER", + "PRIVATE_TRIGGER" ], "enumDescriptions": [ "", @@ -7832,6 +7833,7 @@ "", "", "", + "", "" ], "type": "string" @@ -11879,7 +11881,8 @@ "CLOUD_PUBSUB_EXTERNAL", "SFDC_CDC_CHANNEL", "CLOUD_SCHEDULER", - "INTEGRATION_CONNECTOR_TRIGGER" + "INTEGRATION_CONNECTOR_TRIGGER", + "PRIVATE_TRIGGER" ], "enumDescriptions": [ "Unknown.", @@ -11889,7 +11892,8 @@ "Trigger by Pub/Sub external.", "SFDC Channel Trigger for CDC.", "Trigger by Cloud Scheduler job.", - "Trigger by Connector Event" + "Trigger by Connector Event", + "Trigger for private workflow" ], "type": "string" } diff --git a/discovery/script-v1.json b/discovery/script-v1.json index 20ac0b0c1b..a2945d686d 100644 --- a/discovery/script-v1.json +++ b/discovery/script-v1.json @@ -219,7 +219,8 @@ "FAILED", "TIMED_OUT", "UNKNOWN", - "DELAYED" + "DELAYED", + "EXECUTION_DISABLED" ], "enumDescriptions": [ "Unspecified status.", @@ -230,7 +231,8 @@ "The process failed.", "The process timed out.", "Process status unknown.", - "The process is delayed, waiting for quota." + "The process is delayed, waiting for quota.", + "AppsScript executions are disabled by Admin." ], "location": "query", "repeated": true, @@ -351,7 +353,8 @@ "FAILED", "TIMED_OUT", "UNKNOWN", - "DELAYED" + "DELAYED", + "EXECUTION_DISABLED" ], "enumDescriptions": [ "Unspecified status.", @@ -362,7 +365,8 @@ "The process failed.", "The process timed out.", "Process status unknown.", - "The process is delayed, waiting for quota." + "The process is delayed, waiting for quota.", + "AppsScript executions are disabled by Admin." ], "location": "query", "repeated": true, @@ -887,7 +891,7 @@ } } }, - "revision": "20230806", + "revision": "20231029", "rootUrl": "https://script.googleapis.com/", "schemas": { "Content": { @@ -1267,7 +1271,8 @@ "FAILED", "TIMED_OUT", "UNKNOWN", - "DELAYED" + "DELAYED", + "EXECUTION_DISABLED" ], "enumDescriptions": [ "Unspecified status.", @@ -1278,7 +1283,8 @@ "The process failed.", "The process timed out.", "Process status unknown.", - "The process is delayed, waiting for quota." + "The process is delayed, waiting for quota.", + "AppsScript executions are disabled by Admin." ], "type": "string" }, diff --git a/discovery/websecurityscanner-v1.json b/discovery/websecurityscanner-v1.json index 8e29febc4d..ccf3d69b6c 100644 --- a/discovery/websecurityscanner-v1.json +++ b/discovery/websecurityscanner-v1.json @@ -526,7 +526,7 @@ } } }, - "revision": "20230701", + "revision": "20231026", "rootUrl": "https://websecurityscanner.googleapis.com/", "schemas": { "Authentication": { @@ -1029,7 +1029,8 @@ "UNSUPPORTED_BLACKLIST_PATTERN_FORMAT", "UNSUPPORTED_FILTER", "UNSUPPORTED_FINDING_TYPE", - "UNSUPPORTED_URL_SCHEME" + "UNSUPPORTED_URL_SCHEME", + "CLOUD_ASSET_INVENTORY_ASSET_NOT_FOUND" ], "enumDescriptions": [ "There is no error.", @@ -1073,7 +1074,8 @@ "One or more blacklist patterns were in the wrong format.", "The supplied filter is not supported.", "The supplied finding type is not supported. For example, we do not provide findings of the given finding type.", - "The URL scheme of one or more of the supplied URLs is not supported." + "The URL scheme of one or more of the supplied URLs is not supported.", + "CAI is not able to list assets." ], "type": "string" }, diff --git a/discovery/websecurityscanner-v1alpha.json b/discovery/websecurityscanner-v1alpha.json index 427c621bb4..bad1c2d821 100644 --- a/discovery/websecurityscanner-v1alpha.json +++ b/discovery/websecurityscanner-v1alpha.json @@ -526,7 +526,7 @@ } } }, - "revision": "20220604", + "revision": "20231026", "rootUrl": "https://websecurityscanner.googleapis.com/", "schemas": { "Authentication": { @@ -618,7 +618,10 @@ "XSS_ANGULAR_CALLBACK", "INVALID_HEADER", "MISSPELLED_SECURITY_HEADER_NAME", - "MISMATCHING_SECURITY_HEADER_VALUES" + "MISMATCHING_SECURITY_HEADER_VALUES", + "ACCESSIBLE_GIT_REPOSITORY", + "ACCESSIBLE_SVN_REPOSITORY", + "ACCESSIBLE_ENV_FILE" ], "enumDescriptions": [ "The invalid finding type.", @@ -632,7 +635,10 @@ "A cross-site scripting (XSS) vulnerability in AngularJS module that occurs when a user-provided string is interpolated by Angular.", "A malformed or invalid valued header.", "Misspelled security header name.", - "Mismatching values in a duplicate security header." + "Mismatching values in a duplicate security header.", + "A world-readable git repository that potentially leaks source code, commit history or sensitive information such as credentials.", + "A world-readable subversion repository that potentially leaks source code, commit history or sensitive information such as credentials.", + "A world-readable env file that potentially leaks source code, commit history or sensitive information such as credentials." ], "type": "string" }, @@ -706,7 +712,10 @@ "XSS_ANGULAR_CALLBACK", "INVALID_HEADER", "MISSPELLED_SECURITY_HEADER_NAME", - "MISMATCHING_SECURITY_HEADER_VALUES" + "MISMATCHING_SECURITY_HEADER_VALUES", + "ACCESSIBLE_GIT_REPOSITORY", + "ACCESSIBLE_SVN_REPOSITORY", + "ACCESSIBLE_ENV_FILE" ], "enumDescriptions": [ "The invalid finding type.", @@ -720,7 +729,10 @@ "A cross-site scripting (XSS) vulnerability in AngularJS module that occurs when a user-provided string is interpolated by Angular.", "A malformed or invalid valued header.", "Misspelled security header name.", - "Mismatching values in a duplicate security header." + "Mismatching values in a duplicate security header.", + "A world-readable git repository that potentially leaks source code, commit history or sensitive information such as credentials.", + "A world-readable subversion repository that potentially leaks source code, commit history or sensitive information such as credentials.", + "A world-readable env file that potentially leaks source code, commit history or sensitive information such as credentials." ], "type": "string" } diff --git a/discovery/websecurityscanner-v1beta.json b/discovery/websecurityscanner-v1beta.json index 86bd8d8d58..4b9b2ba783 100644 --- a/discovery/websecurityscanner-v1beta.json +++ b/discovery/websecurityscanner-v1beta.json @@ -526,7 +526,7 @@ } } }, - "revision": "20230701", + "revision": "20231026", "rootUrl": "https://websecurityscanner.googleapis.com/", "schemas": { "Authentication": { @@ -1052,7 +1052,8 @@ "UNSUPPORTED_BLACKLIST_PATTERN_FORMAT", "UNSUPPORTED_FILTER", "UNSUPPORTED_FINDING_TYPE", - "UNSUPPORTED_URL_SCHEME" + "UNSUPPORTED_URL_SCHEME", + "CLOUD_ASSET_INVENTORY_ASSET_NOT_FOUND" ], "enumDescriptions": [ "There is no error.", @@ -1096,7 +1097,8 @@ "One or more blacklist patterns were in the wrong format.", "The supplied filter is not supported.", "The supplied finding type is not supported. For example, we do not provide findings of the given finding type.", - "The URL scheme of one or more of the supplied URLs is not supported." + "The URL scheme of one or more of the supplied URLs is not supported.", + "CAI is not able to list assets." ], "type": "string" }, diff --git a/src/apis/index.ts b/src/apis/index.ts index 7d262e5bed..7c3f3f0102 100644 --- a/src/apis/index.ts +++ b/src/apis/index.ts @@ -113,6 +113,7 @@ import { } from './baremetalsolution'; import {VERSIONS as batchVersions, batch} from './batch'; import {VERSIONS as beyondcorpVersions, beyondcorp} from './beyondcorp'; +import {VERSIONS as biglakeVersions, biglake} from './biglake'; import {VERSIONS as bigqueryVersions, bigquery} from './bigquery'; import { VERSIONS as bigqueryconnectionVersions, @@ -708,6 +709,7 @@ export const APIS: APIList = { baremetalsolution: baremetalsolutionVersions, batch: batchVersions, beyondcorp: beyondcorpVersions, + biglake: biglakeVersions, bigquery: bigqueryVersions, bigqueryconnection: bigqueryconnectionVersions, bigquerydatatransfer: bigquerydatatransferVersions, @@ -990,6 +992,7 @@ export class GeneratedAPIs { baremetalsolution = baremetalsolution; batch = batch; beyondcorp = beyondcorp; + biglake = biglake; bigquery = bigquery; bigqueryconnection = bigqueryconnection; bigquerydatatransfer = bigquerydatatransfer; diff --git a/src/index.ts b/src/index.ts index a43a442d5a..375c80e9e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -82,6 +82,7 @@ export {baremetalsolution_v2} from './apis/baremetalsolution/v2'; export {batch_v1} from './apis/batch/v1'; export {beyondcorp_v1} from './apis/beyondcorp/v1'; export {beyondcorp_v1alpha} from './apis/beyondcorp/v1alpha'; +export {biglake_v1} from './apis/biglake/v1'; export {bigquery_v2} from './apis/bigquery/v2'; export {bigqueryconnection_v1beta1} from './apis/bigqueryconnection/v1beta1'; export {bigquerydatatransfer_v1} from './apis/bigquerydatatransfer/v1'; @@ -460,6 +461,7 @@ export {tpu_v1alpha1} from './apis/tpu/v1alpha1'; export {tpu_v2} from './apis/tpu/v2'; export {tpu_v2alpha1} from './apis/tpu/v2alpha1'; export {trafficdirector_v2} from './apis/trafficdirector/v2'; +export {trafficdirector_v3} from './apis/trafficdirector/v3'; export {transcoder_v1} from './apis/transcoder/v1'; export {transcoder_v1beta1} from './apis/transcoder/v1beta1'; export {translate_v2} from './apis/translate/v2';