Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 7, 2024
1 parent 9c7f1f2 commit 74b333b
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 41 deletions.
4 changes: 3 additions & 1 deletion discovery/accessapproval-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20240424",
"revision": "20240503",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down
5 changes: 4 additions & 1 deletion discovery/alloydb-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4314,6 +4314,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4326,6 +4327,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -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"
Expand Down
8 changes: 5 additions & 3 deletions discovery/blockchainnodeengine-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
}
}
},
"revision": "20240425",
"revision": "20240504",
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
"schemas": {
"BlockchainNode": {
Expand Down Expand Up @@ -547,7 +547,8 @@
"ERROR",
"UPDATING",
"REPAIRING",
"RECONCILING"
"RECONCILING",
"SYNCING"
],
"enumDescriptions": [
"The state has not been specified.",
Expand All @@ -557,7 +558,8 @@
"The node is in an unexpected or errored state.",
"The node is currently being updated.",
"The node is currently being repaired.",
"The node is currently being reconciled."
"The node is currently being reconciled.",
"The node is syncing, which is the process by which it obtains the latest block and current global state."
],
"readOnly": true,
"type": "string"
Expand Down
4 changes: 3 additions & 1 deletion discovery/datamigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@
}
}
},
"revision": "20240421",
"revision": "20240430",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -2530,6 +2530,7 @@
"MYSQL_8_0_33",
"MYSQL_8_0_34",
"MYSQL_8_0_35",
"MYSQL_8_0_36",
"POSTGRES_9_6",
"POSTGRES_11",
"POSTGRES_10",
Expand All @@ -2553,6 +2554,7 @@
"The database major version is MySQL 8.0 and the minor version is 33.",
"The database major version is MySQL 8.0 and the minor version is 34.",
"The database major version is MySQL 8.0 and the minor version is 35.",
"The database major version is MySQL 8.0 and the minor version is 36.",
"PostgreSQL 9.6.",
"PostgreSQL 11.",
"PostgreSQL 10.",
Expand Down
8 changes: 5 additions & 3 deletions discovery/dialogflow-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4453,7 +4453,7 @@
}
}
},
"revision": "20240422",
"revision": "20240430",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -7853,7 +7853,8 @@
"PARAMETER_FILLING",
"NO_MATCH",
"NO_INPUT",
"EVENT"
"EVENT",
"LLM"
],
"enumDescriptions": [
"Not specified. Should never be used.",
Expand All @@ -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"
},
Expand Down
8 changes: 5 additions & 3 deletions discovery/dialogflow-v3beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4551,7 +4551,7 @@
}
}
},
"revision": "20240422",
"revision": "20240430",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -10615,7 +10615,8 @@
"PARAMETER_FILLING",
"NO_MATCH",
"NO_INPUT",
"EVENT"
"EVENT",
"LLM"
],
"enumDescriptions": [
"Not specified. Should never be used.",
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/healthcare-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4554,7 +4554,7 @@
}
}
},
"revision": "20240427",
"revision": "20240429",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"ActivateConsentRequest": {
Expand Down Expand Up @@ -7190,8 +7190,8 @@
],
"enumDescriptions": [
"No schema type specified. This type is unsupported.",
"Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md. BigQuery only allows a maximum of 10,000 columns per table. Due to this limitation, the server will not generate schemas for fields of type `Resource`, which can hold any resource type. The affected fields are `Parameters.parameter.resource`, `Bundle.entry.resource`, and `Bundle.entry.response.outcome`. Analytics schema does not gracefully handle extensions with one or more occurrences, anaytics schema also does not handle contained resource.",
"Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON. Analytics V2 uses more space in the destination table than Analytics V1. It is generally recommended to use Analytics V2 over Analytics."
"Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md. BigQuery only allows a maximum of 10,000 columns per table. Due to this limitation, the server will not generate schemas for fields of type `Resource`, which can hold any resource type. The affected fields are `Parameters.parameter.resource`, `Bundle.entry.resource`, and `Bundle.entry.response.outcome`. Analytics schema does not gracefully handle extensions with one or more occurrences, anaytics schema also does not handle contained resource. Additionally, extensions with a URL ending in \"/{existing_resource_field_name}\" may cause undefined behavior.",
"Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON. Extensions with a URL ending in \"/{existing_resource_field_name}\" will cause conflict and prevent the resource from being sent to BigQuery. Analytics V2 uses more space in the destination table than Analytics V1. It is generally recommended to use Analytics V2 over Analytics."
],
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions discovery/healthcare-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5614,7 +5614,7 @@
}
}
},
"revision": "20240427",
"revision": "20240429",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"AccessDeterminationLogConfig": {
Expand Down Expand Up @@ -9466,8 +9466,8 @@
"enumDescriptions": [
"No schema type specified. This type is unsupported.",
"A data-driven schema generated from the fields present in the FHIR data being exported, with no additional simplification. This type cannot be used for streaming to BigQuery.",
"Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md. BigQuery only allows a maximum of 10,000 columns per table. Due to this limitation, the server will not generate schemas for fields of type `Resource`, which can hold any resource type. The affected fields are `Parameters.parameter.resource`, `Bundle.entry.resource`, and `Bundle.entry.response.outcome`. Analytics schema does not gracefully handle extensions with one or more occurrences, anaytics schema also does not handle contained resource.",
"Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON. Analytics V2 uses more space in the destination table than Analytics V1. It is generally recommended to use Analytics V2 over Analytics."
"Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md. BigQuery only allows a maximum of 10,000 columns per table. Due to this limitation, the server will not generate schemas for fields of type `Resource`, which can hold any resource type. The affected fields are `Parameters.parameter.resource`, `Bundle.entry.resource`, and `Bundle.entry.response.outcome`. Analytics schema does not gracefully handle extensions with one or more occurrences, anaytics schema also does not handle contained resource. Additionally, extensions with a URL ending in \"/{existing_resource_field_name}\" may cause undefined behavior.",
"Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON. Extensions with a URL ending in \"/{existing_resource_field_name}\" will cause conflict and prevent the resource from being sent to BigQuery. Analytics V2 uses more space in the destination table than Analytics V1. It is generally recommended to use Analytics V2 over Analytics."
],
"type": "string"
}
Expand Down
15 changes: 0 additions & 15 deletions discovery/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion discovery/networkmanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://networkmanagement.googleapis.com/",
"schemas": {
"AbortInfo": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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).",
Expand Down
8 changes: 5 additions & 3 deletions discovery/pubsub-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@
}
}
},
"revision": "20240416",
"revision": "20240430",
"rootUrl": "https://pubsub.googleapis.com/",
"schemas": {
"AcknowledgeRequest": {
Expand Down Expand Up @@ -1774,14 +1774,16 @@
"ACTIVE",
"PERMISSION_DENIED",
"NOT_FOUND",
"IN_TRANSIT_LOCATION_RESTRICTION"
"IN_TRANSIT_LOCATION_RESTRICTION",
"SCHEMA_MISMATCH"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The subscription can actively send messages to Cloud Storage.",
"Cannot write to the Cloud Storage bucket because of permission denied errors.",
"Cannot write to the Cloud Storage bucket because it does not exist.",
"Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions."
"Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions.",
"Cannot write to the Cloud Storage bucket due to an incompatibility between the topic schema and subscription settings."
],
"readOnly": true,
"type": "string"
Expand Down
5 changes: 4 additions & 1 deletion discovery/redis-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20240418",
"revision": "20240425",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AOFConfig": {
Expand Down Expand Up @@ -2950,6 +2950,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -2962,6 +2963,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion discovery/redis-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20240418",
"revision": "20240425",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AOFConfig": {
Expand Down Expand Up @@ -2957,6 +2957,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -2969,6 +2970,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions discovery/workspaceevents-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -424,7 +424,7 @@
}
}
},
"revision": "20240428",
"revision": "20240430",
"rootUrl": "https://workspaceevents.googleapis.com/",
"schemas": {
"ListSubscriptionsResponse": {
Expand Down

0 comments on commit 74b333b

Please sign in to comment.