google-apis-networkmanagement_v1 0.84.0 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27ae81cf1485958662702aa16d2340727cf6a0d9d1c268835f61fc71b36ae148
|
|
4
|
+
data.tar.gz: 1c7922d1e6d85a0f4bc3296695d54304c0e9a209bdd51d2ec4fd50434b767ac2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0759077eed0abead7b63221d10d78e507869874b3808bab14ced81a1d60ec0ea9c058c2f191f7d5f208189cf1137c259da285c891f196eedf770c02cba16ee67'
|
|
7
|
+
data.tar.gz: 11f0156b90c175d70da9337edfb044c8b3b977ec7d563e998bf19a609996c7185e2234842d2afcaf06a0f1ba97b4811273596564cb87532f66fe2797372f8082
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.86.0 (2026-07-05)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260617
|
|
6
|
+
|
|
7
|
+
### v0.85.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260603
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.84.0 (2026-05-31)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260520
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -42,7 +42,9 @@ module Google
|
|
|
42
42
|
# @return [Array<String>]
|
|
43
43
|
attr_accessor :projects_missing_permission
|
|
44
44
|
|
|
45
|
-
# URI of the resource that caused the abort.
|
|
45
|
+
# URI of the resource that caused the abort. Format: * `projects/`project_id`/
|
|
46
|
+
# global/networks/`network_id`` (VPC network) * `projects/`project_id`/zones/`
|
|
47
|
+
# zone`/instances/`instance_id`` (VM instance)
|
|
46
48
|
# Corresponds to the JSON property `resourceUri`
|
|
47
49
|
# @return [String]
|
|
48
50
|
attr_accessor :resource_uri
|
|
@@ -100,7 +102,8 @@ module Google
|
|
|
100
102
|
# @return [String]
|
|
101
103
|
attr_accessor :runtime
|
|
102
104
|
|
|
103
|
-
# URI of
|
|
105
|
+
# URI of the App Engine version. Format: `apps/`app_id`/services/`service_id`/
|
|
106
|
+
# versions/`version_id``
|
|
104
107
|
# Corresponds to the JSON property `uri`
|
|
105
108
|
# @return [String]
|
|
106
109
|
attr_accessor :uri
|
|
@@ -336,7 +339,8 @@ module Google
|
|
|
336
339
|
# @return [String]
|
|
337
340
|
attr_accessor :location
|
|
338
341
|
|
|
339
|
-
# URI of
|
|
342
|
+
# URI of the Cloud Function. Format: `projects/`project_id`/locations/`location`/
|
|
343
|
+
# functions/`function_id``
|
|
340
344
|
# Corresponds to the JSON property `uri`
|
|
341
345
|
# @return [String]
|
|
342
346
|
attr_accessor :uri
|
|
@@ -373,7 +377,8 @@ module Google
|
|
|
373
377
|
# @return [String]
|
|
374
378
|
attr_accessor :location
|
|
375
379
|
|
|
376
|
-
# URI of
|
|
380
|
+
# URI of the Cloud Run job. Format: `projects/`project_id`/locations/`location`/
|
|
381
|
+
# jobs/`job_id``
|
|
377
382
|
# Corresponds to the JSON property `uri`
|
|
378
383
|
# @return [String]
|
|
379
384
|
attr_accessor :uri
|
|
@@ -432,12 +437,14 @@ module Google
|
|
|
432
437
|
# @return [String]
|
|
433
438
|
attr_accessor :location
|
|
434
439
|
|
|
435
|
-
# URI of Cloud Run service this revision belongs to.
|
|
440
|
+
# URI of Cloud Run service this revision belongs to. Format: `projects/`
|
|
441
|
+
# project_id`/locations/`location`/services/`service_id``
|
|
436
442
|
# Corresponds to the JSON property `serviceUri`
|
|
437
443
|
# @return [String]
|
|
438
444
|
attr_accessor :service_uri
|
|
439
445
|
|
|
440
|
-
# URI of
|
|
446
|
+
# URI of the Cloud Run revision. Format: `projects/`project_id`/locations/`
|
|
447
|
+
# location`/revisions/`revision_id``
|
|
441
448
|
# Corresponds to the JSON property `uri`
|
|
442
449
|
# @return [String]
|
|
443
450
|
attr_accessor :uri
|
|
@@ -475,7 +482,7 @@ module Google
|
|
|
475
482
|
attr_accessor :internal_ip
|
|
476
483
|
|
|
477
484
|
# URI of a Cloud SQL instance network or empty string if the instance does not
|
|
478
|
-
# have one.
|
|
485
|
+
# have one. In format "projects/`project`/global/networks/`network`".
|
|
479
486
|
# Corresponds to the JSON property `networkUri`
|
|
480
487
|
# @return [String]
|
|
481
488
|
attr_accessor :network_uri
|
|
@@ -485,7 +492,7 @@ module Google
|
|
|
485
492
|
# @return [String]
|
|
486
493
|
attr_accessor :region
|
|
487
494
|
|
|
488
|
-
# URI of a Cloud SQL instance
|
|
495
|
+
# URI of a Cloud SQL instance in format "projects/`project`/instances/`instance`"
|
|
489
496
|
# Corresponds to the JSON property `uri`
|
|
490
497
|
# @return [String]
|
|
491
498
|
attr_accessor :uri
|
|
@@ -633,7 +640,9 @@ module Google
|
|
|
633
640
|
# @return [String]
|
|
634
641
|
attr_accessor :psc_google_api_target
|
|
635
642
|
|
|
636
|
-
# URI of the resource that the packet is delivered to.
|
|
643
|
+
# URI of the resource that the packet is delivered to. For example: * `"projects/
|
|
644
|
+
# `project`/zones/`zone`/instances/`instance`"` * `"projects/`project`/regions/`
|
|
645
|
+
# region`/networkEndpointGroups/`network_endpoint_group`"`
|
|
637
646
|
# Corresponds to the JSON property `resourceUri`
|
|
638
647
|
# @return [String]
|
|
639
648
|
attr_accessor :resource_uri
|
|
@@ -668,7 +677,8 @@ module Google
|
|
|
668
677
|
class DirectVpcEgressConnectionInfo
|
|
669
678
|
include Google::Apis::Core::Hashable
|
|
670
679
|
|
|
671
|
-
# URI of
|
|
680
|
+
# URI of the VPC network for direct egress. Format: `projects/`project_id`/
|
|
681
|
+
# global/networks/`network_id``
|
|
672
682
|
# Corresponds to the JSON property `networkUri`
|
|
673
683
|
# @return [String]
|
|
674
684
|
attr_accessor :network_uri
|
|
@@ -688,7 +698,8 @@ module Google
|
|
|
688
698
|
# @return [String]
|
|
689
699
|
attr_accessor :selected_ip_range
|
|
690
700
|
|
|
691
|
-
# URI of direct
|
|
701
|
+
# URI of the subnetwork for direct egress. Format: `projects/`project_id`/
|
|
702
|
+
# regions/`region`/subnetworks/`subnetwork_id``
|
|
692
703
|
# Corresponds to the JSON property `subnetworkUri`
|
|
693
704
|
# @return [String]
|
|
694
705
|
attr_accessor :subnetwork_uri
|
|
@@ -731,7 +742,9 @@ module Google
|
|
|
731
742
|
# @return [String]
|
|
732
743
|
attr_accessor :region
|
|
733
744
|
|
|
734
|
-
# URI of the resource that caused the drop.
|
|
745
|
+
# URI of the resource that caused the drop. Format: * `projects/`project_id`/
|
|
746
|
+
# global/firewalls/`firewall_id`` (firewall rule) * `projects/`project_id`/
|
|
747
|
+
# global/routes/`route_id`` (route)
|
|
735
748
|
# Corresponds to the JSON property `resourceUri`
|
|
736
749
|
# @return [String]
|
|
737
750
|
attr_accessor :resource_uri
|
|
@@ -923,6 +936,14 @@ module Google
|
|
|
923
936
|
# @return [Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint]
|
|
924
937
|
attr_accessor :cloud_function
|
|
925
938
|
|
|
939
|
+
# A [Cloud Run](https://cloud.google.com/run) [job](https://docs.cloud.google.
|
|
940
|
+
# com/run/docs/reference/rest/v2/projects.locations.jobs#Job) URI. Applicable
|
|
941
|
+
# only to source endpoint. The format is: projects/`project`/locations/`location`
|
|
942
|
+
# /jobs/`job`
|
|
943
|
+
# Corresponds to the JSON property `cloudRunJob`
|
|
944
|
+
# @return [String]
|
|
945
|
+
attr_accessor :cloud_run_job
|
|
946
|
+
|
|
926
947
|
# Wrapper for Cloud Run revision attributes.
|
|
927
948
|
# Corresponds to the JSON property `cloudRunRevision`
|
|
928
949
|
# @return [Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint]
|
|
@@ -933,6 +954,13 @@ module Google
|
|
|
933
954
|
# @return [String]
|
|
934
955
|
attr_accessor :cloud_sql_instance
|
|
935
956
|
|
|
957
|
+
# A [DMS Private Connection](https://docs.cloud.google.com/database-migration/
|
|
958
|
+
# docs/reference/rest/v1/projects.locations.privateConnections) name format:
|
|
959
|
+
# projects/`project`/locations/`location`/privateConnections/`privateConnection`.
|
|
960
|
+
# Corresponds to the JSON property `dmsPrivateConnection`
|
|
961
|
+
# @return [String]
|
|
962
|
+
attr_accessor :dms_private_connection
|
|
963
|
+
|
|
936
964
|
# A forwarding rule and its corresponding IP address represent the frontend
|
|
937
965
|
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
|
938
966
|
# for protocol forwarding, Private Service Connect and other network services to
|
|
@@ -1033,8 +1061,10 @@ module Google
|
|
|
1033
1061
|
def update!(**args)
|
|
1034
1062
|
@app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
|
|
1035
1063
|
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
|
|
1064
|
+
@cloud_run_job = args[:cloud_run_job] if args.key?(:cloud_run_job)
|
|
1036
1065
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
|
1037
1066
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
|
1067
|
+
@dms_private_connection = args[:dms_private_connection] if args.key?(:dms_private_connection)
|
|
1038
1068
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
1039
1069
|
@forwarding_rule_target = args[:forwarding_rule_target] if args.key?(:forwarding_rule_target)
|
|
1040
1070
|
@fqdn = args[:fqdn] if args.key?(:fqdn)
|
|
@@ -1064,7 +1094,8 @@ module Google
|
|
|
1064
1094
|
# @return [String]
|
|
1065
1095
|
attr_accessor :destination_ip
|
|
1066
1096
|
|
|
1067
|
-
# URI of the network where this packet is sent to.
|
|
1097
|
+
# URI of the network where this packet is sent to. Format: `projects/`project_id`
|
|
1098
|
+
# /global/networks/`network_id``
|
|
1068
1099
|
# Corresponds to the JSON property `destinationNetworkUri`
|
|
1069
1100
|
# @return [String]
|
|
1070
1101
|
attr_accessor :destination_network_uri
|
|
@@ -1089,7 +1120,8 @@ module Google
|
|
|
1089
1120
|
# @return [String]
|
|
1090
1121
|
attr_accessor :source_ip
|
|
1091
1122
|
|
|
1092
|
-
# URI of the network where this packet originates from.
|
|
1123
|
+
# URI of the network where this packet originates from. Format: `projects/`
|
|
1124
|
+
# project_id`/global/networks/`network_id``
|
|
1093
1125
|
# Corresponds to the JSON property `sourceNetworkUri`
|
|
1094
1126
|
# @return [String]
|
|
1095
1127
|
attr_accessor :source_network_uri
|
|
@@ -1196,8 +1228,9 @@ module Google
|
|
|
1196
1228
|
# @return [String]
|
|
1197
1229
|
attr_accessor :firewall_rule_type
|
|
1198
1230
|
|
|
1199
|
-
# The URI of the VPC network that the firewall rule is associated with
|
|
1200
|
-
# field is not applicable
|
|
1231
|
+
# The URI of the VPC network that the firewall rule is associated with in format
|
|
1232
|
+
# "projects/`project`/global/networks/`network`". This field is not applicable
|
|
1233
|
+
# to hierarchical firewall policy rules.
|
|
1201
1234
|
# Corresponds to the JSON property `networkUri`
|
|
1202
1235
|
# @return [String]
|
|
1203
1236
|
attr_accessor :network_uri
|
|
@@ -1215,7 +1248,11 @@ module Google
|
|
|
1215
1248
|
attr_accessor :policy_priority
|
|
1216
1249
|
|
|
1217
1250
|
# The URI of the firewall policy that this rule is associated with. This field
|
|
1218
|
-
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
|
1251
|
+
# is not applicable to VPC firewall rules and implied VPC firewall rules. Format:
|
|
1252
|
+
# * `locations/global/firewallPolicies/`policy_id`` (hierarchical policy) * `
|
|
1253
|
+
# projects/`project_id`/global/firewallPolicies/`policy_id`` (global network
|
|
1254
|
+
# firewall policy) * `projects/`project_id`/regions/`region`/firewallPolicies/`
|
|
1255
|
+
# policy_id`` (regional network firewall policy)
|
|
1219
1256
|
# Corresponds to the JSON property `policyUri`
|
|
1220
1257
|
# @return [String]
|
|
1221
1258
|
attr_accessor :policy_uri
|
|
@@ -1241,8 +1278,8 @@ module Google
|
|
|
1241
1278
|
# @return [String]
|
|
1242
1279
|
attr_accessor :target_type
|
|
1243
1280
|
|
|
1244
|
-
# The URI of the firewall rule
|
|
1245
|
-
# firewall rules.
|
|
1281
|
+
# The URI of the firewall rule in format "projects/`project`/global/firewalls/`
|
|
1282
|
+
# firewall`". This field is not applicable to implied VPC firewall rules.
|
|
1246
1283
|
# Corresponds to the JSON property `uri`
|
|
1247
1284
|
# @return [String]
|
|
1248
1285
|
attr_accessor :uri
|
|
@@ -1278,7 +1315,9 @@ module Google
|
|
|
1278
1315
|
# @return [String]
|
|
1279
1316
|
attr_accessor :ip_address
|
|
1280
1317
|
|
|
1281
|
-
# URI of the resource that the packet is forwarded to.
|
|
1318
|
+
# URI of the resource that the packet is forwarded to. Format: * `projects/`
|
|
1319
|
+
# project_id`/global/networks/`network_id`` (VPC peering network) * `projects/`
|
|
1320
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (VPN gateway)
|
|
1282
1321
|
# Corresponds to the JSON property `resourceUri`
|
|
1283
1322
|
# @return [String]
|
|
1284
1323
|
attr_accessor :resource_uri
|
|
@@ -1325,7 +1364,8 @@ module Google
|
|
|
1325
1364
|
# @return [String]
|
|
1326
1365
|
attr_accessor :matched_protocol
|
|
1327
1366
|
|
|
1328
|
-
#
|
|
1367
|
+
# URI of a VPC network where the forwarding rule is located in format "projects/`
|
|
1368
|
+
# project`/global/networks/`network`".
|
|
1329
1369
|
# Corresponds to the JSON property `networkUri`
|
|
1330
1370
|
# @return [String]
|
|
1331
1371
|
attr_accessor :network_uri
|
|
@@ -1335,7 +1375,9 @@ module Google
|
|
|
1335
1375
|
# @return [String]
|
|
1336
1376
|
attr_accessor :psc_google_api_target
|
|
1337
1377
|
|
|
1338
|
-
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1378
|
+
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1379
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
1380
|
+
# service_attachment`".
|
|
1339
1381
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
1340
1382
|
# @return [String]
|
|
1341
1383
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -1350,7 +1392,9 @@ module Google
|
|
|
1350
1392
|
# @return [String]
|
|
1351
1393
|
attr_accessor :target
|
|
1352
1394
|
|
|
1353
|
-
# URI of the forwarding rule
|
|
1395
|
+
# URI of the forwarding rule in format "projects/`project`/global/
|
|
1396
|
+
# forwardingRules/`forwarding_rule`" (global) or "projects/`project`/regions/`
|
|
1397
|
+
# region`/forwardingRules/`forwarding_rule`" (regional).
|
|
1354
1398
|
# Corresponds to the JSON property `uri`
|
|
1355
1399
|
# @return [String]
|
|
1356
1400
|
attr_accessor :uri
|
|
@@ -1385,12 +1429,15 @@ module Google
|
|
|
1385
1429
|
class GkeMasterInfo
|
|
1386
1430
|
include Google::Apis::Core::Hashable
|
|
1387
1431
|
|
|
1388
|
-
# URI of
|
|
1432
|
+
# URI of the GKE cluster network. Format: `projects/`project_id`/global/networks/
|
|
1433
|
+
# `network_id``
|
|
1389
1434
|
# Corresponds to the JSON property `clusterNetworkUri`
|
|
1390
1435
|
# @return [String]
|
|
1391
1436
|
attr_accessor :cluster_network_uri
|
|
1392
1437
|
|
|
1393
|
-
# URI of
|
|
1438
|
+
# URI of the GKE cluster. Format: * `projects/`project_id`/locations/`location`/
|
|
1439
|
+
# clusters/`cluster_id`` (regional cluster) * `projects/`project_id`/zones/`zone`
|
|
1440
|
+
# /clusters/`cluster_id`` (zonal cluster)
|
|
1394
1441
|
# Corresponds to the JSON property `clusterUri`
|
|
1395
1442
|
# @return [String]
|
|
1396
1443
|
attr_accessor :cluster_uri
|
|
@@ -1560,7 +1607,8 @@ module Google
|
|
|
1560
1607
|
# @return [String]
|
|
1561
1608
|
attr_accessor :ip_address
|
|
1562
1609
|
|
|
1563
|
-
# URI of the network containing the GKE Pod.
|
|
1610
|
+
# URI of the network containing the GKE Pod. Format: `projects/`project_id`/
|
|
1611
|
+
# global/networks/`network_id``
|
|
1564
1612
|
# Corresponds to the JSON property `networkUri`
|
|
1565
1613
|
# @return [String]
|
|
1566
1614
|
attr_accessor :network_uri
|
|
@@ -1731,7 +1779,8 @@ module Google
|
|
|
1731
1779
|
# @return [String]
|
|
1732
1780
|
attr_accessor :region
|
|
1733
1781
|
|
|
1734
|
-
# URI of
|
|
1782
|
+
# URI of the hybrid subnet. Format: `projects/`project_id`/regions/`region`/
|
|
1783
|
+
# subnetworks/`subnetwork_id``
|
|
1735
1784
|
# Corresponds to the JSON property `uri`
|
|
1736
1785
|
# @return [String]
|
|
1737
1786
|
attr_accessor :uri
|
|
@@ -1777,12 +1826,15 @@ module Google
|
|
|
1777
1826
|
# @return [Array<String>]
|
|
1778
1827
|
attr_accessor :network_tags
|
|
1779
1828
|
|
|
1780
|
-
# URI of a Compute Engine network
|
|
1829
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
1830
|
+
# network`"
|
|
1781
1831
|
# Corresponds to the JSON property `networkUri`
|
|
1782
1832
|
# @return [String]
|
|
1783
1833
|
attr_accessor :network_uri
|
|
1784
1834
|
|
|
1785
|
-
# URI of the PSC network attachment the NIC is attached to (if relevant)
|
|
1835
|
+
# URI of the PSC network attachment the NIC is attached to (if relevant) in
|
|
1836
|
+
# format "projects/`project`/regions/`region`/networkAttachments/`
|
|
1837
|
+
# network_attachment`"
|
|
1786
1838
|
# Corresponds to the JSON property `pscNetworkAttachmentUri`
|
|
1787
1839
|
# @return [String]
|
|
1788
1840
|
attr_accessor :psc_network_attachment_uri
|
|
@@ -1804,7 +1856,8 @@ module Google
|
|
|
1804
1856
|
# @return [String]
|
|
1805
1857
|
attr_accessor :status
|
|
1806
1858
|
|
|
1807
|
-
# URI of a Compute Engine instance
|
|
1859
|
+
# URI of a Compute Engine instance in format "projects/`project`/zones/`zone`/
|
|
1860
|
+
# instances/`instance`"
|
|
1808
1861
|
# Corresponds to the JSON property `uri`
|
|
1809
1862
|
# @return [String]
|
|
1810
1863
|
attr_accessor :uri
|
|
@@ -1833,7 +1886,8 @@ module Google
|
|
|
1833
1886
|
class InterconnectAttachmentInfo
|
|
1834
1887
|
include Google::Apis::Core::Hashable
|
|
1835
1888
|
|
|
1836
|
-
# URI of the Cloud Router to be used for dynamic routing.
|
|
1889
|
+
# URI of the Cloud Router to be used for dynamic routing. Format: `projects/`
|
|
1890
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
1837
1891
|
# Corresponds to the JSON property `cloudRouterUri`
|
|
1838
1892
|
# @return [String]
|
|
1839
1893
|
attr_accessor :cloud_router_uri
|
|
@@ -1843,7 +1897,8 @@ module Google
|
|
|
1843
1897
|
# @return [String]
|
|
1844
1898
|
attr_accessor :display_name
|
|
1845
1899
|
|
|
1846
|
-
# URI of the Interconnect
|
|
1900
|
+
# URI of the Interconnect. Format: `projects/`project_id`/global/interconnects/`
|
|
1901
|
+
# interconnect_id``
|
|
1847
1902
|
# Corresponds to the JSON property `interconnectUri`
|
|
1848
1903
|
# @return [String]
|
|
1849
1904
|
attr_accessor :interconnect_uri
|
|
@@ -1863,7 +1918,8 @@ module Google
|
|
|
1863
1918
|
# @return [String]
|
|
1864
1919
|
attr_accessor :type
|
|
1865
1920
|
|
|
1866
|
-
# URI of
|
|
1921
|
+
# URI of the Interconnect attachment. Format: `projects/`project_id`/regions/`
|
|
1922
|
+
# region`/interconnectAttachments/`attachment_id``
|
|
1867
1923
|
# Corresponds to the JSON property `uri`
|
|
1868
1924
|
# @return [String]
|
|
1869
1925
|
attr_accessor :uri
|
|
@@ -2202,7 +2258,12 @@ module Google
|
|
|
2202
2258
|
# @return [String]
|
|
2203
2259
|
attr_accessor :health_check_firewall_state
|
|
2204
2260
|
|
|
2205
|
-
# URI of
|
|
2261
|
+
# URI of the backend instance or network endpoint. Format: * `projects/`
|
|
2262
|
+
# project_id`/zones/`zone`/instances/`instance_id`` (instance) * `projects/`
|
|
2263
|
+
# project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (zonal NEG) * `
|
|
2264
|
+
# projects/`project_id`/regions/`region`/networkEndpointGroups/`neg_id`` (
|
|
2265
|
+
# regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`neg_id`` (
|
|
2266
|
+
# global NEG)
|
|
2206
2267
|
# Corresponds to the JSON property `uri`
|
|
2207
2268
|
# @return [String]
|
|
2208
2269
|
attr_accessor :uri
|
|
@@ -2225,12 +2286,16 @@ module Google
|
|
|
2225
2286
|
class LoadBalancerBackendInfo
|
|
2226
2287
|
include Google::Apis::Core::Hashable
|
|
2227
2288
|
|
|
2228
|
-
# URI of the backend bucket this backend targets (if applicable)
|
|
2289
|
+
# URI of the backend bucket this backend targets (if applicable) in format "
|
|
2290
|
+
# projects/`project`/global/backendBuckets/`backend_bucket`".
|
|
2229
2291
|
# Corresponds to the JSON property `backendBucketUri`
|
|
2230
2292
|
# @return [String]
|
|
2231
2293
|
attr_accessor :backend_bucket_uri
|
|
2232
2294
|
|
|
2233
|
-
# URI of the backend service this backend belongs to (if applicable)
|
|
2295
|
+
# URI of the backend service this backend belongs to (if applicable) in format "
|
|
2296
|
+
# projects/`project`/regions/`region`/backendServices/`backend_service`" (
|
|
2297
|
+
# regional) or "projects/`project`/global/backendServices/`backend_service`" (
|
|
2298
|
+
# global).
|
|
2234
2299
|
# Corresponds to the JSON property `backendServiceUri`
|
|
2235
2300
|
# @return [String]
|
|
2236
2301
|
attr_accessor :backend_service_uri
|
|
@@ -2245,18 +2310,23 @@ module Google
|
|
|
2245
2310
|
# @return [String]
|
|
2246
2311
|
attr_accessor :health_check_firewalls_config_state
|
|
2247
2312
|
|
|
2248
|
-
# URI of the health check attached to this backend (if applicable).
|
|
2313
|
+
# URI of the health check attached to this backend (if applicable). Format: * `
|
|
2314
|
+
# projects/`project_id`/global/healthChecks/`health_check_id`` * `projects/`
|
|
2315
|
+
# project_id`/regions/`region`/healthChecks/`health_check_id`` * `projects/`
|
|
2316
|
+
# project_id`/global/httpHealthChecks/`health_check_id`` (legacy)
|
|
2249
2317
|
# Corresponds to the JSON property `healthCheckUri`
|
|
2250
2318
|
# @return [String]
|
|
2251
2319
|
attr_accessor :health_check_uri
|
|
2252
2320
|
|
|
2253
|
-
# URI of the instance group this backend belongs to (if applicable)
|
|
2321
|
+
# URI of the instance group this backend belongs to (if applicable) in format "
|
|
2322
|
+
# projects/`project`/zones/`zone`/instanceGroups/`instance_group`".
|
|
2254
2323
|
# Corresponds to the JSON property `instanceGroupUri`
|
|
2255
2324
|
# @return [String]
|
|
2256
2325
|
attr_accessor :instance_group_uri
|
|
2257
2326
|
|
|
2258
|
-
# URI of the backend instance (if applicable)
|
|
2259
|
-
#
|
|
2327
|
+
# URI of the backend instance (if applicable) in format "projects/`project`/
|
|
2328
|
+
# zones/`zone`/instances/`instance`". Populated for instance group backends, and
|
|
2329
|
+
# zonal NEG backends.
|
|
2260
2330
|
# Corresponds to the JSON property `instanceUri`
|
|
2261
2331
|
# @return [String]
|
|
2262
2332
|
attr_accessor :instance_uri
|
|
@@ -2268,7 +2338,11 @@ module Google
|
|
|
2268
2338
|
# @return [String]
|
|
2269
2339
|
attr_accessor :name
|
|
2270
2340
|
|
|
2271
|
-
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2341
|
+
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2342
|
+
# Format: * `projects/`project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (
|
|
2343
|
+
# zonal NEG) * `projects/`project_id`/regions/`region`/networkEndpointGroups/`
|
|
2344
|
+
# neg_id`` (regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`
|
|
2345
|
+
# neg_id`` (global NEG)
|
|
2272
2346
|
# Corresponds to the JSON property `networkEndpointGroupUri`
|
|
2273
2347
|
# @return [String]
|
|
2274
2348
|
attr_accessor :network_endpoint_group_uri
|
|
@@ -2278,7 +2352,9 @@ module Google
|
|
|
2278
2352
|
# @return [String]
|
|
2279
2353
|
attr_accessor :psc_google_api_target
|
|
2280
2354
|
|
|
2281
|
-
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2355
|
+
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2356
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
2357
|
+
# service_attachment`".
|
|
2282
2358
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
2283
2359
|
# @return [String]
|
|
2284
2360
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -2311,7 +2387,11 @@ module Google
|
|
|
2311
2387
|
# @return [String]
|
|
2312
2388
|
attr_accessor :backend_type
|
|
2313
2389
|
|
|
2314
|
-
#
|
|
2390
|
+
# URI of the backend associated with the load balancer. Format: * `projects/`
|
|
2391
|
+
# project_id`/regions/`region`/backendServices/`backend_service_id`` * `projects/
|
|
2392
|
+
# `project_id`/global/backendServices/`backend_service_id`` * `projects/`
|
|
2393
|
+
# project_id`/regions/`region`/targetPools/`target_pool_id`` * `projects/`
|
|
2394
|
+
# project_id`/zones/`zone`/targetInstances/`target_instance_id``
|
|
2315
2395
|
# Corresponds to the JSON property `backendUri`
|
|
2316
2396
|
# @return [String]
|
|
2317
2397
|
attr_accessor :backend_uri
|
|
@@ -2540,7 +2620,8 @@ module Google
|
|
|
2540
2620
|
# @return [String]
|
|
2541
2621
|
attr_accessor :nat_gateway_name
|
|
2542
2622
|
|
|
2543
|
-
# URI of the network where NAT translation takes place.
|
|
2623
|
+
# URI of the VPC network where NAT translation takes place. Format: `projects/`
|
|
2624
|
+
# project_id`/global/networks/`network_id``
|
|
2544
2625
|
# Corresponds to the JSON property `networkUri`
|
|
2545
2626
|
# @return [String]
|
|
2546
2627
|
attr_accessor :network_uri
|
|
@@ -2591,7 +2672,8 @@ module Google
|
|
|
2591
2672
|
# @return [String]
|
|
2592
2673
|
attr_accessor :protocol
|
|
2593
2674
|
|
|
2594
|
-
#
|
|
2675
|
+
# URI of the Cloud Router. Only valid when type is CLOUD_NAT. Format: `projects/`
|
|
2676
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
2595
2677
|
# Corresponds to the JSON property `routerUri`
|
|
2596
2678
|
# @return [String]
|
|
2597
2679
|
attr_accessor :router_uri
|
|
@@ -2638,7 +2720,8 @@ module Google
|
|
|
2638
2720
|
# @return [String]
|
|
2639
2721
|
attr_accessor :matched_ip_range
|
|
2640
2722
|
|
|
2641
|
-
# URI of the subnet matching the source IP address of the test
|
|
2723
|
+
# URI of the subnet matching the source IP address of the test in format "
|
|
2724
|
+
# projects/`project`/regions/`region`/subnetworks/`subnetwork`"
|
|
2642
2725
|
# Corresponds to the JSON property `matchedSubnetUri`
|
|
2643
2726
|
# @return [String]
|
|
2644
2727
|
attr_accessor :matched_subnet_uri
|
|
@@ -2648,7 +2731,8 @@ module Google
|
|
|
2648
2731
|
# @return [String]
|
|
2649
2732
|
attr_accessor :region
|
|
2650
2733
|
|
|
2651
|
-
# URI of a Compute Engine network
|
|
2734
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
2735
|
+
# network`"
|
|
2652
2736
|
# Corresponds to the JSON property `uri`
|
|
2653
2737
|
# @return [String]
|
|
2654
2738
|
attr_accessor :uri
|
|
@@ -2904,7 +2988,8 @@ module Google
|
|
|
2904
2988
|
include Google::Apis::Core::Hashable
|
|
2905
2989
|
|
|
2906
2990
|
# URI of the security profile group associated with this firewall packet
|
|
2907
|
-
# inspection.
|
|
2991
|
+
# inspection. Format: `organizations/`organization_id`/locations/global/
|
|
2992
|
+
# securityProfileGroups/`security_profile_group_id``
|
|
2908
2993
|
# Corresponds to the JSON property `securityProfileGroupUri`
|
|
2909
2994
|
# @return [String]
|
|
2910
2995
|
attr_accessor :security_profile_group_uri
|
|
@@ -3276,7 +3361,8 @@ module Google
|
|
|
3276
3361
|
class ProxyConnectionInfo
|
|
3277
3362
|
include Google::Apis::Core::Hashable
|
|
3278
3363
|
|
|
3279
|
-
# URI of the network where connection is proxied.
|
|
3364
|
+
# URI of the VPC network where connection is proxied. Format: `projects/`
|
|
3365
|
+
# project_id`/global/networks/`network_id``
|
|
3280
3366
|
# Corresponds to the JSON property `networkUri`
|
|
3281
3367
|
# @return [String]
|
|
3282
3368
|
attr_accessor :network_uri
|
|
@@ -3327,7 +3413,8 @@ module Google
|
|
|
3327
3413
|
# @return [String]
|
|
3328
3414
|
attr_accessor :protocol
|
|
3329
3415
|
|
|
3330
|
-
#
|
|
3416
|
+
# URI of the proxy subnet. Format: `projects/`project_id`/regions/`region`/
|
|
3417
|
+
# subnetworks/`subnetwork_id``
|
|
3331
3418
|
# Corresponds to the JSON property `subnetUri`
|
|
3332
3419
|
# @return [String]
|
|
3333
3420
|
attr_accessor :subnet_uri
|
|
@@ -3488,7 +3575,8 @@ module Google
|
|
|
3488
3575
|
# @return [String]
|
|
3489
3576
|
attr_accessor :display_name
|
|
3490
3577
|
|
|
3491
|
-
# URI of a Cloud Redis Instance network
|
|
3578
|
+
# URI of a Cloud Redis Instance network in format "projects/`project`/global/
|
|
3579
|
+
# networks/`network`".
|
|
3492
3580
|
# Corresponds to the JSON property `networkUri`
|
|
3493
3581
|
# @return [String]
|
|
3494
3582
|
attr_accessor :network_uri
|
|
@@ -3508,7 +3596,8 @@ module Google
|
|
|
3508
3596
|
# @return [String]
|
|
3509
3597
|
attr_accessor :region
|
|
3510
3598
|
|
|
3511
|
-
# URI of a Cloud Redis Instance
|
|
3599
|
+
# URI of a Cloud Redis Instance in format "projects/`project`/locations/`
|
|
3600
|
+
# location`/instances/`instance`"
|
|
3512
3601
|
# Corresponds to the JSON property `uri`
|
|
3513
3602
|
# @return [String]
|
|
3514
3603
|
attr_accessor :uri
|
|
@@ -3554,7 +3643,8 @@ module Google
|
|
|
3554
3643
|
attr_accessor :advertised_route_next_hop_uri
|
|
3555
3644
|
|
|
3556
3645
|
# For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the
|
|
3557
|
-
# corresponding IP prefix
|
|
3646
|
+
# corresponding IP prefix in format "projects/`project`/regions/`region`/routers/
|
|
3647
|
+
# `router`".
|
|
3558
3648
|
# Corresponds to the JSON property `advertisedRouteSourceRouterUri`
|
|
3559
3649
|
# @return [String]
|
|
3560
3650
|
attr_accessor :advertised_route_source_router_uri
|
|
@@ -3580,24 +3670,30 @@ module Google
|
|
|
3580
3670
|
attr_accessor :instance_tags
|
|
3581
3671
|
|
|
3582
3672
|
# For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub,
|
|
3583
|
-
# the URI of the corresponding route in NCC Hub's routing table.
|
|
3673
|
+
# the URI of the corresponding route in NCC Hub's routing table. Format: `
|
|
3674
|
+
# projects/`project_id`/locations/global/hubs/`hub_id`/routeTables/`
|
|
3675
|
+
# route_table_id`/routes/`route_id``
|
|
3584
3676
|
# Corresponds to the JSON property `nccHubRouteUri`
|
|
3585
3677
|
# @return [String]
|
|
3586
3678
|
attr_accessor :ncc_hub_route_uri
|
|
3587
3679
|
|
|
3588
|
-
# URI of the NCC Hub the route is advertised by
|
|
3589
|
-
# PEERING_DYNAMIC routes that
|
|
3680
|
+
# URI of the NCC Hub the route is advertised by in format "projects/`project`/
|
|
3681
|
+
# locations/global/hubs/`hub`". PEERING_SUBNET and PEERING_DYNAMIC routes that
|
|
3682
|
+
# are advertised by NCC Hub only.
|
|
3590
3683
|
# Corresponds to the JSON property `nccHubUri`
|
|
3591
3684
|
# @return [String]
|
|
3592
3685
|
attr_accessor :ncc_hub_uri
|
|
3593
3686
|
|
|
3594
|
-
# URI of the destination NCC Spoke
|
|
3595
|
-
#
|
|
3687
|
+
# URI of the destination NCC Spoke in format "projects/`project`/locations/`
|
|
3688
|
+
# location`/spokes/`spoke`" (regional) or "projects/`project`/locations/global/
|
|
3689
|
+
# spokes/`spoke`" (global). PEERING_SUBNET and PEERING_DYNAMIC routes that are
|
|
3690
|
+
# advertised by NCC Hub only.
|
|
3596
3691
|
# Corresponds to the JSON property `nccSpokeUri`
|
|
3597
3692
|
# @return [String]
|
|
3598
3693
|
attr_accessor :ncc_spoke_uri
|
|
3599
3694
|
|
|
3600
|
-
# URI of a VPC network where route is located
|
|
3695
|
+
# URI of a VPC network where route is located in format "projects/`project`/
|
|
3696
|
+
# global/networks/`network`".
|
|
3601
3697
|
# Corresponds to the JSON property `networkUri`
|
|
3602
3698
|
# @return [String]
|
|
3603
3699
|
attr_accessor :network_uri
|
|
@@ -3609,7 +3705,8 @@ module Google
|
|
|
3609
3705
|
# @return [String]
|
|
3610
3706
|
attr_accessor :next_hop
|
|
3611
3707
|
|
|
3612
|
-
# URI of a VPC network where the next hop resource is located
|
|
3708
|
+
# URI of a VPC network where the next hop resource is located in format "
|
|
3709
|
+
# projects/`project`/global/networks/`network`".
|
|
3613
3710
|
# Corresponds to the JSON property `nextHopNetworkUri`
|
|
3614
3711
|
# @return [String]
|
|
3615
3712
|
attr_accessor :next_hop_network_uri
|
|
@@ -3631,7 +3728,7 @@ module Google
|
|
|
3631
3728
|
attr_accessor :originating_route_display_name
|
|
3632
3729
|
|
|
3633
3730
|
# For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating
|
|
3634
|
-
# SUBNET/STATIC route.
|
|
3731
|
+
# SUBNET/STATIC route. Format: `projects/`project_id`/global/routes/`route_id``
|
|
3635
3732
|
# Corresponds to the JSON property `originatingRouteUri`
|
|
3636
3733
|
# @return [String]
|
|
3637
3734
|
attr_accessor :originating_route_uri
|
|
@@ -3676,8 +3773,8 @@ module Google
|
|
|
3676
3773
|
# @return [Array<String>]
|
|
3677
3774
|
attr_accessor :src_port_ranges
|
|
3678
3775
|
|
|
3679
|
-
# URI of a route. SUBNET,
|
|
3680
|
-
# POLICY_BASED routes only.
|
|
3776
|
+
# URI of a route in format "projects/`project`/global/routes/`route`". SUBNET,
|
|
3777
|
+
# STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
|
|
3681
3778
|
# Corresponds to the JSON property `uri`
|
|
3682
3779
|
# @return [String]
|
|
3683
3780
|
attr_accessor :uri
|
|
@@ -3739,7 +3836,8 @@ module Google
|
|
|
3739
3836
|
class ServerlessNegInfo
|
|
3740
3837
|
include Google::Apis::Core::Hashable
|
|
3741
3838
|
|
|
3742
|
-
# URI of the serverless network endpoint group
|
|
3839
|
+
# URI of the serverless network endpoint group in format "projects/`project`/
|
|
3840
|
+
# regions/`region`/networkEndpointGroups/`network_endpoint_group`".
|
|
3743
3841
|
# Corresponds to the JSON property `negUri`
|
|
3744
3842
|
# @return [String]
|
|
3745
3843
|
attr_accessor :neg_uri
|
|
@@ -4332,7 +4430,8 @@ module Google
|
|
|
4332
4430
|
# @return [String]
|
|
4333
4431
|
attr_accessor :location
|
|
4334
4432
|
|
|
4335
|
-
# URI of a VPC connector.
|
|
4433
|
+
# URI of a VPC connector. Format: `projects/`project_id`/locations/`location`/
|
|
4434
|
+
# connectors/`connector_id``
|
|
4336
4435
|
# Corresponds to the JSON property `uri`
|
|
4337
4436
|
# @return [String]
|
|
4338
4437
|
attr_accessor :uri
|
|
@@ -4498,7 +4597,8 @@ module Google
|
|
|
4498
4597
|
# @return [String]
|
|
4499
4598
|
attr_accessor :ip_address
|
|
4500
4599
|
|
|
4501
|
-
# URI of
|
|
4600
|
+
# URI of the VPC network where the VPN gateway is configured. Format: `projects/`
|
|
4601
|
+
# project_id`/global/networks/`network_id``
|
|
4502
4602
|
# Corresponds to the JSON property `networkUri`
|
|
4503
4603
|
# @return [String]
|
|
4504
4604
|
attr_accessor :network_uri
|
|
@@ -4508,14 +4608,18 @@ module Google
|
|
|
4508
4608
|
# @return [String]
|
|
4509
4609
|
attr_accessor :region
|
|
4510
4610
|
|
|
4511
|
-
# URI of
|
|
4611
|
+
# URI of the VPN gateway. Format: * `projects/`project_id`/regions/`region`/
|
|
4612
|
+
# vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `projects/`project_id`/
|
|
4613
|
+
# regions/`region`/targetVpnGateways/`target_vpn_gateway_id`` (Classic VPN
|
|
4614
|
+
# gateway)
|
|
4512
4615
|
# Corresponds to the JSON property `uri`
|
|
4513
4616
|
# @return [String]
|
|
4514
4617
|
attr_accessor :uri
|
|
4515
4618
|
|
|
4516
|
-
#
|
|
4619
|
+
# URI of the VPN tunnel associated with the VPN gateway. There may be multiple
|
|
4517
4620
|
# VPN tunnels configured on a VPN gateway, and only the one relevant to the test
|
|
4518
|
-
# is displayed.
|
|
4621
|
+
# is displayed. Format: `projects/`project_id`/regions/`region`/vpnTunnels/`
|
|
4622
|
+
# vpn_tunnel_id``
|
|
4519
4623
|
# Corresponds to the JSON property `vpnTunnelUri`
|
|
4520
4624
|
# @return [String]
|
|
4521
4625
|
attr_accessor :vpn_tunnel_uri
|
|
@@ -4544,7 +4648,8 @@ module Google
|
|
|
4544
4648
|
# @return [String]
|
|
4545
4649
|
attr_accessor :display_name
|
|
4546
4650
|
|
|
4547
|
-
# URI of
|
|
4651
|
+
# URI of the VPC network where the VPN tunnel is configured. Format: `projects/`
|
|
4652
|
+
# project_id`/global/networks/`network_id``
|
|
4548
4653
|
# Corresponds to the JSON property `networkUri`
|
|
4549
4654
|
# @return [String]
|
|
4550
4655
|
attr_accessor :network_uri
|
|
@@ -4554,7 +4659,10 @@ module Google
|
|
|
4554
4659
|
# @return [String]
|
|
4555
4660
|
attr_accessor :region
|
|
4556
4661
|
|
|
4557
|
-
# URI of a VPN gateway at remote end of the tunnel.
|
|
4662
|
+
# URI of a VPN gateway at remote end of the tunnel. Format: * `projects/`
|
|
4663
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (GCP HA VPN gateway)
|
|
4664
|
+
# * `projects/`project_id`/global/peerVpnGateways/`peer_vpn_gateway_id`` (GCP
|
|
4665
|
+
# peer VPN gateway)
|
|
4558
4666
|
# Corresponds to the JSON property `remoteGateway`
|
|
4559
4667
|
# @return [String]
|
|
4560
4668
|
attr_accessor :remote_gateway
|
|
@@ -4569,7 +4677,10 @@ module Google
|
|
|
4569
4677
|
# @return [String]
|
|
4570
4678
|
attr_accessor :routing_type
|
|
4571
4679
|
|
|
4572
|
-
# URI of the VPN gateway at local end of the tunnel.
|
|
4680
|
+
# URI of the VPN gateway at local end of the tunnel. Format: * `projects/`
|
|
4681
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `
|
|
4682
|
+
# projects/`project_id`/regions/`region`/targetVpnGateways/`
|
|
4683
|
+
# target_vpn_gateway_id`` (Classic VPN gateway)
|
|
4573
4684
|
# Corresponds to the JSON property `sourceGateway`
|
|
4574
4685
|
# @return [String]
|
|
4575
4686
|
attr_accessor :source_gateway
|
|
@@ -4579,7 +4690,8 @@ module Google
|
|
|
4579
4690
|
# @return [String]
|
|
4580
4691
|
attr_accessor :source_gateway_ip
|
|
4581
4692
|
|
|
4582
|
-
# URI of
|
|
4693
|
+
# URI of the VPN tunnel. Format: `projects/`project_id`/regions/`region`/
|
|
4694
|
+
# vpnTunnels/`vpn_tunnel_id``
|
|
4583
4695
|
# Corresponds to the JSON property `uri`
|
|
4584
4696
|
# @return [String]
|
|
4585
4697
|
attr_accessor :uri
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.86.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260617"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -779,9 +779,11 @@ module Google
|
|
|
779
779
|
|
|
780
780
|
property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint::Representation
|
|
781
781
|
|
|
782
|
+
property :cloud_run_job, as: 'cloudRunJob'
|
|
782
783
|
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
|
|
783
784
|
|
|
784
785
|
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
|
786
|
+
property :dms_private_connection, as: 'dmsPrivateConnection'
|
|
785
787
|
property :forwarding_rule, as: 'forwardingRule'
|
|
786
788
|
property :forwarding_rule_target, as: 'forwardingRuleTarget'
|
|
787
789
|
property :fqdn, as: 'fqdn'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.86.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|