google-apis-networkmanagement_v1 0.70.0 → 0.71.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.
@@ -1390,31 +1390,6 @@ module Google
1390
1390
  end
1391
1391
  end
1392
1392
 
1393
- # The geographical location of the MonitoringPoint.
1394
- class GeoLocation
1395
- include Google::Apis::Core::Hashable
1396
-
1397
- # Country.
1398
- # Corresponds to the JSON property `country`
1399
- # @return [String]
1400
- attr_accessor :country
1401
-
1402
- # Formatted address.
1403
- # Corresponds to the JSON property `formattedAddress`
1404
- # @return [String]
1405
- attr_accessor :formatted_address
1406
-
1407
- def initialize(**args)
1408
- update!(**args)
1409
- end
1410
-
1411
- # Update properties of this object
1412
- def update!(**args)
1413
- @country = args[:country] if args.key?(:country)
1414
- @formatted_address = args[:formatted_address] if args.key?(:formatted_address)
1415
- end
1416
- end
1417
-
1418
1393
  # For display only. Details of a Google Service sending packets to a VPC network.
1419
1394
  # Although the source IP might be a publicly routable address, some Google
1420
1395
  # Services use special routes within Google production infrastructure to reach
@@ -1444,67 +1419,6 @@ module Google
1444
1419
  end
1445
1420
  end
1446
1421
 
1447
- # Message describing information about the host.
1448
- class Host
1449
- include Google::Apis::Core::Hashable
1450
-
1451
- # Output only. The cloud instance id of the host.
1452
- # Corresponds to the JSON property `cloudInstanceId`
1453
- # @return [String]
1454
- attr_accessor :cloud_instance_id
1455
-
1456
- # Output only. The cloud project id of the host.
1457
- # Corresponds to the JSON property `cloudProjectId`
1458
- # @return [String]
1459
- attr_accessor :cloud_project_id
1460
-
1461
- # Output only. The cloud provider of the host.
1462
- # Corresponds to the JSON property `cloudProvider`
1463
- # @return [String]
1464
- attr_accessor :cloud_provider
1465
-
1466
- # Output only. The cloud region of the host.
1467
- # Corresponds to the JSON property `cloudRegion`
1468
- # @return [String]
1469
- attr_accessor :cloud_region
1470
-
1471
- # Output only. The ids of cloud virtual networks of the host.
1472
- # Corresponds to the JSON property `cloudVirtualNetworkIds`
1473
- # @return [Array<String>]
1474
- attr_accessor :cloud_virtual_network_ids
1475
-
1476
- # Output only. The id of Virtual Private Cloud (VPC) of the host.
1477
- # Corresponds to the JSON property `cloudVpcId`
1478
- # @return [String]
1479
- attr_accessor :cloud_vpc_id
1480
-
1481
- # Output only. The cloud zone of the host.
1482
- # Corresponds to the JSON property `cloudZone`
1483
- # @return [String]
1484
- attr_accessor :cloud_zone
1485
-
1486
- # Output only. The operating system of the host.
1487
- # Corresponds to the JSON property `os`
1488
- # @return [String]
1489
- attr_accessor :os
1490
-
1491
- def initialize(**args)
1492
- update!(**args)
1493
- end
1494
-
1495
- # Update properties of this object
1496
- def update!(**args)
1497
- @cloud_instance_id = args[:cloud_instance_id] if args.key?(:cloud_instance_id)
1498
- @cloud_project_id = args[:cloud_project_id] if args.key?(:cloud_project_id)
1499
- @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
1500
- @cloud_region = args[:cloud_region] if args.key?(:cloud_region)
1501
- @cloud_virtual_network_ids = args[:cloud_virtual_network_ids] if args.key?(:cloud_virtual_network_ids)
1502
- @cloud_vpc_id = args[:cloud_vpc_id] if args.key?(:cloud_vpc_id)
1503
- @cloud_zone = args[:cloud_zone] if args.key?(:cloud_zone)
1504
- @os = args[:os] if args.key?(:os)
1505
- end
1506
- end
1507
-
1508
1422
  # For display only. Metadata associated with a hybrid subnet.
