google-apis-networkmanagement_v1 0.74.0 → 0.76.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networkmanagement_v1/classes.rb +136 -10
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1/representations.rb +52 -0
- data/lib/google/apis/networkmanagement_v1/service.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d20a2fa7fa5c90f6fdf04b35f2936d7822a61a87c708c52eb3bebb3c2f1db059
|
|
4
|
+
data.tar.gz: e1b1b6469aa7634953121cce58ab68ad2fd7bbdd0dcf5d0eb2c45d9c8a846ccc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a42d4a908edc83881b3d86354250bc7375a5bac7c387b57e1abfe77ec46c01136ae378e8cc4a58304c9649a8b296239f849b9afe7bf1833284a43cf9cdaa662e
|
|
7
|
+
data.tar.gz: d2c06ddcdae0ba32f8b5a3eea2420469b78d7690cbd8e463eb66af5b1ee31ee64e04de9754780aad3582e2a0677746a7b6dac54f4d174ce6f2a976746a0f5629
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.76.0 (2026-01-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260114
|
|
6
|
+
|
|
7
|
+
### v0.75.0 (2026-01-18)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260110
|
|
10
|
+
|
|
3
11
|
### v0.74.0 (2025-12-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251203
|
|
@@ -931,6 +931,11 @@ module Google
|
|
|
931
931
|
# @return [String]
|
|
932
932
|
attr_accessor :gke_master_cluster
|
|
933
933
|
|
|
934
|
+
# A [GKE Pod](https://cloud.google.com/kubernetes-engine/docs/concepts/pod) URI.
|
|
935
|
+
# Corresponds to the JSON property `gkePod`
|
|
936
|
+
# @return [String]
|
|
937
|
+
attr_accessor :gke_pod
|
|
938
|
+
|
|
934
939
|
# A Compute Engine instance URI.
|
|
935
940
|
# Corresponds to the JSON property `instance`
|
|
936
941
|
# @return [String]
|
|
@@ -952,13 +957,14 @@ module Google
|
|
|
952
957
|
# @return [String]
|
|
953
958
|
attr_accessor :load_balancer_type
|
|
954
959
|
|
|
955
|
-
# A VPC network URI.
|
|
960
|
+
# A VPC network URI. Used according to the `network_type`. Relevant only for the
|
|
961
|
+
# source endpoints.
|
|
956
962
|
# Corresponds to the JSON property `network`
|
|
957
963
|
# @return [String]
|
|
958
964
|
attr_accessor :network
|
|
959
965
|
|
|
960
|
-
# Type of the network where the endpoint is located.
|
|
961
|
-
#
|
|
966
|
+
# Type of the network where the endpoint is located. Relevant only for the
|
|
967
|
+
# source endpoints.
|
|
962
968
|
# Corresponds to the JSON property `networkType`
|
|
963
969
|
# @return [String]
|
|
964
970
|
attr_accessor :network_type
|
|
@@ -969,13 +975,8 @@ module Google
|
|
|
969
975
|
# @return [Fixnum]
|
|
970
976
|
attr_accessor :port
|
|
971
977
|
|
|
972
|
-
#
|
|
973
|
-
# the
|
|
974
|
-
# where you may need to provide the project ID: 1. Only the IP address is
|
|
975
|
-
# specified, and the IP address is within a Google Cloud project. 2. When you
|
|
976
|
-
# are using Shared VPC and the IP address that you provide is from the service
|
|
977
|
-
# project. In this case, the network that the IP address resides in is defined
|
|
978
|
-
# in the host project.
|
|
978
|
+
# Endpoint project ID. Used according to the `network_type`. Relevant only for
|
|
979
|
+
# the source endpoints.
|
|
979
980
|
# Corresponds to the JSON property `projectId`
|
|
980
981
|
# @return [String]
|
|
981
982
|
attr_accessor :project_id
|
|
@@ -1006,6 +1007,7 @@ module Google
|
|
|
1006
1007
|
@forwarding_rule_target = args[:forwarding_rule_target] if args.key?(:forwarding_rule_target)
|
|
1007
1008
|
@fqdn = args[:fqdn] if args.key?(:fqdn)
|
|
1008
1009
|
@gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
|
|
1010
|
+
@gke_pod = args[:gke_pod] if args.key?(:gke_pod)
|
|
1009
1011
|
@instance = args[:instance] if args.key?(:instance)
|
|
1010
1012
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1011
1013
|
@load_balancer_id = args[:load_balancer_id] if args.key?(:load_balancer_id)
|
|
@@ -1390,6 +1392,81 @@ module Google
|
|
|
1390
1392
|
end
|
|
1391
1393
|
end
|
|
1392
1394
|
|
|
1395
|
+
# For display only. Metadata associated with a Google Kubernetes Engine (GKE)
|
|
1396
|
+
# Pod.
|
|
1397
|
+
class GkePodInfo
|
|
1398
|
+
include Google::Apis::Core::Hashable
|
|
1399
|
+
|
|
1400
|
+
# IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address
|
|
1401
|
+
# relevant to the trace.
|
|
1402
|
+
# Corresponds to the JSON property `ipAddress`
|
|
1403
|
+
# @return [String]
|
|
1404
|
+
attr_accessor :ip_address
|
|
1405
|
+
|
|
1406
|
+
# URI of the network containing the GKE Pod.
|
|
1407
|
+
# Corresponds to the JSON property `networkUri`
|
|
1408
|
+
# @return [String]
|
|
1409
|
+
attr_accessor :network_uri
|
|
1410
|
+
|
|
1411
|
+
# URI of a GKE Pod. For Pods in regional Clusters, the URI format is: `projects/`
|
|
1412
|
+
# project`/locations/`location`/clusters/`cluster`/k8s/namespaces/`namespace`/
|
|
1413
|
+
# pods/`pod`` For Pods in zonal Clusters, the URI format is: `projects/`project`/
|
|
1414
|
+
# zones/`zone`/clusters/`cluster`/k8s/namespaces/`namespace`/pods/`pod``
|
|
1415
|
+
# Corresponds to the JSON property `podUri`
|
|
1416
|
+
# @return [String]
|
|
1417
|
+
attr_accessor :pod_uri
|
|
1418
|
+
|
|
1419
|
+
def initialize(**args)
|
|
1420
|
+
update!(**args)
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
# Update properties of this object
|
|
1424
|
+
def update!(**args)
|
|
1425
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1426
|
+
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
|
1427
|
+
@pod_uri = args[:pod_uri] if args.key?(:pod_uri)
|
|
1428
|
+
end
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
# For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
|
|
1432
|
+
# state.
|
|
1433
|
+
class GoogleManagedServiceInfo
|
|
1434
|
+
include Google::Apis::Core::Hashable
|
|
1435
|
+
|
|
1436
|
+
# IP address of the Google-managed service endpoint.
|
|
1437
|
+
# Corresponds to the JSON property `ipAddress`
|
|
1438
|
+
# @return [String]
|
|
1439
|
+
attr_accessor :ip_address
|
|
1440
|
+
|
|
1441
|
+
# URI of the Google-managed service endpoint network, it is empty if the IP
|
|
1442
|
+
# address is a public IP address.
|
|
1443
|
+
# Corresponds to the JSON property `networkUri`
|
|
1444
|
+
# @return [String]
|
|
1445
|
+
attr_accessor :network_uri
|
|
1446
|
+
|
|
1447
|
+
# Type of a Google-managed service.
|
|
1448
|
+
# Corresponds to the JSON property `serviceType`
|
|
1449
|
+
# @return [String]
|
|
1450
|
+
attr_accessor :service_type
|
|
1451
|
+
|
|
1452
|
+
# URI of the Google-managed service.
|
|
1453
|
+
# Corresponds to the JSON property `serviceUri`
|
|
1454
|
+
# @return [String]
|
|
1455
|
+
attr_accessor :service_uri
|
|
1456
|
+
|
|
1457
|
+
def initialize(**args)
|
|
1458
|
+
update!(**args)
|
|
1459
|
+
end
|
|
1460
|
+
|
|
1461
|
+
# Update properties of this object
|
|
1462
|
+
def update!(**args)
|
|
1463
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1464
|
+
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
|
1465
|
+
@service_type = args[:service_type] if args.key?(:service_type)
|
|
1466
|
+
@service_uri = args[:service_uri] if args.key?(:service_uri)
|
|
1467
|
+
end
|
|
1468
|
+
end
|
|
1469
|
+
|
|
1393
1470
|
# For display only. Details of a Google Service sending packets to a VPC network.
|
|
1394
1471
|
# Although the source IP might be a publicly routable address, some Google
|
|
1395
1472
|
# Services use special routes within Google production infrastructure to reach
|
|
@@ -1586,6 +1663,34 @@ module Google
|
|
|
1586
1663
|
end
|
|
1587
1664
|
end
|
|
1588
1665
|
|
|
1666
|
+
# For display only. Contains information about why IP masquerading was skipped
|
|
1667
|
+
# for the packet.
|
|
1668
|
+
class IpMasqueradingSkippedInfo
|
|
1669
|
+
include Google::Apis::Core::Hashable
|
|
1670
|
+
|
|
1671
|
+
# The matched non-masquerade IP range. Only set if reason is
|
|
1672
|
+
# DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or
|
|
1673
|
+
# DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE.
|
|
1674
|
+
# Corresponds to the JSON property `nonMasqueradeRange`
|
|
1675
|
+
# @return [String]
|
|
1676
|
+
attr_accessor :non_masquerade_range
|
|
1677
|
+
|
|
1678
|
+
# Reason why IP masquerading was not applied.
|
|
1679
|
+
# Corresponds to the JSON property `reason`
|
|
1680
|
+
# @return [String]
|
|
1681
|
+
attr_accessor :reason
|
|
1682
|
+
|
|
1683
|
+
def initialize(**args)
|
|
1684
|
+
update!(**args)
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
# Update properties of this object
|
|
1688
|
+
def update!(**args)
|
|
1689
|
+
@non_masquerade_range = args[:non_masquerade_range] if args.key?(:non_masquerade_range)
|
|
1690
|
+
@reason = args[:reason] if args.key?(:reason)
|
|
1691
|
+
end
|
|
1692
|
+
end
|
|
1693
|
+
|
|
1589
1694
|
# Describes measured latency distribution.
|
|
1590
1695
|
class LatencyDistribution
|
|
1591
1696
|
include Google::Apis::Core::Hashable
|
|
@@ -3151,6 +3256,18 @@ module Google
|
|
|
3151
3256
|
# @return [Google::Apis::NetworkmanagementV1::GkeMasterInfo]
|
|
3152
3257
|
attr_accessor :gke_master
|
|
3153
3258
|
|
|
3259
|
+
# For display only. Metadata associated with a Google Kubernetes Engine (GKE)
|
|
3260
|
+
# Pod.
|
|
3261
|
+
# Corresponds to the JSON property `gkePod`
|
|
3262
|
+
# @return [Google::Apis::NetworkmanagementV1::GkePodInfo]
|
|
3263
|
+
attr_accessor :gke_pod
|
|
3264
|
+
|
|
3265
|
+
# For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
|
|
3266
|
+
# state.
|
|
3267
|
+
# Corresponds to the JSON property `googleManagedService`
|
|
3268
|
+
# @return [Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo]
|
|
3269
|
+
attr_accessor :google_managed_service
|
|
3270
|
+
|
|
3154
3271
|
# For display only. Details of a Google Service sending packets to a VPC network.
|
|
3155
3272
|
# Although the source IP might be a publicly routable address, some Google
|
|
3156
3273
|
# Services use special routes within Google production infrastructure to reach
|
|
@@ -3175,6 +3292,12 @@ module Google
|
|
|
3175
3292
|
# @return [Google::Apis::NetworkmanagementV1::InterconnectAttachmentInfo]
|
|
3176
3293
|
attr_accessor :interconnect_attachment
|
|
3177
3294
|
|
|
3295
|
+
# For display only. Contains information about why IP masquerading was skipped
|
|
3296
|
+
# for the packet.
|
|
3297
|
+
# Corresponds to the JSON property `ipMasqueradingSkipped`
|
|
3298
|
+
# @return [Google::Apis::NetworkmanagementV1::IpMasqueradingSkippedInfo]
|
|
3299
|
+
attr_accessor :ip_masquerading_skipped
|
|
3300
|
+
|
|
3178
3301
|
# For display only. Metadata associated with a load balancer.
|
|
3179
3302
|
# Corresponds to the JSON property `loadBalancer`
|
|
3180
3303
|
# @return [Google::Apis::NetworkmanagementV1::LoadBalancerInfo]
|
|
@@ -3277,10 +3400,13 @@ module Google
|
|
|
3277
3400
|
@forward = args[:forward] if args.key?(:forward)
|
|
3278
3401
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
3279
3402
|
@gke_master = args[:gke_master] if args.key?(:gke_master)
|
|
3403
|
+
@gke_pod = args[:gke_pod] if args.key?(:gke_pod)
|
|
3404
|
+
@google_managed_service = args[:google_managed_service] if args.key?(:google_managed_service)
|
|
3280
3405
|
@google_service = args[:google_service] if args.key?(:google_service)
|
|
3281
3406
|
@hybrid_subnet = args[:hybrid_subnet] if args.key?(:hybrid_subnet)
|
|
3282
3407
|
@instance = args[:instance] if args.key?(:instance)
|
|
3283
3408
|
@interconnect_attachment = args[:interconnect_attachment] if args.key?(:interconnect_attachment)
|
|
3409
|
+
@ip_masquerading_skipped = args[:ip_masquerading_skipped] if args.key?(:ip_masquerading_skipped)
|
|
3284
3410
|
@load_balancer = args[:load_balancer] if args.key?(:load_balancer)
|
|
3285
3411
|
@load_balancer_backend_info = args[:load_balancer_backend_info] if args.key?(:load_balancer_backend_info)
|
|
3286
3412
|
@nat = args[:nat] if args.key?(:nat)
|
|
@@ -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.76.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,18 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class GkePodInfo
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class GoogleManagedServiceInfo
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
181
193
|
class GoogleServiceInfo
|
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
195
|
|
|
@@ -202,6 +214,12 @@ module Google
|
|
|
202
214
|
include Google::Apis::Core::JsonObjectSupport
|
|
203
215
|
end
|
|
204
216
|
|
|
217
|
+
class IpMasqueradingSkippedInfo
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
205
223
|
class LatencyDistribution
|
|
206
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
225
|
|
|
@@ -645,6 +663,7 @@ module Google
|
|
|
645
663
|
property :forwarding_rule_target, as: 'forwardingRuleTarget'
|
|
646
664
|
property :fqdn, as: 'fqdn'
|
|
647
665
|
property :gke_master_cluster, as: 'gkeMasterCluster'
|
|
666
|
+
property :gke_pod, as: 'gkePod'
|
|
648
667
|
property :instance, as: 'instance'
|
|
649
668
|
property :ip_address, as: 'ipAddress'
|
|
650
669
|
property :load_balancer_id, as: 'loadBalancerId'
|
|
@@ -738,6 +757,25 @@ module Google
|
|
|
738
757
|
end
|
|
739
758
|
end
|
|
740
759
|
|
|
760
|
+
class GkePodInfo
|
|
761
|
+
# @private
|
|
762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
763
|
+
property :ip_address, as: 'ipAddress'
|
|
764
|
+
property :network_uri, as: 'networkUri'
|
|
765
|
+
property :pod_uri, as: 'podUri'
|
|
766
|
+
end
|
|
767
|
+
end
|
|
768
|
+
|
|
769
|
+
class GoogleManagedServiceInfo
|
|
770
|
+
# @private
|
|
771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
772
|
+
property :ip_address, as: 'ipAddress'
|
|
773
|
+
property :network_uri, as: 'networkUri'
|
|
774
|
+
property :service_type, as: 'serviceType'
|
|
775
|
+
property :service_uri, as: 'serviceUri'
|
|
776
|
+
end
|
|
777
|
+
end
|
|
778
|
+
|
|
741
779
|
class GoogleServiceInfo
|
|
742
780
|
# @private
|
|
743
781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -785,6 +823,14 @@ module Google
|
|
|
785
823
|
end
|
|
786
824
|
end
|
|
787
825
|
|
|
826
|
+
class IpMasqueradingSkippedInfo
|
|
827
|
+
# @private
|
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
829
|
+
property :non_masquerade_range, as: 'nonMasqueradeRange'
|
|
830
|
+
property :reason, as: 'reason'
|
|
831
|
+
end
|
|
832
|
+
end
|
|
833
|
+
|
|
788
834
|
class LatencyDistribution
|
|
789
835
|
# @private
|
|
790
836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1166,6 +1212,10 @@ module Google
|
|
|
1166
1212
|
|
|
1167
1213
|
property :gke_master, as: 'gkeMaster', class: Google::Apis::NetworkmanagementV1::GkeMasterInfo, decorator: Google::Apis::NetworkmanagementV1::GkeMasterInfo::Representation
|
|
1168
1214
|
|
|
1215
|
+
property :gke_pod, as: 'gkePod', class: Google::Apis::NetworkmanagementV1::GkePodInfo, decorator: Google::Apis::NetworkmanagementV1::GkePodInfo::Representation
|
|
1216
|
+
|
|
1217
|
+
property :google_managed_service, as: 'googleManagedService', class: Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo::Representation
|
|
1218
|
+
|
|
1169
1219
|
property :google_service, as: 'googleService', class: Google::Apis::NetworkmanagementV1::GoogleServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleServiceInfo::Representation
|
|
1170
1220
|
|
|
1171
1221
|
property :hybrid_subnet, as: 'hybridSubnet', class: Google::Apis::NetworkmanagementV1::HybridSubnetInfo, decorator: Google::Apis::NetworkmanagementV1::HybridSubnetInfo::Representation
|
|
@@ -1174,6 +1224,8 @@ module Google
|
|
|
1174
1224
|
|
|
1175
1225
|
property :interconnect_attachment, as: 'interconnectAttachment', class: Google::Apis::NetworkmanagementV1::InterconnectAttachmentInfo, decorator: Google::Apis::NetworkmanagementV1::InterconnectAttachmentInfo::Representation
|
|
1176
1226
|
|
|
1227
|
+
property :ip_masquerading_skipped, as: 'ipMasqueradingSkipped', class: Google::Apis::NetworkmanagementV1::IpMasqueradingSkippedInfo, decorator: Google::Apis::NetworkmanagementV1::IpMasqueradingSkippedInfo::Representation
|
|
1228
|
+
|
|
1177
1229
|
property :load_balancer, as: 'loadBalancer', class: Google::Apis::NetworkmanagementV1::LoadBalancerInfo, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerInfo::Representation
|
|
1178
1230
|
|
|
1179
1231
|
property :load_balancer_backend_info, as: 'loadBalancerBackendInfo', class: Google::Apis::NetworkmanagementV1::LoadBalancerBackendInfo, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerBackendInfo::Representation
|
|
@@ -157,7 +157,7 @@ module Google
|
|
|
157
157
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
158
158
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
159
159
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
160
|
-
def
|
|
160
|
+
def cancel_organization_location_global_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
161
161
|
command = make_simple_command(:post, 'v1/{+name}:cancel', options)
|
|
162
162
|
command.request_representation = Google::Apis::NetworkmanagementV1::CancelOperationRequest::Representation
|
|
163
163
|
command.request_object = cancel_operation_request_object
|
|
@@ -192,7 +192,7 @@ module Google
|
|
|
192
192
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
193
193
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
194
194
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
195
|
-
def
|
|
195
|
+
def delete_organization_location_global_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
196
196
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
197
197
|
command.response_representation = Google::Apis::NetworkmanagementV1::Empty::Representation
|
|
198
198
|
command.response_class = Google::Apis::NetworkmanagementV1::Empty
|
|
@@ -223,7 +223,7 @@ module Google
|
|
|
223
223
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
224
224
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
225
225
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
226
|
-
def
|
|
226
|
+
def get_organization_location_global_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
227
227
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
228
228
|
command.response_representation = Google::Apis::NetworkmanagementV1::Operation::Representation
|
|
229
229
|
command.response_class = Google::Apis::NetworkmanagementV1::Operation
|
|
@@ -268,7 +268,7 @@ module Google
|
|
|
268
268
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
269
269
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
270
270
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
271
|
-
def
|
|
271
|
+
def list_organization_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
272
272
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
|
273
273
|
command.response_representation = Google::Apis::NetworkmanagementV1::ListOperationsResponse::Representation
|
|
274
274
|
command.response_class = Google::Apis::NetworkmanagementV1::ListOperationsResponse
|
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.76.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.76.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:
|