google-apis-networkmanagement_v1 0.63.0 → 0.64.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.
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.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 = "20250625"
25
+ REVISION = "20250702"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,12 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
+ class Host
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
181
187
  class InstanceInfo
182
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
189
 
@@ -208,6 +214,24 @@ module Google
208
214
  include Google::Apis::Core::JsonObjectSupport
209
215
  end
210
216
 
217
+ class ListMonitoringPointsResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ListNetworkMonitoringProvidersResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class ListNetworkPathsResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
211
235
  class ListOperationsResponse
212
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
237
 
@@ -220,6 +244,12 @@ module Google
220
244
  include Google::Apis::Core::JsonObjectSupport
221
245
  end
222
246
 
247
+ class ListWebPathsResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
223
253
  class LoadBalancerBackend
224
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
255
 
@@ -244,6 +274,12 @@ module Google
244
274
  include Google::Apis::Core::JsonObjectSupport
245
275
  end
246
276
 
277
+ class MonitoringPoint
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
247
283
  class NatInfo
248
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
285
 
@@ -256,6 +292,24 @@ module Google
256
292
  include Google::Apis::Core::JsonObjectSupport
257
293
  end
258
294
 
295
+ class NetworkInterface
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class NetworkMonitoringProvider
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class NetworkPath
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
259
313
  class Operation
260
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
315
 
@@ -280,6 +334,12 @@ module Google
280
334
  include Google::Apis::Core::JsonObjectSupport
281
335
  end
282
336
 
337
+ class ProviderTag
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
283
343
  class ProxyConnectionInfo
284
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
345
 
@@ -400,6 +460,12 @@ module Google
400
460
  include Google::Apis::Core::JsonObjectSupport
401
461
  end
402
462
 
463
+ class WebPath
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
403
469
  class AbortInfo
404
470
  # @private
405
471
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -694,6 +760,19 @@ module Google
694
760
  end
695
761
  end
696
762
 
763
+ class Host
764
+ # @private
765
+ class Representation < Google::Apis::Core::JsonRepresentation
766
+ property :cloud_instance_id, as: 'cloudInstanceId'
767
+ property :cloud_project_id, as: 'cloudProjectId'
768
+ property :cloud_provider, as: 'cloudProvider'
769
+ property :cloud_region, as: 'cloudRegion'
770
+ property :cloud_vpc_id, as: 'cloudVpcId'
771
+ property :cloud_zone, as: 'cloudZone'
772
+ property :os, as: 'os'
773
+ end
774
+ end
775
+
697
776
  class InstanceInfo
698
777
  # @private
699
778
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -746,6 +825,33 @@ module Google
746
825
  end
747
826
  end
748
827
 
828
+ class ListMonitoringPointsResponse
829
+ # @private
830
+ class Representation < Google::Apis::Core::JsonRepresentation
831
+ collection :monitoring_points, as: 'monitoringPoints', class: Google::Apis::NetworkmanagementV1::MonitoringPoint, decorator: Google::Apis::NetworkmanagementV1::MonitoringPoint::Representation
832
+
833
+ property :next_page_token, as: 'nextPageToken'
834
+ end
835
+ end
836
+
837
+ class ListNetworkMonitoringProvidersResponse
838
+ # @private
839
+ class Representation < Google::Apis::Core::JsonRepresentation
840
+ collection :network_monitoring_providers, as: 'networkMonitoringProviders', class: Google::Apis::NetworkmanagementV1::NetworkMonitoringProvider, decorator: Google::Apis::NetworkmanagementV1::NetworkMonitoringProvider::Representation
841
+
842
+ property :next_page_token, as: 'nextPageToken'
843
+ end
844
+ end
845
+
846
+ class ListNetworkPathsResponse
847
+ # @private
848
+ class Representation < Google::Apis::Core::JsonRepresentation
849
+ collection :network_paths, as: 'networkPaths', class: Google::Apis::NetworkmanagementV1::NetworkPath, decorator: Google::Apis::NetworkmanagementV1::NetworkPath::Representation
850
+
851
+ property :next_page_token, as: 'nextPageToken'
852
+ end
853
+ end
854
+
749
855
  class ListOperationsResponse
750
856
  # @private
751
857
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -765,6 +871,15 @@ module Google
765
871
  end
766
872
  end
767
873
 
874
+ class ListWebPathsResponse
875
+ # @private
876
+ class Representation < Google::Apis::Core::JsonRepresentation
877
+ property :next_page_token, as: 'nextPageToken'
878
+ collection :web_paths, as: 'webPaths', class: Google::Apis::NetworkmanagementV1::WebPath, decorator: Google::Apis::NetworkmanagementV1::WebPath::Representation
879
+
880
+ end
881
+ end
882
+
768
883
  class LoadBalancerBackend
769
884
  # @private
770
885
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -815,6 +930,31 @@ module Google
815
930
  end
816
931
  end
817
932
 