1509
1423
  class HybridSubnetInfo
1510
1424
  include Google::Apis::Core::Hashable
@@ -1773,81 +1687,6 @@ module Google
1773
1687
  end
1774
1688
  end
1775
1689
 
1776
- # Message for response to listing MonitoringPoints
1777
- class ListMonitoringPointsResponse
1778
- include Google::Apis::Core::Hashable
1779
-
1780
- # The list of MonitoringPoints.
1781
- # Corresponds to the JSON property `monitoringPoints`
1782
- # @return [Array<Google::Apis::NetworkmanagementV1::MonitoringPoint>]
1783
- attr_accessor :monitoring_points
1784
-
1785
- # A token identifying a page of results the server should return.
1786
- # Corresponds to the JSON property `nextPageToken`
1787
- # @return [String]
1788
- attr_accessor :next_page_token
1789
-
1790
- def initialize(**args)
1791
- update!(**args)
1792
- end
1793
-
1794
- # Update properties of this object
1795
- def update!(**args)
1796
- @monitoring_points = args[:monitoring_points] if args.key?(:monitoring_points)
1797
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1798
- end
1799
- end
1800
-
1801
- # Message for response to listing NetworkMonitoringProviders
1802
- class ListNetworkMonitoringProvidersResponse
1803
- include Google::Apis::Core::Hashable
1804
-
1805
- # The list of NetworkMonitoringProvider
1806
- # Corresponds to the JSON property `networkMonitoringProviders`
1807
- # @return [Array<Google::Apis::NetworkmanagementV1::NetworkMonitoringProvider>]
1808
- attr_accessor :network_monitoring_providers
1809
-
1810
- # A token identifying a page of results the server should return.
1811
- # Corresponds to the JSON property `nextPageToken`
1812
- # @return [String]
1813
- attr_accessor :next_page_token
1814
-
1815
- def initialize(**args)
1816
- update!(**args)
1817
- end
1818
-
1819
- # Update properties of this object
1820
- def update!(**args)
1821
- @network_monitoring_providers = args[:network_monitoring_providers] if args.key?(:network_monitoring_providers)
1822
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1823
- end
1824
- end
1825
-
1826
- # Message for response to listing NetworkPaths
1827
- class ListNetworkPathsResponse
1828
- include Google::Apis::Core::Hashable
1829
-
1830
- # The list of NetworkPath
1831
- # Corresponds to the JSON property `networkPaths`
1832
- # @return [Array<Google::Apis::NetworkmanagementV1::NetworkPath>]
1833
- attr_accessor :network_paths
1834
-
1835
- # A token identifying a page of results the server should return.
1836
- # Corresponds to the JSON property `nextPageToken`
1837
- # @return [String]
1838
- attr_accessor :next_page_token
1839
-
1840
- def initialize(**args)
1841
- update!(**args)
1842
- end
1843
-
1844
- # Update properties of this object
1845
- def update!(**args)
1846
- @network_paths = args[:network_paths] if args.key?(:network_paths)
1847
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1848
- end
1849
- end
1850
-
1851
1690
  # The response message for Operations.ListOperations.
1852
1691
  class ListOperationsResponse
1853
1692
  include Google::Apis::Core::Hashable
@@ -1862,6 +1701,13 @@ module Google
1862
1701
  # @return [Array<Google::Apis::NetworkmanagementV1::Operation>]
1863
1702
  attr_accessor :operations
1864
1703
 
1704
+ # Unordered list. Unreachable resources. Populated when the request sets `
1705
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1706
+ # when attempting to list all resources across all supported locations.
1707
+ # Corresponds to the JSON property `unreachable`
1708
+ # @return [Array<String>]
1709
+ attr_accessor :unreachable
1710
+
1865
1711
  def initialize(**args)
1866
1712
  update!(**args)
1867
1713
  end
@@ -1870,6 +1716,7 @@ module Google
1870
1716
  def update!(**args)
1871
1717
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1872
1718
  @operations = args[:operations] if args.key?(:operations)
