File tree Expand file tree Collapse file tree
google/cloud/networkmanagement/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -656,6 +656,18 @@ message DeliverInfo {
656656
657657 // Target is a Cloud SQL instance.
658658 CLOUD_SQL_INSTANCE = 5 ;
659+
660+ // Target is a published service using [Private Service
661+ // Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
662+ PSC_PUBLISHED_SERVICE = 6 ;
663+
664+ // Target is all Google APIs using [Private Service
665+ // Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
666+ PSC_GOOGLE_API = 7 ;
667+
668+ // Target is VPC-SC using [Private Service
669+ // Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
670+ PSC_VPC_SC = 8 ;
659671 }
660672
661673 // Target type where the packet is delivered to.
@@ -885,6 +897,13 @@ message DropInfo {
885897 // Packet could be dropped because the VPC connector is not in a running
886898 // state.
887899 VPC_CONNECTOR_NOT_RUNNING = 24 ;
900+
901+ // Packet could be dropped because it was sent from a different region
902+ // to a regional forwarding without global access.
903+ FORWARDING_RULE_REGION_MISMATCH = 25 ;
904+
905+ // Privte Service Connect (PSC) connection is not in accepted state.
906+ PSC_CONNECTION_NOT_ACCEPTED = 26 ;
888907 }
889908
890909 // Cause that the packet is dropped.
You can’t perform that action at this time.
0 commit comments