From 9075289d5464bf9ccf410775deba6e3734c8fe28 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 7 May 2024 01:33:42 +0000 Subject: [PATCH] feat: regenerate index files --- discovery/accessapproval-v1.json | 4 +++- discovery/alloydb-v1beta.json | 5 ++++- discovery/dialogflow-v3.json | 8 +++++--- discovery/dialogflow-v3beta1.json | 8 +++++--- discovery/index.json | 15 --------------- discovery/networkmanagement-v1.json | 6 +++++- discovery/redis-v1.json | 5 ++++- discovery/redis-v1beta1.json | 5 ++++- discovery/workspaceevents-v1.json | 4 ++-- 9 files changed, 32 insertions(+), 28 deletions(-) diff --git a/discovery/accessapproval-v1.json b/discovery/accessapproval-v1.json index 17d8779fcfa..68af2936ee1 100644 --- a/discovery/accessapproval-v1.json +++ b/discovery/accessapproval-v1.json @@ -913,7 +913,7 @@ } } }, - "revision": "20240424", + "revision": "20240503", "rootUrl": "https://accessapproval.googleapis.com/", "schemas": { "AccessApprovalServiceAccount": { @@ -1257,6 +1257,7 @@ "EC_SIGN_P256_SHA256", "EC_SIGN_P384_SHA384", "EC_SIGN_SECP256K1_SHA256", + "EC_SIGN_ED25519", "HMAC_SHA256", "HMAC_SHA1", "HMAC_SHA384", @@ -1294,6 +1295,7 @@ "ECDSA on the NIST P-256 curve with a SHA256 digest. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms", "ECDSA on the NIST P-384 curve with a SHA384 digest. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms", "ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms", + "EdDSA on the Curve25519 in pure mode (taking data as input).", "HMAC-SHA256 signing with a 256 bit key.", "HMAC-SHA1 signing with a 160 bit key.", "HMAC-SHA384 signing with a 384 bit key.", diff --git a/discovery/alloydb-v1beta.json b/discovery/alloydb-v1beta.json index 49c4f58ba05..730efeb8160 100644 --- a/discovery/alloydb-v1beta.json +++ b/discovery/alloydb-v1beta.json @@ -1458,7 +1458,7 @@ } } }, - "revision": "20240417", + "revision": "20240424", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -4314,6 +4314,7 @@ "PRODUCT_TYPE_ON_PREM", "ON_PREM", "PRODUCT_TYPE_MEMORYSTORE", + "PRODUCT_TYPE_BIGTABLE", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -4326,6 +4327,7 @@ false, true, false, + false, false ], "enumDescriptions": [ @@ -4338,6 +4340,7 @@ "On premises database product.", "On premises database product.", "Memorystore product area in GCP", + "Bigtable product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/discovery/dialogflow-v3.json b/discovery/dialogflow-v3.json index 1a9900add73..183b83ca0e8 100644 --- a/discovery/dialogflow-v3.json +++ b/discovery/dialogflow-v3.json @@ -4453,7 +4453,7 @@ } } }, - "revision": "20240422", + "revision": "20240430", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -7853,7 +7853,8 @@ "PARAMETER_FILLING", "NO_MATCH", "NO_INPUT", - "EVENT" + "EVENT", + "LLM" ], "enumDescriptions": [ "Not specified. Should never be used.", @@ -7862,7 +7863,8 @@ "The query was used for parameter filling.", "No match was found for the query.", "Indicates an empty query.", - "The query directly triggered an event." + "The query directly triggered an event.", + "The query was handled by an LLM." ], "type": "string" }, diff --git a/discovery/dialogflow-v3beta1.json b/discovery/dialogflow-v3beta1.json index 5430d964aa0..0e91edaa522 100644 --- a/discovery/dialogflow-v3beta1.json +++ b/discovery/dialogflow-v3beta1.json @@ -4551,7 +4551,7 @@ } } }, - "revision": "20240422", + "revision": "20240430", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -10615,7 +10615,8 @@ "PARAMETER_FILLING", "NO_MATCH", "NO_INPUT", - "EVENT" + "EVENT", + "LLM" ], "enumDescriptions": [ "Not specified. Should never be used.", @@ -10624,7 +10625,8 @@ "The query was used for parameter filling.", "No match was found for the query.", "Indicates an empty query.", - "The query directly triggered an event." + "The query directly triggered an event.", + "The query was handled by an LLM." ], "type": "string" }, diff --git a/discovery/index.json b/discovery/index.json index a175e8c2598..94276185a18 100644 --- a/discovery/index.json +++ b/discovery/index.json @@ -2901,21 +2901,6 @@ "documentationLink": "https://cloud.google.com/essentialcontacts/docs/", "preferred": true }, - { - "kind": "discovery#directoryItem", - "id": "eventarc:v1beta1", - "name": "eventarc", - "version": "v1beta1", - "title": "Eventarc API", - "description": "Build event-driven applications on Google Cloud Platform.", - "discoveryRestUrl": "https://eventarc.googleapis.com/$discovery/rest?version=v1beta1", - "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/eventarc", - "preferred": false - }, { "kind": "discovery#directoryItem", "id": "eventarc:v1", diff --git a/discovery/networkmanagement-v1.json b/discovery/networkmanagement-v1.json index c02f82b7a68..a9f95e10fd4 100644 --- a/discovery/networkmanagement-v1.json +++ b/discovery/networkmanagement-v1.json @@ -591,7 +591,7 @@ } } }, - "revision": "20240417", + "revision": "20240424", "rootUrl": "https://networkmanagement.googleapis.com/", "schemas": { "AbortInfo": { @@ -1113,6 +1113,8 @@ "CLOUD_FUNCTION_NOT_ACTIVE", "VPC_CONNECTOR_NOT_SET", "VPC_CONNECTOR_NOT_RUNNING", + "VPC_CONNECTOR_SERVERLESS_TRAFFIC_BLOCKED", + "VPC_CONNECTOR_HEALTH_CHECK_TRAFFIC_BLOCKED", "FORWARDING_RULE_REGION_MISMATCH", "PSC_CONNECTION_NOT_ACCEPTED", "PSC_ENDPOINT_ACCESSED_FROM_PEERED_NETWORK", @@ -1175,6 +1177,8 @@ "Packet could be dropped because the Cloud Function is not in an active status.", "Packet could be dropped because no VPC connector is set.", "Packet could be dropped because the VPC connector is not in a running state.", + "Packet could be dropped because the traffic from the serverless service to the VPC connector is not allowed.", + "Packet could be dropped because the health check traffic to the VPC connector is not allowed.", "Packet could be dropped because it was sent from a different region to a regional forwarding without global access.", "The Private Service Connect endpoint is in a project that is not approved to connect to the service.", "The packet is sent to the Private Service Connect endpoint over the peering, but [it's not supported](https://cloud.google.com/vpc/docs/configure-private-service-connect-services#on-premises).", diff --git a/discovery/redis-v1.json b/discovery/redis-v1.json index 1af941fa128..50f7ecde6f1 100644 --- a/discovery/redis-v1.json +++ b/discovery/redis-v1.json @@ -821,7 +821,7 @@ } } }, - "revision": "20240418", + "revision": "20240425", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -2950,6 +2950,7 @@ "PRODUCT_TYPE_ON_PREM", "ON_PREM", "PRODUCT_TYPE_MEMORYSTORE", + "PRODUCT_TYPE_BIGTABLE", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -2962,6 +2963,7 @@ false, true, false, + false, false ], "enumDescriptions": [ @@ -2974,6 +2976,7 @@ "On premises database product.", "On premises database product.", "Memorystore product area in GCP", + "Bigtable product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/discovery/redis-v1beta1.json b/discovery/redis-v1beta1.json index 96544915aa9..3133d8893b6 100644 --- a/discovery/redis-v1beta1.json +++ b/discovery/redis-v1beta1.json @@ -821,7 +821,7 @@ } } }, - "revision": "20240418", + "revision": "20240425", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -2957,6 +2957,7 @@ "PRODUCT_TYPE_ON_PREM", "ON_PREM", "PRODUCT_TYPE_MEMORYSTORE", + "PRODUCT_TYPE_BIGTABLE", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -2969,6 +2970,7 @@ false, true, false, + false, false ], "enumDescriptions": [ @@ -2981,6 +2983,7 @@ "On premises database product.", "On premises database product.", "Memorystore product area in GCP", + "Bigtable product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/discovery/workspaceevents-v1.json b/discovery/workspaceevents-v1.json index 8e9c33e2f12..a68fb91ffa2 100644 --- a/discovery/workspaceevents-v1.json +++ b/discovery/workspaceevents-v1.json @@ -6,7 +6,7 @@ "description": "Private Service: https://www.googleapis.com/auth/chat.bot" }, "https://www.googleapis.com/auth/chat.memberships": { - "description": "View, add, and remove members from conversations in Google Chat" + "description": "View, add, update, and remove members from conversations in Google Chat" }, "https://www.googleapis.com/auth/chat.memberships.readonly": { "description": "View members in Google Chat conversations." @@ -424,7 +424,7 @@ } } }, - "revision": "20240428", + "revision": "20240430", "rootUrl": "https://workspaceevents.googleapis.com/", "schemas": { "ListSubscriptionsResponse": {