1719
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1873
1720
  end
1874
1721
  end
1875
1722
 
@@ -1904,31 +1751,6 @@ module Google
1904
1751
  end
1905
1752
  end
1906
1753
 
1907
- # Message for response to listing WebPaths
1908
- class ListWebPathsResponse
1909
- include Google::Apis::Core::Hashable
1910
-
1911
- # A token identifying a page of results the server should return.
1912
- # Corresponds to the JSON property `nextPageToken`
1913
- # @return [String]
1914
- attr_accessor :next_page_token
1915
-
1916
- # The list of WebPath.
1917
- # Corresponds to the JSON property `webPaths`
1918
- # @return [Array<Google::Apis::NetworkmanagementV1::WebPath>]
1919
- attr_accessor :web_paths
1920
-
1921
- def initialize(**args)
1922
- update!(**args)
1923
- end
1924
-
1925
- # Update properties of this object
1926
- def update!(**args)
1927
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1928
- @web_paths = args[:web_paths] if args.key?(:web_paths)
1929
- end
1930
- end
1931
-
1932
1754
  # For display only. Metadata associated with a specific load balancer backend.
1933
1755
  class LoadBalancerBackend
1934
1756
  include Google::Apis::Core::Hashable
@@ -2145,126 +1967,6 @@ module Google
2145
1967
  end
2146
1968
  end
2147
1969
 
