Skip to content

Commit 3d45dcd

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.DeliverInfo.properties.pscGoogleApiTarget.type (Total Keys: 1) - schemas.DeliverInfo.properties.storageBucket.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.loadBalancerName.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.pscGoogleApiTarget.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.pscServiceAttachmentUri.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.region.type (Total Keys: 1) - schemas.ServerlessNegInfo (Total Keys: 3) - schemas.Step.properties.serverlessNeg.$ref (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.DeliverInfo.properties.pscGoogleApiTarget.type (Total Keys: 1) - schemas.DeliverInfo.properties.storageBucket.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.loadBalancerName.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.pscGoogleApiTarget.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.pscServiceAttachmentUri.type (Total Keys: 1) - schemas.ForwardingRuleInfo.properties.region.type (Total Keys: 1) - schemas.ServerlessNegInfo (Total Keys: 3) - schemas.Step.properties.serverlessNeg.$ref (Total Keys: 1)
1 parent fde8627 commit 3d45dcd

File tree

4 files changed

+226
-62
lines changed

4 files changed

+226
-62
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

Lines changed: 56 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ <h3>Method Details</h3>
255255
},
256256
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
257257
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
258+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target the packet is delivered to (if applicable).
258259
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
260+
&quot;storageBucket&quot;: &quot;A String&quot;, # Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
259261
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
260262
},
261263
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
@@ -298,12 +300,16 @@ <h3>Method Details</h3>
298300
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
299301
},
300302
&quot;forwardingRule&quot;: { # For display only. Metadata associated with a Compute Engine forwarding rule. # Display information of a Compute Engine forwarding rule.
301-
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine forwarding rule.
302-
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the test.
303-
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the test.
304-
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI. Only valid for Internal Load Balancer.
303+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the forwarding rule.
304+
&quot;loadBalancerName&quot;: &quot;A String&quot;, # Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).
305+
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the packet.
306+
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the packet.
307+
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI.
308+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target this forwarding rule targets (if applicable).
309+
&quot;pscServiceAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC service attachment this forwarding rule targets (if applicable).
310+
&quot;region&quot;: &quot;A String&quot;, # Region of the forwarding rule. Set only for regional forwarding rules.
305311
&quot;target&quot;: &quot;A String&quot;, # Target type of the forwarding rule.
306-
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
312+
&quot;uri&quot;: &quot;A String&quot;, # URI of the forwarding rule.
307313
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
308314
},
309315
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
@@ -419,6 +425,9 @@ <h3>Method Details</h3>
419425
],
420426
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
421427
},
428+
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
429+
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
430+
},
422431
&quot;state&quot;: &quot;A String&quot;, # Each step is in one of the pre-defined states.
423432
&quot;storageBucket&quot;: { # For display only. Metadata associated with Storage Bucket. # Display information of a Storage Bucket. Used only for return traces.
424433
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
@@ -694,7 +703,9 @@ <h3>Method Details</h3>
694703
},
695704
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
696705
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
706+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target the packet is delivered to (if applicable).
697707
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
708+
&quot;storageBucket&quot;: &quot;A String&quot;, # Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
698709
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
699710
},
700711
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
@@ -737,12 +748,16 @@ <h3>Method Details</h3>
737748
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
738749
},
739750
&quot;forwardingRule&quot;: { # For display only. Metadata associated with a Compute Engine forwarding rule. # Display information of a Compute Engine forwarding rule.
740-
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine forwarding rule.
741-
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the test.
742-
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the test.
743-
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI. Only valid for Internal Load Balancer.
751+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the forwarding rule.
752+
&quot;loadBalancerName&quot;: &quot;A String&quot;, # Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).
753+
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the packet.
754+
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the packet.
755+
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI.
756+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target this forwarding rule targets (if applicable).
757+
&quot;pscServiceAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC service attachment this forwarding rule targets (if applicable).
758+
&quot;region&quot;: &quot;A String&quot;, # Region of the forwarding rule. Set only for regional forwarding rules.
744759
&quot;target&quot;: &quot;A String&quot;, # Target type of the forwarding rule.
745-
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
760+
&quot;uri&quot;: &quot;A String&quot;, # URI of the forwarding rule.
746761
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
747762
},
748763
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
@@ -858,6 +873,9 @@ <h3>Method Details</h3>
858873
],
859874
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
860875
},
876+
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
877+
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
878+
},
861879
&quot;state&quot;: &quot;A String&quot;, # Each step is in one of the pre-defined states.
862880
&quot;storageBucket&quot;: { # For display only. Metadata associated with Storage Bucket. # Display information of a Storage Bucket. Used only for return traces.
863881
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
@@ -1124,7 +1142,9 @@ <h3>Method Details</h3>
11241142
},
11251143
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
11261144
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
1145+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target the packet is delivered to (if applicable).
11271146
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
1147+
&quot;storageBucket&quot;: &quot;A String&quot;, # Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
11281148
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
11291149
},
11301150
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
@@ -1167,12 +1187,16 @@ <h3>Method Details</h3>
11671187
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
11681188
},
11691189
&quot;forwardingRule&quot;: { # For display only. Metadata associated with a Compute Engine forwarding rule. # Display information of a Compute Engine forwarding rule.
1170-
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine forwarding rule.
1171-
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the test.
1172-
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the test.
1173-
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI. Only valid for Internal Load Balancer.
1190+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the forwarding rule.
1191+
&quot;loadBalancerName&quot;: &quot;A String&quot;, # Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).
1192+
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the packet.
1193+
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the packet.
1194+
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI.
1195+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target this forwarding rule targets (if applicable).
1196+
&quot;pscServiceAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC service attachment this forwarding rule targets (if applicable).
1197+
&quot;region&quot;: &quot;A String&quot;, # Region of the forwarding rule. Set only for regional forwarding rules.
11741198
&quot;target&quot;: &quot;A String&quot;, # Target type of the forwarding rule.
1175-
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
1199+
&quot;uri&quot;: &quot;A String&quot;, # URI of the forwarding rule.
11761200
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
11771201
},
11781202
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
@@ -1288,6 +1312,9 @@ <h3>Method Details</h3>
12881312
],
12891313
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
12901314
},
1315+
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
1316+
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
1317+
},
12911318
&quot;state&quot;: &quot;A String&quot;, # Each step is in one of the pre-defined states.
12921319
&quot;storageBucket&quot;: { # For display only. Metadata associated with Storage Bucket. # Display information of a Storage Bucket. Used only for return traces.
12931320
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.
@@ -1513,7 +1540,9 @@ <h3>Method Details</h3>
15131540
},
15141541
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
15151542
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
1543+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target the packet is delivered to (if applicable).
15161544
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
1545+
&quot;storageBucket&quot;: &quot;A String&quot;, # Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
15171546
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
15181547
},
15191548
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
@@ -1556,12 +1585,16 @@ <h3>Method Details</h3>
15561585
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
15571586
},
15581587
&quot;forwardingRule&quot;: { # For display only. Metadata associated with a Compute Engine forwarding rule. # Display information of a Compute Engine forwarding rule.
1559-
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine forwarding rule.
1560-
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the test.
1561-
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the test.
1562-
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI. Only valid for Internal Load Balancer.
1588+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the forwarding rule.
1589+
&quot;loadBalancerName&quot;: &quot;A String&quot;, # Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).
1590+
&quot;matchedPortRange&quot;: &quot;A String&quot;, # Port range defined in the forwarding rule that matches the packet.
1591+
&quot;matchedProtocol&quot;: &quot;A String&quot;, # Protocol defined in the forwarding rule that matches the packet.
1592+
&quot;networkUri&quot;: &quot;A String&quot;, # Network URI.
1593+
&quot;pscGoogleApiTarget&quot;: &quot;A String&quot;, # PSC Google API target this forwarding rule targets (if applicable).
1594+
&quot;pscServiceAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC service attachment this forwarding rule targets (if applicable).
1595+
&quot;region&quot;: &quot;A String&quot;, # Region of the forwarding rule. Set only for regional forwarding rules.
15631596
&quot;target&quot;: &quot;A String&quot;, # Target type of the forwarding rule.
1564-
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
1597+
&quot;uri&quot;: &quot;A String&quot;, # URI of the forwarding rule.
15651598
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
15661599
},
15671600
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
@@ -1677,6 +1710,9 @@ <h3>Method Details</h3>
16771710
],
16781711
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
16791712
},
1713+
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
1714+
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
1715+
},
16801716
&quot;state&quot;: &quot;A String&quot;, # Each step is in one of the pre-defined states.
16811717
&quot;storageBucket&quot;: { # For display only. Metadata associated with Storage Bucket. # Display information of a Storage Bucket. Used only for return traces.
16821718
&quot;bucket&quot;: &quot;A String&quot;, # Cloud Storage Bucket name.

0 commit comments

Comments
 (0)