@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20250616 → 0.0.20250702

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.
Files changed (2) hide show
  1. package/index.d.ts +523 -14
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://networkmanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250616
12
+ // Revision: 20250702
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -334,6 +334,22 @@ declare namespace gapi.client {
334
334
  /** Source IP address. */
335
335
  sourceIp?: string;
336
336
  }
337
+ interface Host {
338
+ /** Output only. The cloud instance id of the host. */
339
+ cloudInstanceId?: string;
340
+ /** Output only. The cloud project id of the host. */
341
+ cloudProjectId?: string;
342
+ /** Output only. The cloud provider of the host. */
343
+ cloudProvider?: string;
344
+ /** Output only. The cloud region of the host. */
345
+ cloudRegion?: string;
346
+ /** Output only. The id of Virtual Private Cloud (VPC) of the host. */
347
+ cloudVpcId?: string;
348
+ /** Output only. The cloud zone of the host. */
349
+ cloudZone?: string;
350
+ /** Output only. The operating system of the host. */
351
+ os?: string;
352
+ }
337
353
  interface InstanceInfo {
338
354
  /** Name of a Compute Engine instance. */
339
355
  displayName?: string;
@@ -382,6 +398,24 @@ declare namespace gapi.client {
382
398
  /** The standard List next-page token. */
383
399
  nextPageToken?: string;
384
400
  }
401
+ interface ListMonitoringPointsResponse {
402
+ /** The list of MonitoringPoints. */
403
+ monitoringPoints?: MonitoringPoint[];
404
+ /** A token identifying a page of results the server should return. */
405
+ nextPageToken?: string;
406
+ }
407
+ interface ListNetworkMonitoringProvidersResponse {
408
+ /** The list of NetworkMonitoringProvider */
409
+ networkMonitoringProviders?: NetworkMonitoringProvider[];
410
+ /** A token identifying a page of results the server should return. */
411
+ nextPageToken?: string;
412
+ }
413
+ interface ListNetworkPathsResponse {
414
+ /** The list of NetworkPath */
415
+ networkPaths?: NetworkPath[];
416
+ /** A token identifying a page of results the server should return. */
417
+ nextPageToken?: string;
418
+ }
385
419
  interface ListOperationsResponse {
386
420
  /** The standard List next-page token. */
387
421
  nextPageToken?: string;
@@ -396,6 +430,12 @@ declare namespace gapi.client {
396
430
  /** List of VPC Flow Log configurations. */
397
431
  vpcFlowLogsConfigs?: VpcFlowLogsConfig[];
398
432
  }
433
+ interface ListWebPathsResponse {
434
+ /** A token identifying a page of results the server should return. */
435
+ nextPageToken?: string;
436
+ /** The list of WebPath. */
437
+ webPaths?: WebPath[];
438
+ }
399
439
  interface LoadBalancerBackend {
400
440
  /** Name of a Compute Engine instance or network endpoint. */
401
441
  displayName?: string;
@@ -454,6 +494,40 @@ declare namespace gapi.client {
454
494
  /** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
455
495
  name?: string;
456
496
  }
497
+ interface MonitoringPoint {
498
+ /** Output only. Indicates if automaitic geographic location is enabled for the MonitoringPoint. */
499
+ autoGeoLocationEnabled?: boolean;
500
+ /** Output only. Connection status of the MonitoringPoint. */
501
+ connectionStatus?: string;
502
+ /** Output only. The time the MonitoringPoint was created. */
503
+ createTime?: string;
504
+ /** Output only. Display name of the MonitoringPoint. */
505
+ displayName?: string;
506
+ /** Output only. The codes of errors detected in the MonitoringPoint. */
507
+ errors?: string[];
508
+ /** Output only. The geographical location of the MonitoringPoint. Examples: - "New York, NY, USA" - "Berlin, Germany" */
509
+ geoLocation?: string;
510
+ /** Output only. The host information of the MonitoringPoint. */
511
+ host?: Host;
512
+ /** Output only. The hostname of the MonitoringPoint. */
513
+ hostname?: string;
514
+ /** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point}` */
515
+ name?: string;
516
+ /** Output only. The network interfaces of the MonitoringPoint. */
517
+ networkInterfaces?: NetworkInterface[];
518
+ /** Output only. IP address visible when MonitoringPoint connects to the provider. */
519
+ originatingIp?: string;
520
+ /** Output only. The provider tags of the MonitoringPoint. */
521
+ providerTags?: ProviderTag[];
522
+ /** Output only. Deployment type of the MonitoringPoint. */
523
+ type?: string;
524
+ /** Output only. The time the MonitoringPoint was updated. */
525
+ updateTime?: string;
526
+ /** Output only. The type of upgrade available for the MonitoringPoint. */
527
+ upgradeType?: string;
528
+ /** Output only. Version of the software running on the MonitoringPoint. */
529
+ version?: string;
530
+ }
457
531
  interface NatInfo {
458
532
  /** The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT. */
459
533
  natGatewayName?: string;
@@ -494,6 +568,68 @@ declare namespace gapi.client {
494
568
  /** URI of a Compute Engine network. */
495
569
  uri?: string;
496
570
  }
571
+ interface NetworkInterface {
572
+ /** Output only. The description of the interface. */
573
+ adapterDescription?: string;
574
+ /** Output only. The IP address of the interface and subnet mask in CIDR format. Examples: 192.168.1.0/24, 2001:db8::/32 */
575
+ cidr?: string;
576
+ /** Output only. The name of the network interface. Examples: eth0, eno1 */
577
+ interfaceName?: string;
578
+ /** Output only. The IP address of the interface. */
579
+ ipAddress?: string;
580
+ /** Output only. The MAC address of the interface. */
581
+ macAddress?: string;
582
+ /** Output only. Speed of the interface in millions of bits per second. */
583
+ speed?: string;
584
+ /** Output only. The id of the VLAN. */
585
+ vlanId?: string;
586
+ }
587
+ interface NetworkMonitoringProvider {
588
+ /** Output only. The time the NetworkMonitoringProvider was created. */
589
+ createTime?: string;
590
+ /** Output only. Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}` */
591
+ name?: string;
592
+ /** Required. Type of the NetworkMonitoringProvider. */
593
+ providerType?: string;
594
+ /** Output only. Link to the provider's UI. */
595
+ providerUri?: string;
596
+ /** Output only. State of the NetworkMonitoringProvider. */
597
+ state?: string;
598
+ /** Output only. The time the NetworkMonitoringProvider was updated. */
599
+ updateTime?: string;
600
+ }
601
+ interface NetworkPath {
602
+ /** Output only. The time the NetworkPath was created. */
603
+ createTime?: string;
604
+ /** Output only. IP address or hostname of the network path destination. */
605
+ destination?: string;
606
+ /** Output only. Geographical location of the destination MonitoringPoint. */
607
+ destinationGeoLocation?: string;
608
+ /** Output only. The display name of the network path. */
609
+ displayName?: string;
610
+ /** Output only. Indicates if the network path is dual ended. When true, the network path is measured both: from both source to destination, and from destination to source. When false, the network path is measured from the source through the destination back to the source (round trip measurement). */
611
+ dualEnded?: boolean;
612
+ /** Output only. Is monitoring enabled for the network path. */
613
+ monitoringEnabled?: boolean;
614
+ /** Output only. Display name of the monitoring policy. */
615
+ monitoringPolicyDisplayName?: string;
616
+ /** Output only. ID of monitoring policy. */
617
+ monitoringPolicyId?: string;
618
+ /** Output only. The monitoring status of the network path. */
619
+ monitoringStatus?: string;
620
+ /** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path}` */
621
+ name?: string;
622
+ /** Output only. The network protocol of the network path. */
623
+ networkProtocol?: string;
624
+ /** Output only. The provider tags of the network path. */
625
+ providerTags?: ProviderTag[];
626
+ /** Output only. Link to provider's UI; link shows the NetworkPath. */
627
+ providerUiUri?: string;
628
+ /** Output only. Provider's UUID of the source MonitoringPoint. This id may not point to a resource in the GCP. */
629
+ sourceMonitoringPointId?: string;
630
+ /** Output only. The time the NetworkPath was updated. */
631
+ updateTime?: string;
632
+ }
497
633
  interface Operation {
498
634
  /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
499
635
  done?: boolean;
@@ -556,6 +692,14 @@ declare namespace gapi.client {
556
692
  /** The time that reachability was assessed through active probing. */
557
693
  verifyTime?: string;
558
694
  }
695
+ interface ProviderTag {
696
+ /** Output only. The category of the provider tag. */
697
+ category?: string;
698
+ /** Output only. The resource type of the provider tag. */
699
+ resourceType?: string;
700
+ /** Output only. The value of the provider tag. */
701
+ value?: string;
702
+ }
559
703
  interface ProxyConnectionInfo {
560
704
  /** URI of the network where connection is proxied. */
561
705
  networkUri?: string;
@@ -820,11 +964,11 @@ declare namespace gapi.client {
820
964
  metadata?: string;
821
965
  /** Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA. */
822
966
  metadataFields?: string[];
823
- /** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
967
+ /** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
824
968
  name?: string;
825
969
  /** Optional. The state of the VPC Flow Log configuration. Default value is ENABLED. When creating a new configuration, it must be enabled. Setting state=DISABLED will pause the log generation for this config. */
826
970
  state?: string;
827
- /** Output only. A diagnostic bit - describes the state of the configured target resource for diagnostic purposes. */
971
+ /** Output only. Describes the state of the configured target resource for diagnostic purposes. */
828
972
  targetResourceState?: string;
829
973
  /** Output only. The time the config was updated. */
830
974
  updateTime?: string;
@@ -865,6 +1009,38 @@ declare namespace gapi.client {
865
1009
  /** URI of a VPN tunnel. */
866
1010
  uri?: string;
867
1011
  }
1012
+ interface WebPath {
1013
+ /** Output only. The time the WebPath was created. */
1014
+ createTime?: string;
1015
+ /** Output only. Web monitoring target. */
1016
+ destination?: string;
1017
+ /** Output only. Display name of the WebPath. */
1018
+ displayName?: string;
1019
+ /** Output only. Monitoring interval. */
1020
+ interval?: string;
1021
+ /** Output only. Is monitoring enabled for the WebPath. */
1022
+ monitoringEnabled?: boolean;
1023
+ /** Output only. Display name of the monitoring policy. */
1024
+ monitoringPolicyDisplayName?: string;
1025
+ /** Output only. ID of the monitoring policy. */
1026
+ monitoringPolicyId?: string;
1027
+ /** Output only. The monitoring status of the WebPath. */
1028
+ monitoringStatus?: string;
1029
+ /** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/webPaths/{web_path}` */
1030
+ name?: string;
1031
+ /** Output only. The provider tags of the web path. */
1032
+ providerTags?: ProviderTag[];
1033
+ /** Output only. Link to provider's UI; link shows the WebPath. */
1034
+ providerUiUri?: string;
1035
+ /** Output only. Provider's UUID of the related NetworkPath. */
1036
+ relatedNetworkPathId?: string;
1037
+ /** Output only. ID of the source MonitoringPoint. */
1038
+ sourceMonitoringPointId?: string;
1039
+ /** Output only. The time the WebPath was updated. */
1040
+ updateTime?: string;
1041
+ /** Output only. The workflow type of the WebPath. */
1042
+ workflowType?: string;
1043
+ }
868
1044
  interface OperationsResource {
869
1045
  /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
870
1046
  cancel(request: {
@@ -1593,8 +1769,340 @@ declare namespace gapi.client {
1593
1769
  connectivityTests: ConnectivityTestsResource;
1594
1770
  operations: OperationsResource;
1595
1771
  }
1772
+ interface MonitoringPointsResource {
1773
+ /** Gets the MonitoringPoint resource. */
1774
+ get(request?: {
1775
+ /** V1 error format. */
1776
+ '$.xgafv'?: string;
1777
+ /** OAuth access token. */
1778
+ access_token?: string;
1779
+ /** Data format for response. */
1780
+ alt?: string;
1781
+ /** JSONP */
1782
+ callback?: string;
1783
+ /** Selector specifying which fields to include in a partial response. */
1784
+ fields?: string;
1785
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1786
+ key?: string;
1787
+ /** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point} */
1788
+ name: string;
1789
+ /** OAuth 2.0 token for the current user. */
1790
+ oauth_token?: string;
1791
+ /** Returns response with indentations and line breaks. */
1792
+ prettyPrint?: boolean;
1793
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1794
+ quotaUser?: string;
1795
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1796
+ upload_protocol?: string;
1797
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1798
+ uploadType?: string;
1799
+ }): Request<MonitoringPoint>;
1800
+ /** Lists MonitoringPoints for a given network monitoring provider. */
1801
+ list(request?: {
1802
+ /** V1 error format. */
1803
+ '$.xgafv'?: string;
1804
+ /** OAuth access token. */
1805
+ access_token?: string;
1806
+ /** Data format for response. */
1807
+ alt?: string;
1808
+ /** JSONP */
1809
+ callback?: string;
1810
+ /** Selector specifying which fields to include in a partial response. */
1811
+ fields?: string;
1812
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1813
+ key?: string;
1814
+ /** OAuth 2.0 token for the current user. */
1815
+ oauth_token?: string;
1816
+ /** Optional. The maximum number of monitoring points to return. The service may return fewer than this value. If unspecified, at most 20 monitoring points will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
1817
+ pageSize?: number;
1818
+ /** Optional. A page token, received from a previous `ListMonitoringPoints` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMonitoringPoints` must match the call that provided the page token. */
1819
+ pageToken?: string;
1820
+ /** Required. Parent value for ListMonitoringPointsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
1821
+ parent: string;
1822
+ /** Returns response with indentations and line breaks. */
1823
+ prettyPrint?: boolean;
1824
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1825
+ quotaUser?: string;
1826
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1827
+ upload_protocol?: string;
1828
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1829
+ uploadType?: string;
1830
+ }): Request<ListMonitoringPointsResponse>;
1831
+ }
1832
+ interface NetworkPathsResource {
1833
+ /** Gets the NetworkPath resource. */
1834
+ get(request?: {
1835
+ /** V1 error format. */
1836
+ '$.xgafv'?: string;
1837
+ /** OAuth access token. */
1838
+ access_token?: string;
1839
+ /** Data format for response. */
1840
+ alt?: string;
1841
+ /** JSONP */
1842
+ callback?: string;
1843
+ /** Selector specifying which fields to include in a partial response. */
1844
+ fields?: string;
1845
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1846
+ key?: string;
1847
+ /** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path} */
1848
+ name: string;
1849
+ /** OAuth 2.0 token for the current user. */
1850
+ oauth_token?: string;
1851
+ /** Returns response with indentations and line breaks. */
1852
+ prettyPrint?: boolean;
1853
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1854
+ quotaUser?: string;
1855
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1856
+ upload_protocol?: string;
1857
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1858
+ uploadType?: string;
1859
+ }): Request<NetworkPath>;
1860
+ /** Lists NetworkPaths for a given network monitoring provider. */
1861
+ list(request?: {
1862
+ /** V1 error format. */
1863
+ '$.xgafv'?: string;
1864
+ /** OAuth access token. */
1865
+ access_token?: string;
1866
+ /** Data format for response. */
1867
+ alt?: string;
1868
+ /** JSONP */
1869
+ callback?: string;
1870
+ /** Selector specifying which fields to include in a partial response. */
1871
+ fields?: string;
1872
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1873
+ key?: string;
1874
+ /** OAuth 2.0 token for the current user. */
1875
+ oauth_token?: string;
1876
+ /** Optional. The maximum number of network paths to return. The service may return fewer than this value. If unspecified, at most 20 network pathswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
1877
+ pageSize?: number;
1878
+ /** Optional. A page token, received from a previous `ListNetworkPaths` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNetworkPaths` must match the call that provided the page token. */
1879
+ pageToken?: string;
1880
+ /** Required. Parent value for ListNetworkPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
1881
+ parent: string;
1882
+ /** Returns response with indentations and line breaks. */
1883
+ prettyPrint?: boolean;
1884
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1885
+ quotaUser?: string;
1886
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1887
+ upload_protocol?: string;
1888
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1889
+ uploadType?: string;
1890
+ }): Request<ListNetworkPathsResponse>;
1891
+ }
1892
+ interface WebPathsResource {
1893
+ /** Gets the WebPath resource. */
1894
+ get(request?: {
1895
+ /** V1 error format. */
1896
+ '$.xgafv'?: string;
1897
+ /** OAuth access token. */
1898
+ access_token?: string;
1899
+ /** Data format for response. */
1900
+ alt?: string;
1901
+ /** JSONP */
1902
+ callback?: string;
1903
+ /** Selector specifying which fields to include in a partial response. */
1904
+ fields?: string;
1905
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1906
+ key?: string;
1907
+ /** Required. Name of the resource.. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/webPaths/{web_path} */
1908
+ name: string;
1909
+ /** OAuth 2.0 token for the current user. */
1910
+ oauth_token?: string;
1911
+ /** Returns response with indentations and line breaks. */
1912
+ prettyPrint?: boolean;
1913
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1914
+ quotaUser?: string;
1915
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1916
+ upload_protocol?: string;
1917
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1918
+ uploadType?: string;
1919
+ }): Request<WebPath>;
1920
+ /** Lists WebPaths for a given network monitoring provider. */
1921
+ list(request?: {
1922
+ /** V1 error format. */
1923
+ '$.xgafv'?: string;
1924
+ /** OAuth access token. */
1925
+ access_token?: string;
1926
+ /** Data format for response. */
1927
+ alt?: string;
1928
+ /** JSONP */
1929
+ callback?: string;
1930
+ /** Selector specifying which fields to include in a partial response. */
1931
+ fields?: string;
1932
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1933
+ key?: string;
1934
+ /** OAuth 2.0 token for the current user. */
1935
+ oauth_token?: string;
1936
+ /** Optional. The maximum number of web paths to return. The service may return fewer than this value. If unspecified, at most 20 web paths will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
1937
+ pageSize?: number;
1938
+ /** Optional. A page token, received from a previous `ListWebPaths` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWebPaths` must match the call that provided the page token. */
1939
+ pageToken?: string;
1940
+ /** Required. Parent value for ListWebPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
1941
+ parent: string;
1942
+ /** Returns response with indentations and line breaks. */
1943
+ prettyPrint?: boolean;
1944
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1945
+ quotaUser?: string;
1946
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1947
+ upload_protocol?: string;
1948
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1949
+ uploadType?: string;
1950
+ }): Request<ListWebPathsResponse>;
1951
+ }
1952
+ interface NetworkMonitoringProvidersResource {
1953
+ /** Creates a NetworkMonitoringProvider resource. */
1954
+ create(request: {
1955
+ /** V1 error format. */
1956
+ '$.xgafv'?: string;
1957
+ /** OAuth access token. */
1958
+ access_token?: string;
1959
+ /** Data format for response. */
1960
+ alt?: string;
1961
+ /** JSONP */
1962
+ callback?: string;
1963
+ /** Selector specifying which fields to include in a partial response. */
1964
+ fields?: string;
1965
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1966
+ key?: string;
1967
+ /** Required. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name. */
1968
+ networkMonitoringProviderId?: string;
1969
+ /** OAuth 2.0 token for the current user. */
1970
+ oauth_token?: string;
1971
+ /** Required. Parent value for CreateNetworkMonitoringProviderRequest. Format: projects/{project}/locations/{location} */
1972
+ parent: string;
1973
+ /** Returns response with indentations and line breaks. */
1974
+ prettyPrint?: boolean;
1975
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1976
+ quotaUser?: string;
1977
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1978
+ upload_protocol?: string;
1979
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1980
+ uploadType?: string;
1981
+ /** Request body */
1982
+ resource: NetworkMonitoringProvider;
1983
+ }): Request<Operation>;
1984
+ create(
1985
+ request: {
1986
+ /** V1 error format. */
1987
+ '$.xgafv'?: string;
1988
+ /** OAuth access token. */
1989
+ access_token?: string;
1990
+ /** Data format for response. */
1991
+ alt?: string;
1992
+ /** JSONP */
1993
+ callback?: string;
1994
+ /** Selector specifying which fields to include in a partial response. */
1995
+ fields?: string;
1996
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1997
+ key?: string;
1998
+ /** Required. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name. */
1999
+ networkMonitoringProviderId?: string;
2000
+ /** OAuth 2.0 token for the current user. */
2001
+ oauth_token?: string;
2002
+ /** Required. Parent value for CreateNetworkMonitoringProviderRequest. Format: projects/{project}/locations/{location} */
2003
+ parent: string;
2004
+ /** Returns response with indentations and line breaks. */
2005
+ prettyPrint?: boolean;
2006
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2007
+ quotaUser?: string;
2008
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2009
+ upload_protocol?: string;
2010
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2011
+ uploadType?: string;
2012
+ },
2013
+ body: NetworkMonitoringProvider,
2014
+ ): Request<Operation>;
2015
+ /** Deletes a NetworkMonitoringProvider resource and all of its child resources. */
2016
+ delete(request?: {
2017
+ /** V1 error format. */
2018
+ '$.xgafv'?: string;
2019
+ /** OAuth access token. */
2020
+ access_token?: string;
2021
+ /** Data format for response. */
2022
+ alt?: string;
2023
+ /** JSONP */
2024
+ callback?: string;
2025
+ /** Selector specifying which fields to include in a partial response. */
2026
+ fields?: string;
2027
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2028
+ key?: string;
2029
+ /** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
2030
+ name: string;
2031
+ /** OAuth 2.0 token for the current user. */
2032
+ oauth_token?: string;
2033
+ /** Returns response with indentations and line breaks. */
2034
+ prettyPrint?: boolean;
2035
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2036
+ quotaUser?: string;
2037
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2038
+ upload_protocol?: string;
2039
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2040
+ uploadType?: string;
2041
+ }): Request<Operation>;
2042
+ /** Gets the NetworkMonitoringProvider resource. */
2043
+ get(request?: {
2044
+ /** V1 error format. */
2045
+ '$.xgafv'?: string;
2046
+ /** OAuth access token. */
2047
+ access_token?: string;
2048
+ /** Data format for response. */
2049
+ alt?: string;
2050
+ /** JSONP */
2051
+ callback?: string;
2052
+ /** Selector specifying which fields to include in a partial response. */
2053
+ fields?: string;
2054
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2055
+ key?: string;
2056
+ /** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
2057
+ name: string;
2058
+ /** OAuth 2.0 token for the current user. */
2059
+ oauth_token?: string;
2060
+ /** Returns response with indentations and line breaks. */
2061
+ prettyPrint?: boolean;
2062
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2063
+ quotaUser?: string;
2064
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2065
+ upload_protocol?: string;
2066
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2067
+ uploadType?: string;
2068
+ }): Request<NetworkMonitoringProvider>;
2069
+ /** Lists NetworkMonitoringProviders for a given project and location. */
2070
+ list(request?: {
2071
+ /** V1 error format. */
2072
+ '$.xgafv'?: string;
2073
+ /** OAuth access token. */
2074
+ access_token?: string;
2075
+ /** Data format for response. */
2076
+ alt?: string;
2077
+ /** JSONP */
2078
+ callback?: string;
2079
+ /** Selector specifying which fields to include in a partial response. */
2080
+ fields?: string;
2081
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2082
+ key?: string;
2083
+ /** OAuth 2.0 token for the current user. */
2084
+ oauth_token?: string;
2085
+ /** Optional. The maximum number of monitoring points to return. The service may return fewer than this value. If unspecified, at most 20 monitoring points will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
2086
+ pageSize?: number;
2087
+ /** Optional. A page token, received from a previous `ListMonitoringPoints` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMonitoringPoints` must match the call that provided the page token. */
2088
+ pageToken?: string;
2089
+ /** Required. Parent value for ListNetworkMonitoringProvidersRequest. Format: projects/{project}/locations/{location} */
2090
+ parent: string;
2091
+ /** Returns response with indentations and line breaks. */
2092
+ prettyPrint?: boolean;
2093
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2094
+ quotaUser?: string;
2095
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2096
+ upload_protocol?: string;
2097
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2098
+ uploadType?: string;
2099
+ }): Request<ListNetworkMonitoringProvidersResponse>;
2100
+ monitoringPoints: MonitoringPointsResource;
2101
+ networkPaths: NetworkPathsResource;
2102
+ webPaths: WebPathsResource;
2103
+ }
1596
2104
  interface VpcFlowLogsConfigsResource {
1597
- /** Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
2105
+ /** Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with `state=DISABLED` will fail 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
1598
2106
  create(request: {
1599
2107
  /** V1 error format. */
1600
2108
  '$.xgafv'?: string;
@@ -1610,7 +2118,7 @@ declare namespace gapi.client {
1610
2118
  key?: string;
1611
2119
  /** OAuth 2.0 token for the current user. */
1612
2120
  oauth_token?: string;
1613
- /** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
2121
+ /** Required. The parent resource of the VpcFlowLogsConfig to create, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
1614
2122
  parent: string;
1615
2123
  /** Returns response with indentations and line breaks. */
1616
2124
  prettyPrint?: boolean;
@@ -1641,7 +2149,7 @@ declare namespace gapi.client {
1641
2149
  key?: string;
1642
2150
  /** OAuth 2.0 token for the current user. */
1643
2151
  oauth_token?: string;
1644
- /** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
2152
+ /** Required. The parent resource of the VpcFlowLogsConfig to create, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
1645
2153
  parent: string;
1646
2154
  /** Returns response with indentations and line breaks. */
1647
2155
  prettyPrint?: boolean;
@@ -1670,7 +2178,7 @@ declare namespace gapi.client {
1670
2178
  fields?: string;
1671
2179
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1672
2180
  key?: string;
1673
- /** Required. `VpcFlowLogsConfig` resource name using one of the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
2181
+ /** Required. The resource name of the VpcFlowLogsConfig, in one of the following formats: - For a project-level resource: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For an organization-level resource: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
1674
2182
  name: string;
1675
2183
  /** OAuth 2.0 token for the current user. */
1676
2184
  oauth_token?: string;
@@ -1697,7 +2205,7 @@ declare namespace gapi.client {
1697
2205
  fields?: string;
1698
2206
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1699
2207
  key?: string;
1700
- /** Required. `VpcFlowLogsConfig` resource name using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
2208
+ /** Required. The resource name of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level resources: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
1701
2209
  name: string;
1702
2210
  /** OAuth 2.0 token for the current user. */
1703
2211
  oauth_token?: string;
@@ -1734,7 +2242,7 @@ declare namespace gapi.client {
1734
2242
  pageSize?: number;
1735
2243
  /** Optional. Page token from an earlier query, as returned in `next_page_token`. */
1736
2244
  pageToken?: string;
1737
- /** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
2245
+ /** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
1738
2246
  parent: string;
1739
2247
  /** Returns response with indentations and line breaks. */
1740
2248
  prettyPrint?: boolean;
@@ -1745,7 +2253,7 @@ declare namespace gapi.client {
1745
2253
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1746
2254
  uploadType?: string;
1747
2255
  }): Request<ListVpcFlowLogsConfigsResponse>;
1748
- /** Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
2256
+ /** Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with `state=DISABLED` will fail. 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
1749
2257
  patch(request: {
1750
2258
  /** V1 error format. */
1751
2259
  '$.xgafv'?: string;
@@ -1759,7 +2267,7 @@ declare namespace gapi.client {
1759
2267
  fields?: string;
1760
2268
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1761
2269
  key?: string;
1762
- /** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
2270
+ /** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
1763
2271
  name: string;
1764
2272
  /** OAuth 2.0 token for the current user. */
1765
2273
  oauth_token?: string;
@@ -1767,7 +2275,7 @@ declare namespace gapi.client {
1767
2275
  prettyPrint?: boolean;
1768
2276
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1769
2277
  quotaUser?: string;
1770
- /** Required. Mask of fields to update. At least one path must be supplied in this field. */
2278
+ /** Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify `update_mask` = `"state"`, and the `vpc_flow_logs_config` would be: `vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }` */
1771
2279
  updateMask?: string;
1772
2280
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1773
2281
  upload_protocol?: string;
@@ -1790,7 +2298,7 @@ declare namespace gapi.client {
1790
2298
  fields?: string;
1791
2299
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1792
2300
  key?: string;
1793
- /** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
2301
+ /** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
1794
2302
  name: string;
1795
2303
  /** OAuth 2.0 token for the current user. */
1796
2304
  oauth_token?: string;
@@ -1798,7 +2306,7 @@ declare namespace gapi.client {
1798
2306
  prettyPrint?: boolean;
1799
2307
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1800
2308
  quotaUser?: string;
1801
- /** Required. Mask of fields to update. At least one path must be supplied in this field. */
2309
+ /** Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify `update_mask` = `"state"`, and the `vpc_flow_logs_config` would be: `vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }` */
1802
2310
  updateMask?: string;
1803
2311
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1804
2312
  upload_protocol?: string;
@@ -1872,6 +2380,7 @@ declare namespace gapi.client {
1872
2380
  uploadType?: string;
1873
2381
  }): Request<ListLocationsResponse>;
1874
2382
  global: GlobalResource;
2383
+ networkMonitoringProviders: NetworkMonitoringProvidersResource;
1875
2384
  vpcFlowLogsConfigs: VpcFlowLogsConfigsResource;
1876
2385
  }
1877
2386
  interface ProjectsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.0.20250616",
3
+ "version": "0.0.20250702",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",