2148
- # Message describing MonitoringPoint resource.
2149
- class MonitoringPoint
2150
- include Google::Apis::Core::Hashable
2151
-
2152
- # Output only. Indicates if automaitic geographic location is enabled for the
2153
- # MonitoringPoint.
2154
- # Corresponds to the JSON property `autoGeoLocationEnabled`
2155
- # @return [Boolean]
2156
- attr_accessor :auto_geo_location_enabled
2157
- alias_method :auto_geo_location_enabled?, :auto_geo_location_enabled
2158
-
2159
- # Output only. Connection status of the MonitoringPoint.
2160
- # Corresponds to the JSON property `connectionStatus`
2161
- # @return [String]
2162
- attr_accessor :connection_status
2163
-
2164
- # Output only. The time the MonitoringPoint was created.
2165
- # Corresponds to the JSON property `createTime`
2166
- # @return [String]
2167
- attr_accessor :create_time
2168
-
2169
- # Output only. Display name of the MonitoringPoint.
2170
- # Corresponds to the JSON property `displayName`
2171
- # @return [String]
2172
- attr_accessor :display_name
2173
-
2174
- # Output only. The codes of errors detected in the MonitoringPoint.
2175
- # Corresponds to the JSON property `errors`
2176
- # @return [Array<String>]
2177
- attr_accessor :errors
2178
-
2179
- # The geographical location of the MonitoringPoint.
2180
- # Corresponds to the JSON property `geoLocation`
2181
- # @return [Google::Apis::NetworkmanagementV1::GeoLocation]
2182
- attr_accessor :geo_location
2183
-
2184
- # Message describing information about the host.
2185
- # Corresponds to the JSON property `host`
2186
- # @return [Google::Apis::NetworkmanagementV1::Host]
2187
- attr_accessor :host
2188
-
2189
- # Output only. The hostname of the MonitoringPoint.
2190
- # Corresponds to the JSON property `hostname`
2191
- # @return [String]
2192
- attr_accessor :hostname
2193
-
2194
- # Identifier. Name of the resource. Format: `projects/`project`/locations/`
2195
- # location`/networkMonitoringProviders/`network_monitoring_provider`/
2196
- # monitoringPoints/`monitoring_point``
2197
- # Corresponds to the JSON property `name`
2198
- # @return [String]
2199
- attr_accessor :name
2200
-
2201
- # Output only. The network interfaces of the MonitoringPoint.
2202
- # Corresponds to the JSON property `networkInterfaces`
2203
- # @return [Array<Google::Apis::NetworkmanagementV1::NetworkInterface>]
2204
- attr_accessor :network_interfaces
2205
-
2206
- # Output only. IP address visible when MonitoringPoint connects to the provider.
2207
- # Corresponds to the JSON property `originatingIp`
2208
- # @return [String]
2209
- attr_accessor :originating_ip
2210
-
2211
- # Output only. The provider tags of the MonitoringPoint.
2212
- # Corresponds to the JSON property `providerTags`
2213
- # @return [Array<Google::Apis::NetworkmanagementV1::ProviderTag>]
2214
- attr_accessor :provider_tags
2215
-
2216
- # Output only. Deployment type of the MonitoringPoint.
2217
- # Corresponds to the JSON property `type`
2218
- # @return [String]
2219
- attr_accessor :type
2220
-
2221
- # Output only. The time the MonitoringPoint was updated.
2222
- # Corresponds to the JSON property `updateTime`
2223
- # @return [String]
2224
- attr_accessor :update_time
2225
-
2226
- # Output only. Indicates if an upgrade is available for the MonitoringPoint.
2227
- # Corresponds to the JSON property `upgradeAvailable`
2228
- # @return [Boolean]
2229
- attr_accessor :upgrade_available
2230
- alias_method :upgrade_available?, :upgrade_available
2231
-
2232
- # Output only. The type of upgrade available for the MonitoringPoint.
2233
- # Corresponds to the JSON property `upgradeType`
2234
- # @return [String]
2235
- attr_accessor :upgrade_type
2236
-
2237
- # Output only. Version of the software running on the MonitoringPoint.
2238
- # Corresponds to the JSON property `version`
2239
- # @return [String]
2240
- attr_accessor :version
2241
-
2242
- def initialize(**args)
2243
- update!(**args)
2244
- end
2245
-
2246
- # Update properties of this object
2247
- def update!(**args)
2248
- @auto_geo_location_enabled = args[:auto_geo_location_enabled] if args.key?(:auto_geo_location_enabled)
2249
- @connection_status = args[:connection_status] if args.key?(:connection_status)
2250
- @create_time = args[:create_time] if args.key?(:create_time)
2251
- @display_name = args[:display_name] if args.key?(:display_name)
2252
- @errors = args[:errors] if args.key?(:errors)
2253
- @geo_location = args[:geo_location] if args.key?(:geo_location)
2254
- @host = args[:host] if args.key?(:host)
2255
- @hostname = args[:hostname] if args.key?(:hostname)
2256
- @name = args[:name] if args.key?(:name)
2257
- @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
2258
- @originating_ip = args[:originating_ip] if args.key?(:originating_ip)
2259
- @provider_tags = args[:provider_tags] if args.key?(:provider_tags)
2260
- @type = args[:type] if args.key?(:type)
2261
- @update_time = args[:update_time] if args.key?(:update_time)
2262
- @upgrade_available = args[:upgrade_available] if args.key?(:upgrade_available)
2263
- @upgrade_type = args[:upgrade_type] if args.key?(:upgrade_type)
2264
- @version = args[:version] if args.key?(:version)
2265
- end
2266
- end
2267
-
2268
1970
  # For display only. Metadata associated with NAT.
2269
1971
  class NatInfo
2270
1972
  include Google::Apis::Core::Hashable
@@ -2400,230 +2102,6 @@ module Google
2400
2102
  end
2401
2103
  end
2402
2104
 
