You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html
+96
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,15 @@ <h3>Method Details</h3>
126
126
"createTime": "A String", # Output only. The time the test was created.
127
127
"description": "A String", # The user-supplied description of the Connectivity Test. Maximum of 512 characters.
128
128
"destination": { # Source or destination of the Connectivity Test. # Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test.
129
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
130
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
131
+
},
129
132
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
130
133
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
131
134
},
135
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
136
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
137
+
},
132
138
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
133
139
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
134
140
"instance": "A String", # A Compute Engine instance URI.
@@ -175,13 +181,25 @@ <h3>Method Details</h3>
175
181
],
176
182
"resourceUri": "A String", # URI of the resource that caused the abort.
177
183
},
184
+
"appEngineVersion": { # For display only. Metadata associated with an App Engine version. # Display information of an App Engine service version.
185
+
"displayName": "A String", # Name of an App Engine version.
186
+
"environment": "A String", # App Engine execution environment for a version.
187
+
"runtime": "A String", # Runtime of the App Engine version.
188
+
"uri": "A String", # URI of an App Engine version.
189
+
},
178
190
"causesDrop": True or False, # This is a step that leads to the final state Drop.
179
191
"cloudFunction": { # For display only. Metadata associated with a Cloud Function. # Display information of a Cloud Function.
180
192
"displayName": "A String", # Name of a Cloud Function.
181
193
"location": "A String", # Location in which the Cloud Function is deployed.
182
194
"uri": "A String", # URI of a Cloud Function.
183
195
"versionId": "A String", # Latest successfully deployed version id of the Cloud Function.
184
196
},
197
+
"cloudRunRevision": { # For display only. Metadata associated with a Cloud Run revision. # Display information of a Cloud Run revision.
198
+
"displayName": "A String", # Name of a Cloud Run revision.
199
+
"location": "A String", # Location in which this revision is deployed.
200
+
"serviceUri": "A String", # URI of Cloud Run service this revision belongs to.
201
+
"uri": "A String", # URI of a Cloud Run revision.
202
+
},
185
203
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display information of a Cloud SQL instance.
186
204
"displayName": "A String", # Name of a Cloud SQL instance.
187
205
"externalIp": "A String", # External IP address of a Cloud SQL instance.
@@ -338,9 +356,15 @@ <h3>Method Details</h3>
338
356
"A String",
339
357
],
340
358
"source": { # Source or destination of the Connectivity Test. # Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test.
359
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
360
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
361
+
},
341
362
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
342
363
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
343
364
},
365
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
366
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
367
+
},
344
368
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
345
369
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
346
370
"instance": "A String", # A Compute Engine instance URI.
@@ -436,9 +460,15 @@ <h3>Method Details</h3>
436
460
"createTime": "A String", # Output only. The time the test was created.
437
461
"description": "A String", # The user-supplied description of the Connectivity Test. Maximum of 512 characters.
438
462
"destination": { # Source or destination of the Connectivity Test. # Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test.
463
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
464
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
465
+
},
439
466
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
440
467
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
441
468
},
469
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
470
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
471
+
},
442
472
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
443
473
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
444
474
"instance": "A String", # A Compute Engine instance URI.
@@ -485,13 +515,25 @@ <h3>Method Details</h3>
485
515
],
486
516
"resourceUri": "A String", # URI of the resource that caused the abort.
487
517
},
518
+
"appEngineVersion": { # For display only. Metadata associated with an App Engine version. # Display information of an App Engine service version.
519
+
"displayName": "A String", # Name of an App Engine version.
520
+
"environment": "A String", # App Engine execution environment for a version.
521
+
"runtime": "A String", # Runtime of the App Engine version.
522
+
"uri": "A String", # URI of an App Engine version.
523
+
},
488
524
"causesDrop": True or False, # This is a step that leads to the final state Drop.
489
525
"cloudFunction": { # For display only. Metadata associated with a Cloud Function. # Display information of a Cloud Function.
490
526
"displayName": "A String", # Name of a Cloud Function.
491
527
"location": "A String", # Location in which the Cloud Function is deployed.
492
528
"uri": "A String", # URI of a Cloud Function.
493
529
"versionId": "A String", # Latest successfully deployed version id of the Cloud Function.
494
530
},
531
+
"cloudRunRevision": { # For display only. Metadata associated with a Cloud Run revision. # Display information of a Cloud Run revision.
532
+
"displayName": "A String", # Name of a Cloud Run revision.
533
+
"location": "A String", # Location in which this revision is deployed.
534
+
"serviceUri": "A String", # URI of Cloud Run service this revision belongs to.
535
+
"uri": "A String", # URI of a Cloud Run revision.
536
+
},
495
537
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display information of a Cloud SQL instance.
496
538
"displayName": "A String", # Name of a Cloud SQL instance.
497
539
"externalIp": "A String", # External IP address of a Cloud SQL instance.
@@ -648,9 +690,15 @@ <h3>Method Details</h3>
648
690
"A String",
649
691
],
650
692
"source": { # Source or destination of the Connectivity Test. # Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test.
693
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
694
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
695
+
},
651
696
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
652
697
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
653
698
},
699
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
700
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
701
+
},
654
702
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
655
703
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
656
704
"instance": "A String", # A Compute Engine instance URI.
@@ -737,9 +785,15 @@ <h3>Method Details</h3>
737
785
"createTime": "A String", # Output only. The time the test was created.
738
786
"description": "A String", # The user-supplied description of the Connectivity Test. Maximum of 512 characters.
739
787
"destination": { # Source or destination of the Connectivity Test. # Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test.
788
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
789
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
790
+
},
740
791
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
741
792
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
742
793
},
794
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
795
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
796
+
},
743
797
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
744
798
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
745
799
"instance": "A String", # A Compute Engine instance URI.
@@ -786,13 +840,25 @@ <h3>Method Details</h3>
786
840
],
787
841
"resourceUri": "A String", # URI of the resource that caused the abort.
788
842
},
843
+
"appEngineVersion": { # For display only. Metadata associated with an App Engine version. # Display information of an App Engine service version.
844
+
"displayName": "A String", # Name of an App Engine version.
845
+
"environment": "A String", # App Engine execution environment for a version.
846
+
"runtime": "A String", # Runtime of the App Engine version.
847
+
"uri": "A String", # URI of an App Engine version.
848
+
},
789
849
"causesDrop": True or False, # This is a step that leads to the final state Drop.
790
850
"cloudFunction": { # For display only. Metadata associated with a Cloud Function. # Display information of a Cloud Function.
791
851
"displayName": "A String", # Name of a Cloud Function.
792
852
"location": "A String", # Location in which the Cloud Function is deployed.
793
853
"uri": "A String", # URI of a Cloud Function.
794
854
"versionId": "A String", # Latest successfully deployed version id of the Cloud Function.
795
855
},
856
+
"cloudRunRevision": { # For display only. Metadata associated with a Cloud Run revision. # Display information of a Cloud Run revision.
857
+
"displayName": "A String", # Name of a Cloud Run revision.
858
+
"location": "A String", # Location in which this revision is deployed.
859
+
"serviceUri": "A String", # URI of Cloud Run service this revision belongs to.
860
+
"uri": "A String", # URI of a Cloud Run revision.
861
+
},
796
862
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display information of a Cloud SQL instance.
797
863
"displayName": "A String", # Name of a Cloud SQL instance.
798
864
"externalIp": "A String", # External IP address of a Cloud SQL instance.
@@ -949,9 +1015,15 @@ <h3>Method Details</h3>
949
1015
"A String",
950
1016
],
951
1017
"source": { # Source or destination of the Connectivity Test. # Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test.
1018
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
1019
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
1020
+
},
952
1021
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
953
1022
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
954
1023
},
1024
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
1025
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
1026
+
},
955
1027
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
956
1028
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
957
1029
"instance": "A String", # A Compute Engine instance URI.
@@ -997,9 +1069,15 @@ <h3>Method Details</h3>
997
1069
"createTime": "A String", # Output only. The time the test was created.
998
1070
"description": "A String", # The user-supplied description of the Connectivity Test. Maximum of 512 characters.
999
1071
"destination": { # Source or destination of the Connectivity Test. # Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test.
1072
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
1073
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
1074
+
},
1000
1075
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
1001
1076
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
1002
1077
},
1078
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
1079
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
1080
+
},
1003
1081
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
1004
1082
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1005
1083
"instance": "A String", # A Compute Engine instance URI.
@@ -1046,13 +1124,25 @@ <h3>Method Details</h3>
1046
1124
],
1047
1125
"resourceUri": "A String", # URI of the resource that caused the abort.
1048
1126
},
1127
+
"appEngineVersion": { # For display only. Metadata associated with an App Engine version. # Display information of an App Engine service version.
1128
+
"displayName": "A String", # Name of an App Engine version.
1129
+
"environment": "A String", # App Engine execution environment for a version.
1130
+
"runtime": "A String", # Runtime of the App Engine version.
1131
+
"uri": "A String", # URI of an App Engine version.
1132
+
},
1049
1133
"causesDrop": True or False, # This is a step that leads to the final state Drop.
1050
1134
"cloudFunction": { # For display only. Metadata associated with a Cloud Function. # Display information of a Cloud Function.
1051
1135
"displayName": "A String", # Name of a Cloud Function.
1052
1136
"location": "A String", # Location in which the Cloud Function is deployed.
1053
1137
"uri": "A String", # URI of a Cloud Function.
1054
1138
"versionId": "A String", # Latest successfully deployed version id of the Cloud Function.
1055
1139
},
1140
+
"cloudRunRevision": { # For display only. Metadata associated with a Cloud Run revision. # Display information of a Cloud Run revision.
1141
+
"displayName": "A String", # Name of a Cloud Run revision.
1142
+
"location": "A String", # Location in which this revision is deployed.
1143
+
"serviceUri": "A String", # URI of Cloud Run service this revision belongs to.
1144
+
"uri": "A String", # URI of a Cloud Run revision.
1145
+
},
1056
1146
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display information of a Cloud SQL instance.
1057
1147
"displayName": "A String", # Name of a Cloud SQL instance.
1058
1148
"externalIp": "A String", # External IP address of a Cloud SQL instance.
@@ -1209,9 +1299,15 @@ <h3>Method Details</h3>
1209
1299
"A String",
1210
1300
],
1211
1301
"source": { # Source or destination of the Connectivity Test. # Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test.
1302
+
"appEngineVersion": { # Wrapper for app engine service version attributes. # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
1303
+
"uri": "A String", # An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
1304
+
},
1212
1305
"cloudFunction": { # Wrapper for Cloud Function attributes. # A [Cloud Function](https://cloud.google.com/functions).
1213
1306
"uri": "A String", # A [Cloud Function](https://cloud.google.com/functions) name.
1214
1307
},
1308
+
"cloudRunRevision": { # Wrapper for Cloud Run revision attributes. # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
1309
+
"uri": "A String", # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
1310
+
},
1215
1311
"cloudSqlInstance": "A String", # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
1216
1312
"gkeMasterCluster": "A String", # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1217
1313
"instance": "A String", # A Compute Engine instance URI.
"description": "For display only. Metadata associated with an App Engine version.",
672
+
"id": "AppEngineVersionInfo",
673
+
"properties": {
674
+
"displayName": {
675
+
"description": "Name of an App Engine version.",
676
+
"type": "string"
677
+
},
678
+
"environment": {
679
+
"description": "App Engine execution environment for a version.",
680
+
"type": "string"
681
+
},
682
+
"runtime": {
683
+
"description": "Runtime of the App Engine version.",
684
+
"type": "string"
685
+
},
686
+
"uri": {
687
+
"description": "URI of an App Engine version.",
688
+
"type": "string"
689
+
}
690
+
},
691
+
"type": "object"
692
+
},
659
693
"AuditConfig": {
660
694
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
661
695
"id": "AuditConfig",
@@ -767,6 +801,40 @@
767
801
},
768
802
"type": "object"
769
803
},
804
+
"CloudRunRevisionEndpoint": {
805
+
"description": "Wrapper for Cloud Run revision attributes.",
806
+
"id": "CloudRunRevisionEndpoint",
807
+
"properties": {
808
+
"uri": {
809
+
"description": "A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}",
810
+
"type": "string"
811
+
}
812
+
},
813
+
"type": "object"
814
+
},
815
+
"CloudRunRevisionInfo": {
816
+
"description": "For display only. Metadata associated with a Cloud Run revision.",
817
+
"id": "CloudRunRevisionInfo",
818
+
"properties": {
819
+
"displayName": {
820
+
"description": "Name of a Cloud Run revision.",
821
+
"type": "string"
822
+
},
823
+
"location": {
824
+
"description": "Location in which this revision is deployed.",
825
+
"type": "string"
826
+
},
827
+
"serviceUri": {
828
+
"description": "URI of Cloud Run service this revision belongs to.",
829
+
"type": "string"
830
+
},
831
+
"uri": {
832
+
"description": "URI of a Cloud Run revision.",
833
+
"type": "string"
834
+
}
835
+
},
836
+
"type": "object"
837
+
},
770
838
"CloudSQLInstanceInfo": {
771
839
"description": "For display only. Metadata associated with a Cloud SQL instance.",
772
840
"id": "CloudSQLInstanceInfo",
@@ -939,7 +1007,8 @@
939
1007
"CLOUD_FUNCTION_NOT_ACTIVE",
940
1008
"VPC_CONNECTOR_NOT_SET",
941
1009
"VPC_CONNECTOR_NOT_RUNNING",
942
-
"PSC_CONNECTION_NOT_ACCEPTED"
1010
+
"PSC_CONNECTION_NOT_ACCEPTED",
1011
+
"CLOUD_RUN_REVISION_NOT_READY"
943
1012
],
944
1013
"enumDescriptions": [
945
1014
"Cause is unspecified.",
@@ -976,7 +1045,8 @@
976
1045
"Packet could be dropped because the Cloud Function is not in an active status.",
977
1046
"Packet could be dropped because no VPC connector is set.",
978
1047
"Packet could be dropped because the VPC connector is not in a running state.",
979
-
"The Private Service Connect endpoint is in a project that is not approved to connect to the service."
1048
+
"The Private Service Connect endpoint is in a project that is not approved to connect to the service.",
1049
+
"Packet sent from a Cloud Run revision that is not ready."
980
1050
],
981
1051
"type": "string"
982
1052
},
@@ -997,10 +1067,18 @@
997
1067
"description": "Source or destination of the Connectivity Test.",
0 commit comments