933
+ class MonitoringPoint
934
+ # @private
935
+ class Representation < Google::Apis::Core::JsonRepresentation
936
+ property :auto_geo_location_enabled, as: 'autoGeoLocationEnabled'
937
+ property :connection_status, as: 'connectionStatus'
938
+ property :create_time, as: 'createTime'
939
+ property :display_name, as: 'displayName'
940
+ collection :errors, as: 'errors'
941
+ property :geo_location, as: 'geoLocation'
942
+ property :host, as: 'host', class: Google::Apis::NetworkmanagementV1::Host, decorator: Google::Apis::NetworkmanagementV1::Host::Representation
943
+
944
+ property :hostname, as: 'hostname'
945
+ property :name, as: 'name'
946
+ collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::NetworkmanagementV1::NetworkInterface, decorator: Google::Apis::NetworkmanagementV1::NetworkInterface::Representation
947
+
948
+ property :originating_ip, as: 'originatingIp'
949
+ collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
950
+
951
+ property :type, as: 'type'
952
+ property :update_time, as: 'updateTime'
953
+ property :upgrade_type, as: 'upgradeType'
954
+ property :version, as: 'version'
955
+ end
956
+ end
957
+
818
958
  class NatInfo
819
959
  # @private
820
960
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -845,6 +985,53 @@ module Google
845
985
  end
846
986
  end
847
987
 
988
+ class NetworkInterface
989
+ # @private
990
+ class Representation < Google::Apis::Core::JsonRepresentation
991
+ property :adapter_description, as: 'adapterDescription'
992
+ property :cidr, as: 'cidr'
993
+ property :interface_name, as: 'interfaceName'
994
+ property :ip_address, as: 'ipAddress'
995
+ property :mac_address, as: 'macAddress'
996
+ property :speed, :numeric_string => true, as: 'speed'
997
+ property :vlan_id, :numeric_string => true, as: 'vlanId'
998
+ end
999
+ end
1000
+
1001
+ class NetworkMonitoringProvider
1002
+ # @private
1003
+ class Representation < Google::Apis::Core::JsonRepresentation
1004
+ property :create_time, as: 'createTime'
1005
+ property :name, as: 'name'
1006
+ property :provider_type, as: 'providerType'
1007
+ property :provider_uri, as: 'providerUri'
1008
+ property :state, as: 'state'
1009
+ property :update_time, as: 'updateTime'
1010
+ end
1011
+ end
1012
+
1013
+ class NetworkPath
1014
+ # @private
1015
+ class Representation < Google::Apis::Core::JsonRepresentation
1016
+ property :create_time, as: 'createTime'
1017
+ property :destination, as: 'destination'
1018
+ property :destination_geo_location, as: 'destinationGeoLocation'
1019
+ property :display_name, as: 'displayName'
1020
+ property :dual_ended, as: 'dualEnded'
1021
+ property :monitoring_enabled, as: 'monitoringEnabled'
1022
+ property :monitoring_policy_display_name, as: 'monitoringPolicyDisplayName'
1023
+ property :monitoring_policy_id, as: 'monitoringPolicyId'
1024
+ property :monitoring_status, as: 'monitoringStatus'
1025
+ property :name, as: 'name'
1026
+ property :network_protocol, as: 'networkProtocol'
1027
+ collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
1028
+
1029
+ property :provider_ui_uri, as: 'providerUiUri'
1030
+ property :source_monitoring_point_id, as: 'sourceMonitoringPointId'
1031
+ property :update_time, as: 'updateTime'
1032
+ end
1033
+ end
1034
+
848
1035
  class Operation
849
1036
  # @private
850
1037
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -904,6 +1091,15 @@ module Google
904
1091
  end
905
1092
  end
906
1093
 
1094
+ class ProviderTag
1095
+ # @private
1096
+ class Representation < Google::Apis::Core::JsonRepresentation
1097
+ property :category, as: 'category'
1098
+ property :resource_type, as: 'resourceType'
1099
+ property :value, as: 'value'
1100
+ end
1101
+ end
1102
+
907
1103
  class ProxyConnectionInfo
908
1104
  # @private
909
1105
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1194,6 +1390,28 @@ module Google
1194
1390
  property :uri, as: 'uri'
1195
1391
  end
1196
1392
  end
1393
+
1394
+ class WebPath
1395
+ # @private
1396
+ class Representation < Google::Apis::Core::JsonRepresentation
1397
+ property :create_time, as: 'createTime'
1398
+ property :destination, as: 'destination'
1399
+ property :display_name, as: 'displayName'
1400
+ property :interval, as: 'interval'
1401
+ property :monitoring_enabled, as: 'monitoringEnabled'
1402
+ property :monitoring_policy_display_name, as: 'monitoringPolicyDisplayName'
1403
+ property :monitoring_policy_id, as: 'monitoringPolicyId'
1404
+ property :monitoring_status, as: 'monitoringStatus'
1405
+ property :name, as: 'name'
1406
+ collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
1407
+
1408
+ property :provider_ui_uri, as: 'providerUiUri'
1409
+ property :related_network_path_id, as: 'relatedNetworkPathId'
1410
+ property :source_monitoring_point_id, as: 'sourceMonitoringPointId'
1411
+ property :update_time, as: 'updateTime'
1412
+ property :workflow_type, as: 'workflowType'
1413
+ end
1414
+ end
1197
1415
  end
1198
1416
  end
1199
1417
  end