2403
- # Message describing network interfaces.
2404
- class NetworkInterface
2405
- include Google::Apis::Core::Hashable
2406
-
2407
- # Output only. The description of the interface.
2408
- # Corresponds to the JSON property `adapterDescription`
2409
- # @return [String]
2410
- attr_accessor :adapter_description
2411
-
2412
- # Output only. The IP address of the interface and subnet mask in CIDR format.
2413
- # Examples: 192.168.1.0/24, 2001:db8::/32
2414
- # Corresponds to the JSON property `cidr`
2415
- # @return [String]
2416
- attr_accessor :cidr
2417
-
2418
- # Output only. The name of the network interface. Examples: eth0, eno1
2419
- # Corresponds to the JSON property `interfaceName`
2420
- # @return [String]
2421
- attr_accessor :interface_name
2422
-
2423
- # Output only. The IP address of the interface.
2424
- # Corresponds to the JSON property `ipAddress`
2425
- # @return [String]
2426
- attr_accessor :ip_address
2427
-
2428
- # Output only. The MAC address of the interface.
2429
- # Corresponds to the JSON property `macAddress`
2430
- # @return [String]
2431
- attr_accessor :mac_address
2432
-
2433
- # Output only. Speed of the interface in millions of bits per second.
2434
- # Corresponds to the JSON property `speed`
2435
- # @return [Fixnum]
2436
- attr_accessor :speed
2437
-
2438
- # Output only. The id of the VLAN.
2439
- # Corresponds to the JSON property `vlanId`
2440
- # @return [Fixnum]
2441
- attr_accessor :vlan_id
2442
-
2443
- def initialize(**args)
2444
- update!(**args)
2445
- end
2446
-
2447
- # Update properties of this object
2448
- def update!(**args)
2449
- @adapter_description = args[:adapter_description] if args.key?(:adapter_description)
2450
- @cidr = args[:cidr] if args.key?(:cidr)
2451
- @interface_name = args[:interface_name] if args.key?(:interface_name)
2452
- @ip_address = args[:ip_address] if args.key?(:ip_address)
2453
- @mac_address = args[:mac_address] if args.key?(:mac_address)
2454
- @speed = args[:speed] if args.key?(:speed)
2455
- @vlan_id = args[:vlan_id] if args.key?(:vlan_id)
2456
- end
2457
- end
2458
-
2459
- # Message describing NetworkMonitoringProvider resource.
2460
- class NetworkMonitoringProvider
2461
- include Google::Apis::Core::Hashable
2462
-
2463
- # Output only. The time the NetworkMonitoringProvider was created.
2464
- # Corresponds to the JSON property `createTime`
2465
- # @return [String]
2466
- attr_accessor :create_time
2467
-
2468
- # Output only. The list of error messages detected for the
2469
- # NetworkMonitoringProvider.
2470
- # Corresponds to the JSON property `errors`
2471
- # @return [Array<String>]
2472
- attr_accessor :errors
2473
-
2474
- # Output only. Identifier. Name of the resource. Format: `projects/`project`/
2475
- # locations/`location`/networkMonitoringProviders/`network_monitoring_provider``
2476
- # Corresponds to the JSON property `name`
2477
- # @return [String]
2478
- attr_accessor :name
2479
-
2480
- # Required. Type of the NetworkMonitoringProvider.
2481
- # Corresponds to the JSON property `providerType`
2482
- # @return [String]
2483
- attr_accessor :provider_type
2484
-
2485
- # Output only. Link to the provider's UI.
2486
- # Corresponds to the JSON property `providerUri`
2487
- # @return [String]
2488
- attr_accessor :provider_uri
2489
-
2490
- # Output only. State of the NetworkMonitoringProvider.
2491
- # Corresponds to the JSON property `state`
2492
- # @return [String]
2493
- attr_accessor :state
2494
-
2495
- # Output only. The time the NetworkMonitoringProvider was updated.
2496
- # Corresponds to the JSON property `updateTime`
2497
- # @return [String]
2498
- attr_accessor :update_time
2499
-
2500
- def initialize(**args)
2501
- update!(**args)
2502
- end
2503
-
2504
- # Update properties of this object
2505
- def update!(**args)
2506
- @create_time = args[:create_time] if args.key?(:create_time)
2507
- @errors = args[:errors] if args.key?(:errors)
2508
- @name = args[:name] if args.key?(:name)
2509
- @provider_type = args[:provider_type] if args.key?(:provider_type)
2510
- @provider_uri = args[:provider_uri] if args.key?(:provider_uri)
2511
- @state = args[:state] if args.key?(:state)
2512
- @update_time = args[:update_time] if args.key?(:update_time)
2513
- end
2514
- end
2515
-
2516
- # Message describing NetworkPath resource.
2517
- class NetworkPath
2518
- include Google::Apis::Core::Hashable
2519
-
2520
- # Output only. The time the NetworkPath was created.
2521
- # Corresponds to the JSON property `createTime`
2522
- # @return [String]
2523
- attr_accessor :create_time
2524
-
2525
- # Output only. IP address or hostname of the network path destination.
2526
- # Corresponds to the JSON property `destination`
2527
- # @return [String]
2528
- attr_accessor :destination
2529
-
2530
- # The geographical location of the MonitoringPoint.
2531
- # Corresponds to the JSON property `destinationGeoLocation`
2532
- # @return [Google::Apis::NetworkmanagementV1::GeoLocation]
2533
- attr_accessor :destination_geo_location
2534
-
2535
- # Output only. The display name of the network path.
2536
- # Corresponds to the JSON property `displayName`
2537
- # @return [String]
2538
- attr_accessor :display_name
2539
-
2540
- # Output only. Indicates if the network path is dual ended. When true, the
2541
- # network path is measured both: from both source to destination, and from
2542
- # destination to source. When false, the network path is measured from the
2543
- # source through the destination back to the source (round trip measurement).
2544
- # Corresponds to the JSON property `dualEnded`
2545
- # @return [Boolean]
2546
- attr_accessor :dual_ended
2547
- alias_method :dual_ended?, :dual_ended
2548
-
2549
- # Output only. Is monitoring enabled for the network path.
2550
- # Corresponds to the JSON property `monitoringEnabled`
2551
- # @return [Boolean]
2552
- attr_accessor :monitoring_enabled
2553
- alias_method :monitoring_enabled?, :monitoring_enabled
2554
-
2555
- # Output only. Display name of the monitoring policy.
2556
- # Corresponds to the JSON property `monitoringPolicyDisplayName`
2557
- # @return [String]
2558
- attr_accessor :monitoring_policy_display_name
2559
-
2560
- # Output only. ID of monitoring policy.
2561
- # Corresponds to the JSON property `monitoringPolicyId`
2562
- # @return [String]
2563
- attr_accessor :monitoring_policy_id
2564
-
2565
- # Output only. The monitoring status of the network path.
2566
- # Corresponds to the JSON property `monitoringStatus`
2567
- # @return [String]
2568
- attr_accessor :monitoring_status
2569
-
2570
- # Identifier. Name of the resource. Format: `projects/`project`/locations/`
2571
- # location`/networkMonitoringProviders/`network_monitoring_provider`/
2572
- # networkPaths/`network_path``
2573
- # Corresponds to the JSON property `name`
2574
- # @return [String]
2575
- attr_accessor :name
2576
-
2577
- # Output only. The network protocol of the network path.
2578
- # Corresponds to the JSON property `networkProtocol`
2579
- # @return [String]
2580
- attr_accessor :network_protocol
2581
-
2582
- # Output only. The provider tags of the network path.
2583
- # Corresponds to the JSON property `providerTags`
2584
- # @return [Array<Google::Apis::NetworkmanagementV1::ProviderTag>]
2585
- attr_accessor :provider_tags
2586
-
2587
- # Output only. Link to provider's UI; link shows the NetworkPath.
2588
- # Corresponds to the JSON property `providerUiUri`
2589
- # @return [String]
2590
- attr_accessor :provider_ui_uri
2591
-
2592
- # Output only. Provider's UUID of the source MonitoringPoint. This id may not
2593
- # point to a resource in the GCP.
2594
- # Corresponds to the JSON property `sourceMonitoringPointId`
2595
- # @return [String]
2596
- attr_accessor :source_monitoring_point_id
2597
-
2598
- # Output only. The time the NetworkPath was updated.
2599
- # Corresponds to the JSON property `updateTime`
2600
- # @return [String]
2601
- attr_accessor :update_time
2602
-
2603
- def initialize(**args)
2604
- update!(**args)
2605
- end
2606
-
2607
- # Update properties of this object
2608
- def update!(**args)
2609
- @create_time = args[:create_time] if args.key?(:create_time)
2610
- @destination = args[:destination] if args.key?(:destination)
2611
- @destination_geo_location = args[:destination_geo_location] if args.key?(:destination_geo_location)
2612
- @display_name = args[:display_name] if args.key?(:display_name)
2613
- @dual_ended = args[:dual_ended] if args.key?(:dual_ended)
2614
- @monitoring_enabled = args[:monitoring_enabled] if args.key?(:monitoring_enabled)
2615
- @monitoring_policy_display_name = args[:monitoring_policy_display_name] if args.key?(:monitoring_policy_display_name)
2616
- @monitoring_policy_id = args[:monitoring_policy_id] if args.key?(:monitoring_policy_id)
2617
- @monitoring_status = args[:monitoring_status] if args.key?(:monitoring_status)
2618
- @name = args[:name] if args.key?(:name)
2619
- @network_protocol = args[:network_protocol] if args.key?(:network_protocol)
2620
- @provider_tags = args[:provider_tags] if args.key?(:provider_tags)
2621
- @provider_ui_uri = args[:provider_ui_uri] if args.key?(:provider_ui_uri)
2622
- @source_monitoring_point_id = args[:source_monitoring_point_id] if args.key?(:source_monitoring_point_id)
2623
- @update_time = args[:update_time] if args.key?(:update_time)
2624
- end
2625
- end
2626
-
2627
2105
  # This resource represents a long-running operation that is the result of a
