|
591 | 591 | }
|
592 | 592 | }
|
593 | 593 | },
|
594 |
| - "revision": "20240515", |
| 594 | + "revision": "20240612", |
595 | 595 | "rootUrl": "https://networkmanagement.googleapis.com/",
|
596 | 596 | "schemas": {
|
597 | 597 | "AbortInfo": {
|
|
893 | 893 | "description": "Location in which this revision is deployed.",
|
894 | 894 | "type": "string"
|
895 | 895 | },
|
| 896 | + "serviceName": { |
| 897 | + "deprecated": true, |
| 898 | + "description": "ID of Cloud Run Service this revision belongs to. Was never set, is not exported to v1 proto and public protos. Do not export to v1beta1 public proto.", |
| 899 | + "type": "string" |
| 900 | + }, |
896 | 901 | "serviceUri": {
|
897 | 902 | "description": "URI of Cloud Run service this revision belongs to.",
|
898 | 903 | "type": "string"
|
|
1120 | 1125 | "CLOUD_SQL_INSTANCE_NOT_CONFIGURED_FOR_EXTERNAL_TRAFFIC",
|
1121 | 1126 | "PUBLIC_CLOUD_SQL_INSTANCE_TO_PRIVATE_DESTINATION",
|
1122 | 1127 | "CLOUD_SQL_INSTANCE_NO_ROUTE",
|
| 1128 | + "CLOUD_SQL_CONNECTOR_REQUIRED", |
1123 | 1129 | "CLOUD_FUNCTION_NOT_ACTIVE",
|
1124 | 1130 | "VPC_CONNECTOR_NOT_SET",
|
1125 | 1131 | "VPC_CONNECTOR_NOT_RUNNING",
|
|
1132 | 1138 | "PSC_NEG_PRODUCER_FORWARDING_RULE_MULTIPLE_PORTS",
|
1133 | 1139 | "CLOUD_SQL_PSC_NEG_UNSUPPORTED",
|
1134 | 1140 | "NO_NAT_SUBNETS_FOR_PSC_SERVICE_ATTACHMENT",
|
| 1141 | + "PSC_TRANSITIVITY_NOT_PROPAGATED", |
1135 | 1142 | "HYBRID_NEG_NON_DYNAMIC_ROUTE_MATCHED",
|
1136 | 1143 | "HYBRID_NEG_NON_LOCAL_DYNAMIC_ROUTE_MATCHED",
|
1137 | 1144 | "CLOUD_RUN_REVISION_NOT_READY",
|
|
1185 | 1192 | "Packet sent from a Cloud SQL instance to an external IP address is not allowed. The Cloud SQL instance is not configured to send packets to external IP addresses.",
|
1186 | 1193 | "Packet sent from a Cloud SQL instance with only a public IP address to a private IP address.",
|
1187 | 1194 | "Packet was dropped because there is no route from a Cloud SQL instance to a destination network.",
|
| 1195 | + "Packet was dropped because the Cloud SQL instance requires all connections to use Cloud SQL connectors and to target the Cloud SQL proxy port (3307).", |
1188 | 1196 | "Packet could be dropped because the Cloud Function is not in an active status.",
|
1189 | 1197 | "Packet could be dropped because no VPC connector is set.",
|
1190 | 1198 | "Packet could be dropped because the VPC connector is not in a running state.",
|
|
1197 | 1205 | "The packet is sent to the Private Service Connect backend (network endpoint group), but the producer PSC forwarding rule has multiple ports specified.",
|
1198 | 1206 | "The packet is sent to the Private Service Connect backend (network endpoint group) targeting a Cloud SQL service attachment, but this configuration is not supported.",
|
1199 | 1207 | "No NAT subnets are defined for the PSC service attachment.",
|
| 1208 | + "PSC endpoint is accessed via NCC, but PSC transitivity configuration is not yet propagated.", |
1200 | 1209 | "The packet sent from the hybrid NEG proxy matches a non-dynamic route, but such a configuration is not supported.",
|
1201 | 1210 | "The packet sent from the hybrid NEG proxy matches a dynamic route with a next hop in a different region, but such a configuration is not supported.",
|
1202 | 1211 | "Packet sent from a Cloud Run revision that is not ready.",
|
|
0 commit comments