diff --git a/disclaimers.json b/disclaimers.json index ea20996c26..ad12799ae7 100644 --- a/disclaimers.json +++ b/disclaimers.json @@ -343,6 +343,10 @@ "api": "workflows", "package": "@google-cloud/workflows" }, + { + "api": "accesscontextmanager", + "package": "@google-cloud/access-context-manager" + }, { "api": "notebooks", "package": "@google-cloud/notebooks" @@ -375,6 +379,10 @@ "api": "contactcenterinsights", "package": "@google-cloud/contact-center-insights" }, + { + "api": "datafusion", + "package": "@google-cloud/data-fusion" + }, { "api": "datalabeling", "package": "@google-cloud/datalabeling" @@ -391,6 +399,14 @@ "api": "metastore", "package": "@google-cloud/dataproc-metastore" }, + { + "api": "datastream", + "package": "@google-cloud/datastream" + }, + { + "api": "clouddeploy", + "package": "@google-cloud/deploy" + }, { "api": "domains", "package": "@google-cloud/domains" @@ -427,6 +443,10 @@ "api": "networkconnectivity", "package": "@google-cloud/network-connectivity" }, + { + "api": "networksecurity", + "package": "@google-cloud/network-security" + }, { "api": "phishingprotection", "package": "@google-cloud/phishing-protection" diff --git a/discovery/adsense-v2.json b/discovery/adsense-v2.json index db23b49deb..57f36b1839 100644 --- a/discovery/adsense-v2.json +++ b/discovery/adsense-v2.json @@ -16,7 +16,7 @@ "batchPath": "batch", "description": "The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.", "discoveryVersion": "v1", - "documentationLink": "http://code.google.com/apis/adsense/management/", + "documentationLink": "https://developers.google.com/adsense/management/", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -1567,7 +1567,7 @@ } } }, - "revision": "20210911", + "revision": "20211014", "rootUrl": "https://adsense.googleapis.com/", "schemas": { "Account": { diff --git a/discovery/apigee-v1.json b/discovery/apigee-v1.json index 2b75c7f4c8..6713f9066e 100644 --- a/discovery/apigee-v1.json +++ b/discovery/apigee-v1.json @@ -7412,7 +7412,7 @@ } } }, - "revision": "20210924", + "revision": "20211008", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "EdgeConfigstoreBundleBadBundle": { @@ -12719,7 +12719,7 @@ "type": "array" }, "bindings": { - "description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.", + "description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member. The `bindings` in a `Policy` can refer to up to 1,500 members; up to 250 of these members can be Google groups. Each occurrence of a member counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other member, then you can add another 1,450 members to the `bindings` in the `Policy`.", "items": { "$ref": "GoogleIamV1Binding" }, diff --git a/discovery/cloudkms-v1.json b/discovery/cloudkms-v1.json index ff84527ab8..420f8e7dc8 100644 --- a/discovery/cloudkms-v1.json +++ b/discovery/cloudkms-v1.json @@ -1346,7 +1346,7 @@ } } }, - "revision": "20210820", + "revision": "20210928", "rootUrl": "https://cloudkms.googleapis.com/", "schemas": { "AsymmetricDecryptRequest": { @@ -1650,6 +1650,9 @@ "RSA_DECRYPT_OAEP_3072_SHA256", "RSA_DECRYPT_OAEP_4096_SHA256", "RSA_DECRYPT_OAEP_4096_SHA512", + "RSA_DECRYPT_OAEP_2048_SHA1", + "RSA_DECRYPT_OAEP_3072_SHA1", + "RSA_DECRYPT_OAEP_4096_SHA1", "EC_SIGN_P256_SHA256", "EC_SIGN_P384_SHA384", "EC_SIGN_SECP256K1_SHA256", @@ -1671,6 +1674,9 @@ "RSAES-OAEP 3072 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA512 digest.", + "RSAES-OAEP 2048 bit key with a SHA1 digest.", + "RSAES-OAEP 3072 bit key with a SHA1 digest.", + "RSAES-OAEP 4096 bit key with a SHA1 digest.", "ECDSA on the NIST P-256 curve with a SHA256 digest.", "ECDSA on the NIST P-384 curve with a SHA384 digest.", "ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level.", @@ -1804,6 +1810,9 @@ "RSA_DECRYPT_OAEP_3072_SHA256", "RSA_DECRYPT_OAEP_4096_SHA256", "RSA_DECRYPT_OAEP_4096_SHA512", + "RSA_DECRYPT_OAEP_2048_SHA1", + "RSA_DECRYPT_OAEP_3072_SHA1", + "RSA_DECRYPT_OAEP_4096_SHA1", "EC_SIGN_P256_SHA256", "EC_SIGN_P384_SHA384", "EC_SIGN_SECP256K1_SHA256", @@ -1825,6 +1834,9 @@ "RSAES-OAEP 3072 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA512 digest.", + "RSAES-OAEP 2048 bit key with a SHA1 digest.", + "RSAES-OAEP 3072 bit key with a SHA1 digest.", + "RSAES-OAEP 4096 bit key with a SHA1 digest.", "ECDSA on the NIST P-256 curve with a SHA256 digest.", "ECDSA on the NIST P-384 curve with a SHA384 digest.", "ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level.", @@ -2116,6 +2128,9 @@ "RSA_DECRYPT_OAEP_3072_SHA256", "RSA_DECRYPT_OAEP_4096_SHA256", "RSA_DECRYPT_OAEP_4096_SHA512", + "RSA_DECRYPT_OAEP_2048_SHA1", + "RSA_DECRYPT_OAEP_3072_SHA1", + "RSA_DECRYPT_OAEP_4096_SHA1", "EC_SIGN_P256_SHA256", "EC_SIGN_P384_SHA384", "EC_SIGN_SECP256K1_SHA256", @@ -2137,6 +2152,9 @@ "RSAES-OAEP 3072 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA512 digest.", + "RSAES-OAEP 2048 bit key with a SHA1 digest.", + "RSAES-OAEP 3072 bit key with a SHA1 digest.", + "RSAES-OAEP 4096 bit key with a SHA1 digest.", "ECDSA on the NIST P-256 curve with a SHA256 digest.", "ECDSA on the NIST P-384 curve with a SHA384 digest.", "ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level.", @@ -2644,6 +2662,9 @@ "RSA_DECRYPT_OAEP_3072_SHA256", "RSA_DECRYPT_OAEP_4096_SHA256", "RSA_DECRYPT_OAEP_4096_SHA512", + "RSA_DECRYPT_OAEP_2048_SHA1", + "RSA_DECRYPT_OAEP_3072_SHA1", + "RSA_DECRYPT_OAEP_4096_SHA1", "EC_SIGN_P256_SHA256", "EC_SIGN_P384_SHA384", "EC_SIGN_SECP256K1_SHA256", @@ -2665,6 +2686,9 @@ "RSAES-OAEP 3072 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA256 digest.", "RSAES-OAEP 4096 bit key with a SHA512 digest.", + "RSAES-OAEP 2048 bit key with a SHA1 digest.", + "RSAES-OAEP 3072 bit key with a SHA1 digest.", + "RSAES-OAEP 4096 bit key with a SHA1 digest.", "ECDSA on the NIST P-256 curve with a SHA256 digest.", "ECDSA on the NIST P-384 curve with a SHA384 digest.", "ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level.", diff --git a/discovery/doubleclickbidmanager-v1.1.json b/discovery/doubleclickbidmanager-v1.1.json index a3538ef1dd..69e77f4ee5 100644 --- a/discovery/doubleclickbidmanager-v1.1.json +++ b/discovery/doubleclickbidmanager-v1.1.json @@ -280,7 +280,7 @@ } } }, - "revision": "20210920", + "revision": "20211005", "rootUrl": "https://doubleclickbidmanager.googleapis.com/", "schemas": { "ChannelGrouping": { @@ -2065,7 +2065,8 @@ "METRIC_WIN_LOSS_LINEITEM_AVAILABLE_REQUESTS", "METRIC_WIN_LOSS_DEAL_TARGETED_IMPRESSIONS", "METRIC_WIN_LOSS_LINEITEM_TARGETED_IMPRESSIONS", - "METRIC_VERIFICATION_VIDEO_PLAYER_SIZE_MEASURABLE_IMPRESSIONS" + "METRIC_VERIFICATION_VIDEO_PLAYER_SIZE_MEASURABLE_IMPRESSIONS", + "METRIC_TRUEVIEW_ALL_AD_SEQUENCE_IMPRESSIONS" ], "enumDescriptions": [ "", @@ -2535,6 +2536,7 @@ "", "", "", + "", "" ], "type": "string" diff --git a/discovery/index.json b/discovery/index.json index 182cfccaa5..6558d65268 100644 --- a/discovery/index.json +++ b/discovery/index.json @@ -541,6 +541,21 @@ "documentationLink": "https://cloud.google.com", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "authorizedbuyersmarketplace:v1", + "name": "authorizedbuyersmarketplace", + "version": "v1", + "title": "Authorized Buyers Marketplace API", + "description": "The Authorized Buyers Marketplace API allows buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.", + "discoveryRestUrl": "https://authorizedbuyersmarketplace.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://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "baremetalsolution:v1", @@ -1306,6 +1321,21 @@ "documentationLink": "https://cloud.google.com/shell/docs/", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "cloudsupport:v2beta", + "name": "cloudsupport", + "version": "v2beta", + "title": "Google Cloud Support API", + "description": "Manages Google Cloud Platform Support account and tickets associated with them.", + "discoveryRestUrl": "https://cloudsupport.googleapis.com/$discovery/rest?version=v2beta", + "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/support/docs/apis", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "cloudtasks:v2beta2", @@ -1474,6 +1504,21 @@ "documentationLink": "https://developers.google.com/compute/docs/reference/latest/", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "connectors:v1", + "name": "connectors", + "version": "v1", + "title": "Connectors API", + "description": "", + "discoveryRestUrl": "https://connectors.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/apigee/docs/api-platform/connectors/about-connectors", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "contactcenterinsights:v1", @@ -2119,21 +2164,6 @@ "documentationLink": "https://developers.google.com/domains/rdap/", "preferred": true }, - { - "kind": "discovery#directoryItem", - "id": "doubleclickbidmanager:v1", - "name": "doubleclickbidmanager", - "version": "v1", - "title": "DoubleClick Bid Manager API", - "description": "DoubleClick Bid Manager API allows users to manage and create campaigns and reports.", - "discoveryRestUrl": "https://doubleclickbidmanager.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://developers.google.com/bid-manager/", - "preferred": false - }, { "kind": "discovery#directoryItem", "id": "doubleclickbidmanager:v1.1", @@ -5017,6 +5047,21 @@ "documentationLink": "https://developers.google.com/chrome/verified-access", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "versionhistory:v1", + "name": "versionhistory", + "version": "v1", + "title": "Version History API", + "description": "Version History API - Prod", + "discoveryRestUrl": "https://versionhistory.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://developers.chrome.com/versionhistory", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "videointelligence:v1p1beta1", @@ -5137,6 +5182,36 @@ "documentationLink": "https://cloud.google.com/vision/", "preferred": true }, + { + "kind": "discovery#directoryItem", + "id": "vmmigration:v1alpha1", + "name": "vmmigration", + "version": "v1alpha1", + "title": "VM Migration API", + "description": "Use the Migrate for Compute Engine API to programmatically migrate workloads.", + "discoveryRestUrl": "https://vmmigration.googleapis.com/$discovery/rest?version=v1alpha1", + "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/migrate/compute-engine", + "preferred": false + }, + { + "kind": "discovery#directoryItem", + "id": "vmmigration:v1", + "name": "vmmigration", + "version": "v1", + "title": "VM Migration API", + "description": "Use the Migrate for Compute Engine API to programmatically migrate workloads.", + "discoveryRestUrl": "https://vmmigration.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/migrate/compute-engine", + "preferred": true + }, { "kind": "discovery#directoryItem", "id": "webfonts:v1", diff --git a/discovery/searchconsole-v1.json b/discovery/searchconsole-v1.json index cb9166627e..d89df100c7 100644 --- a/discovery/searchconsole-v1.json +++ b/discovery/searchconsole-v1.json @@ -373,7 +373,7 @@ } } }, - "revision": "20210903", + "revision": "20211015", "rootUrl": "https://searchconsole.googleapis.com/", "schemas": { "ApiDataRow": { @@ -675,7 +675,7 @@ "", "", "", - "" + "News tab in search." ], "type": "string" }, diff --git a/src/apis/index.ts b/src/apis/index.ts index e0f67e5edd..63de802887 100644 --- a/src/apis/index.ts +++ b/src/apis/index.ts @@ -90,6 +90,10 @@ import { VERSIONS as assuredworkloadsVersions, assuredworkloads, } from './assuredworkloads'; +import { + VERSIONS as authorizedbuyersmarketplaceVersions, + authorizedbuyersmarketplace, +} from './authorizedbuyersmarketplace'; import { VERSIONS as baremetalsolutionVersions, baremetalsolution, @@ -174,6 +178,7 @@ import {VERSIONS as cloudtasksVersions, cloudtasks} from './cloudtasks'; import {VERSIONS as cloudtraceVersions, cloudtrace} from './cloudtrace'; import {VERSIONS as composerVersions, composer} from './composer'; import {VERSIONS as computeVersions, compute} from './compute'; +import {VERSIONS as connectorsVersions, connectors} from './connectors'; import { VERSIONS as contactcenterinsightsVersions, contactcenterinsights, @@ -523,11 +528,16 @@ import { VERSIONS as verifiedaccessVersions, verifiedaccess, } from './verifiedaccess'; +import { + VERSIONS as versionhistoryVersions, + versionhistory, +} from './versionhistory'; import { VERSIONS as videointelligenceVersions, videointelligence, } from './videointelligence'; import {VERSIONS as visionVersions, vision} from './vision'; +import {VERSIONS as vmmigrationVersions, vmmigration} from './vmmigration'; import {VERSIONS as webfontsVersions, webfonts} from './webfonts'; import {VERSIONS as webmastersVersions, webmasters} from './webmasters'; import {VERSIONS as webriskVersions, webrisk} from './webrisk'; @@ -583,6 +593,7 @@ export const APIS: APIList = { area120tables: area120tablesVersions, artifactregistry: artifactregistryVersions, assuredworkloads: assuredworkloadsVersions, + authorizedbuyersmarketplace: authorizedbuyersmarketplaceVersions, baremetalsolution: baremetalsolutionVersions, bigquery: bigqueryVersions, bigqueryconnection: bigqueryconnectionVersions, @@ -619,6 +630,7 @@ export const APIS: APIList = { cloudtrace: cloudtraceVersions, composer: composerVersions, compute: computeVersions, + connectors: connectorsVersions, contactcenterinsights: contactcenterinsightsVersions, container: containerVersions, containeranalysis: containeranalysisVersions, @@ -773,8 +785,10 @@ export const APIS: APIList = { vault: vaultVersions, vectortile: vectortileVersions, verifiedaccess: verifiedaccessVersions, + versionhistory: versionhistoryVersions, videointelligence: videointelligenceVersions, vision: visionVersions, + vmmigration: vmmigrationVersions, webfonts: webfontsVersions, webmasters: webmastersVersions, webrisk: webriskVersions, @@ -814,6 +828,7 @@ export class GeneratedAPIs { area120tables = area120tables; artifactregistry = artifactregistry; assuredworkloads = assuredworkloads; + authorizedbuyersmarketplace = authorizedbuyersmarketplace; baremetalsolution = baremetalsolution; bigquery = bigquery; bigqueryconnection = bigqueryconnection; @@ -850,6 +865,7 @@ export class GeneratedAPIs { cloudtrace = cloudtrace; composer = composer; compute = compute; + connectors = connectors; contactcenterinsights = contactcenterinsights; container = container; containeranalysis = containeranalysis; @@ -1004,8 +1020,10 @@ export class GeneratedAPIs { vault = vault; vectortile = vectortile; verifiedaccess = verifiedaccess; + versionhistory = versionhistory; videointelligence = videointelligence; vision = vision; + vmmigration = vmmigration; webfonts = webfonts; webmasters = webmasters; webrisk = webrisk; diff --git a/src/index.ts b/src/index.ts index 85059447d4..78c26716c3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -63,6 +63,7 @@ export {artifactregistry_v1beta1} from './apis/artifactregistry/v1beta1'; export {artifactregistry_v1beta2} from './apis/artifactregistry/v1beta2'; export {assuredworkloads_v1} from './apis/assuredworkloads/v1'; export {assuredworkloads_v1beta1} from './apis/assuredworkloads/v1beta1'; +export {authorizedbuyersmarketplace_v1} from './apis/authorizedbuyersmarketplace/v1'; export {baremetalsolution_v1} from './apis/baremetalsolution/v1'; export {bigquery_v2} from './apis/bigquery/v2'; export {bigqueryconnection_v1beta1} from './apis/bigqueryconnection/v1beta1'; @@ -128,6 +129,7 @@ export {composer_v1beta1} from './apis/composer/v1beta1'; export {compute_alpha} from './apis/compute/alpha'; export {compute_beta} from './apis/compute/beta'; export {compute_v1} from './apis/compute/v1'; +export {connectors_v1} from './apis/connectors/v1'; export {contactcenterinsights_v1} from './apis/contactcenterinsights/v1'; export {container_v1} from './apis/container/v1'; export {container_v1beta1} from './apis/container/v1beta1'; @@ -380,6 +382,7 @@ export {translate_v3beta1} from './apis/translate/v3beta1'; export {vault_v1} from './apis/vault/v1'; export {vectortile_v1} from './apis/vectortile/v1'; export {verifiedaccess_v1} from './apis/verifiedaccess/v1'; +export {versionhistory_v1} from './apis/versionhistory/v1'; export {videointelligence_v1} from './apis/videointelligence/v1'; export {videointelligence_v1beta2} from './apis/videointelligence/v1beta2'; export {videointelligence_v1p1beta1} from './apis/videointelligence/v1p1beta1'; @@ -388,6 +391,8 @@ export {videointelligence_v1p3beta1} from './apis/videointelligence/v1p3beta1'; export {vision_v1} from './apis/vision/v1'; export {vision_v1p1beta1} from './apis/vision/v1p1beta1'; export {vision_v1p2beta1} from './apis/vision/v1p2beta1'; +export {vmmigration_v1} from './apis/vmmigration/v1'; +export {vmmigration_v1alpha1} from './apis/vmmigration/v1alpha1'; export {webfonts_v1} from './apis/webfonts/v1'; export {webmasters_v3} from './apis/webmasters/v3'; export {webrisk_v1} from './apis/webrisk/v1';