2628
2106
  # network API call.
2629
2107
  class Operation
@@ -2926,37 +2404,6 @@ module Google
2926
2404
  end
2927
2405
  end
2928
2406
 
2929
- # Message describing the provider tag.
2930
- class ProviderTag
2931
- include Google::Apis::Core::Hashable
2932
-
2933
- # Output only. The category of the provider tag.
2934
- # Corresponds to the JSON property `category`
2935
- # @return [String]
2936
- attr_accessor :category
2937
-
2938
- # Output only. The resource type of the provider tag.
2939
- # Corresponds to the JSON property `resourceType`
2940
- # @return [String]
2941
- attr_accessor :resource_type
2942
-
2943
- # Output only. The value of the provider tag.
2944
- # Corresponds to the JSON property `value`
2945
- # @return [String]
2946
- attr_accessor :value
2947
-
2948
- def initialize(**args)
2949
- update!(**args)
2950
- end
2951
-
2952
- # Update properties of this object
2953
- def update!(**args)
2954
- @category = args[:category] if args.key?(:category)
2955
- @resource_type = args[:resource_type] if args.key?(:resource_type)
2956
- @value = args[:value] if args.key?(:value)
2957
- end
2958
- end
2959
-
2960
2407
  # For display only. Metadata associated with ProxyConnection.
2961
2408
  class ProxyConnectionInfo
2962
2409
  include Google::Apis::Core::Hashable
@@ -4232,112 +3679,6 @@ module Google
4232
3679
  @uri = args[:uri] if args.key?(:uri)
4233
3680
  end
4234
3681
  end
4235
-
4236
- # Message describing WebPath resource.
4237
- class WebPath
4238
- include Google::Apis::Core::Hashable
4239
-
4240
- # Output only. The time the WebPath was created.
4241
- # Corresponds to the JSON property `createTime`
4242
- # @return [String]
4243
- attr_accessor :create_time
4244
-
4245
- # Output only. Web monitoring target.
4246
- # Corresponds to the JSON property `destination`
4247
- # @return [String]
4248
- attr_accessor :destination
4249
-
4250
- # Output only. Display name of the WebPath.
4251
- # Corresponds to the JSON property `displayName`
4252
- # @return [String]
4253
- attr_accessor :display_name
4254
-
4255
- # Output only. Monitoring interval.
4256
- # Corresponds to the JSON property `interval`
4257
- # @return [String]
4258
- attr_accessor :interval
4259
-
4260
- # Output only. Is monitoring enabled for the WebPath.
4261
- # Corresponds to the JSON property `monitoringEnabled`
4262
- # @return [Boolean]
4263
- attr_accessor :monitoring_enabled
4264
- alias_method :monitoring_enabled?, :monitoring_enabled
4265
-
4266
- # Output only. Display name of the monitoring policy.
4267
- # Corresponds to the JSON property `monitoringPolicyDisplayName`
4268
- # @return [String]
4269
- attr_accessor :monitoring_policy_display_name
4270
-
4271
- # Output only. ID of the monitoring policy.
4272
- # Corresponds to the JSON property `monitoringPolicyId`
4273
- # @return [String]
4274
- attr_accessor :monitoring_policy_id
4275
-
4276
- # Output only. The monitoring status of the WebPath.
4277
- # Corresponds to the JSON property `monitoringStatus`
4278
- # @return [String]
4279
- attr_accessor :monitoring_status
4280
-
4281
- # Identifier. Name of the resource. Format: `projects/`project`/locations/`
4282
- # location`/networkMonitoringProviders/`network_monitoring_provider`/webPaths/`
4283
- # web_path``
4284
- # Corresponds to the JSON property `name`
4285
- # @return [String]
4286
- attr_accessor :name
4287
-
4288
- # Output only. The provider tags of the web path.
4289
- # Corresponds to the JSON property `providerTags`
4290
- # @return [Array<Google::Apis::NetworkmanagementV1::ProviderTag>]
4291
- attr_accessor :provider_tags
4292
-
4293
- # Output only. Link to provider's UI; link shows the WebPath.
4294
- # Corresponds to the JSON property `providerUiUri`
4295
- # @return [String]
4296
- attr_accessor :provider_ui_uri
4297
-
4298
- # Output only. Provider's UUID of the related NetworkPath.
4299
- # Corresponds to the JSON property `relatedNetworkPathId`
4300
- # @return [String]
4301
- attr_accessor :related_network_path_id
4302
-
4303
- # Output only. ID of the source MonitoringPoint.
4304
- # Corresponds to the JSON property `sourceMonitoringPointId`
4305
- # @return [String]
4306
- attr_accessor :source_monitoring_point_id
4307
-
4308
- # Output only. The time the WebPath was updated.
4309
- # Corresponds to the JSON property `updateTime`
4310
- # @return [String]
4311
- attr_accessor :update_time
4312
-
4313
- # Output only. The workflow type of the WebPath.
4314
- # Corresponds to the JSON property `workflowType`
4315
- # @return [String]
4316
- attr_accessor :workflow_type
4317
-
4318
- def initialize(**args)
4319
- update!(**args)
4320
- end
4321
-
4322
- # Update properties of this object
4323
- def update!(**args)
4324
- @create_time = args[:create_time] if args.key?(:create_time)
4325
- @destination = args[:destination] if args.key?(:destination)
4326
- @display_name = args[:display_name] if args.key?(:display_name)
4327
- @interval = args[:interval] if args.key?(:interval)
4328
- @monitoring_enabled = args[:monitoring_enabled] if args.key?(:monitoring_enabled)
4329
- @monitoring_policy_display_name = args[:monitoring_policy_display_name] if args.key?(:monitoring_policy_display_name)
4330
- @monitoring_policy_id = args[:monitoring_policy_id] if args.key?(:monitoring_policy_id)
4331
- @monitoring_status = args[:monitoring_status] if args.key?(:monitoring_status)
4332
- @name = args[:name] if args.key?(:name)
4333
- @provider_tags = args[:provider_tags] if args.key?(:provider_tags)
4334
- @provider_ui_uri = args[:provider_ui_uri] if args.key?(:provider_ui_uri)
4335
- @related_network_path_id = args[:related_network_path_id] if args.key?(:related_network_path_id)
4336
- @source_monitoring_point_id = args[:source_monitoring_point_id] if args.key?(:source_monitoring_point_id)
4337
- @update_time = args[:update_time] if args.key?(:update_time)
4338
- @workflow_type = args[:workflow_type] if args.key?(:workflow_type)
4339
- end
4340
- end
4341
3682
  end
4342
3683
  end
4343
3684
  end