@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20250910 → 0.1.20250925
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.
- package/index.d.ts +7 -522
- 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:
|
|
12
|
+
// Revision: 20250925
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -350,12 +350,6 @@ declare namespace gapi.client {
|
|
|
350
350
|
/** VIP of the forwarding rule. */
|
|
351
351
|
vip?: string;
|
|
352
352
|
}
|
|
353
|
-
interface GeoLocation {
|
|
354
|
-
/** Country. */
|
|
355
|
-
country?: string;
|
|
356
|
-
/** Formatted address. */
|
|
357
|
-
formattedAddress?: string;
|
|
358
|
-
}
|
|
359
353
|
interface GKEMasterInfo {
|
|
360
354
|
/** URI of a GKE cluster network. */
|
|
361
355
|
clusterNetworkUri?: string;
|
|
@@ -374,24 +368,6 @@ declare namespace gapi.client {
|
|
|
374
368
|
/** Source IP address. */
|
|
375
369
|
sourceIp?: string;
|
|
376
370
|
}
|
|
377
|
-
interface Host {
|
|
378
|
-
/** Output only. The cloud instance id of the host. */
|
|
379
|
-
cloudInstanceId?: string;
|
|
380
|
-
/** Output only. The cloud project id of the host. */
|
|
381
|
-
cloudProjectId?: string;
|
|
382
|
-
/** Output only. The cloud provider of the host. */
|
|
383
|
-
cloudProvider?: string;
|
|
384
|
-
/** Output only. The cloud region of the host. */
|
|
385
|
-
cloudRegion?: string;
|
|
386
|
-
/** Output only. The ids of cloud virtual networks of the host. */
|
|
387
|
-
cloudVirtualNetworkIds?: string[];
|
|
388
|
-
/** Output only. The id of Virtual Private Cloud (VPC) of the host. */
|
|
389
|
-
cloudVpcId?: string;
|
|
390
|
-
/** Output only. The cloud zone of the host. */
|
|
391
|
-
cloudZone?: string;
|
|
392
|
-
/** Output only. The operating system of the host. */
|
|
393
|
-
os?: string;
|
|
394
|
-
}
|
|
395
371
|
interface HybridSubnetInfo {
|
|
396
372
|
/** Name of a hybrid subnet. */
|
|
397
373
|
displayName?: string;
|
|
@@ -464,29 +440,13 @@ declare namespace gapi.client {
|
|
|
464
440
|
/** The standard List next-page token. */
|
|
465
441
|
nextPageToken?: string;
|
|
466
442
|
}
|
|
467
|
-
interface ListMonitoringPointsResponse {
|
|
468
|
-
/** The list of MonitoringPoints. */
|
|
469
|
-
monitoringPoints?: MonitoringPoint[];
|
|
470
|
-
/** A token identifying a page of results the server should return. */
|
|
471
|
-
nextPageToken?: string;
|
|
472
|
-
}
|
|
473
|
-
interface ListNetworkMonitoringProvidersResponse {
|
|
474
|
-
/** The list of NetworkMonitoringProvider */
|
|
475
|
-
networkMonitoringProviders?: NetworkMonitoringProvider[];
|
|
476
|
-
/** A token identifying a page of results the server should return. */
|
|
477
|
-
nextPageToken?: string;
|
|
478
|
-
}
|
|
479
|
-
interface ListNetworkPathsResponse {
|
|
480
|
-
/** The list of NetworkPath */
|
|
481
|
-
networkPaths?: NetworkPath[];
|
|
482
|
-
/** A token identifying a page of results the server should return. */
|
|
483
|
-
nextPageToken?: string;
|
|
484
|
-
}
|
|
485
443
|
interface ListOperationsResponse {
|
|
486
444
|
/** The standard List next-page token. */
|
|
487
445
|
nextPageToken?: string;
|
|
488
446
|
/** A list of operations that matches the specified filter in the request. */
|
|
489
447
|
operations?: Operation[];
|
|
448
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
449
|
+
unreachable?: string[];
|
|
490
450
|
}
|
|
491
451
|
interface ListVpcFlowLogsConfigsResponse {
|
|
492
452
|
/** Page token to fetch the next set of configurations. */
|
|
@@ -496,12 +456,6 @@ declare namespace gapi.client {
|
|
|
496
456
|
/** List of VPC Flow Log configurations. */
|
|
497
457
|
vpcFlowLogsConfigs?: VpcFlowLogsConfig[];
|
|
498
458
|
}
|
|
499
|
-
interface ListWebPathsResponse {
|
|
500
|
-
/** A token identifying a page of results the server should return. */
|
|
501
|
-
nextPageToken?: string;
|
|
502
|
-
/** The list of WebPath. */
|
|
503
|
-
webPaths?: WebPath[];
|
|
504
|
-
}
|
|
505
459
|
interface LoadBalancerBackend {
|
|
506
460
|
/** Name of a Compute Engine instance or network endpoint. */
|
|
507
461
|
displayName?: string;
|
|
@@ -560,42 +514,6 @@ declare namespace gapi.client {
|
|
|
560
514
|
/** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
|
|
561
515
|
name?: string;
|
|
562
516
|
}
|
|
563
|
-
interface MonitoringPoint {
|
|
564
|
-
/** Output only. Indicates if automaitic geographic location is enabled for the MonitoringPoint. */
|
|
565
|
-
autoGeoLocationEnabled?: boolean;
|
|
566
|
-
/** Output only. Connection status of the MonitoringPoint. */
|
|
567
|
-
connectionStatus?: string;
|
|
568
|
-
/** Output only. The time the MonitoringPoint was created. */
|
|
569
|
-
createTime?: string;
|
|
570
|
-
/** Output only. Display name of the MonitoringPoint. */
|
|
571
|
-
displayName?: string;
|
|
572
|
-
/** Output only. The codes of errors detected in the MonitoringPoint. */
|
|
573
|
-
errors?: string[];
|
|
574
|
-
/** Output only. The geographical location of the MonitoringPoint. ; */
|
|
575
|
-
geoLocation?: GeoLocation;
|
|
576
|
-
/** Output only. The host information of the MonitoringPoint. */
|
|
577
|
-
host?: Host;
|
|
578
|
-
/** Output only. The hostname of the MonitoringPoint. */
|
|
579
|
-
hostname?: string;
|
|
580
|
-
/** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point}` */
|
|
581
|
-
name?: string;
|
|
582
|
-
/** Output only. The network interfaces of the MonitoringPoint. */
|
|
583
|
-
networkInterfaces?: NetworkInterface[];
|
|
584
|
-
/** Output only. IP address visible when MonitoringPoint connects to the provider. */
|
|
585
|
-
originatingIp?: string;
|
|
586
|
-
/** Output only. The provider tags of the MonitoringPoint. */
|
|
587
|
-
providerTags?: ProviderTag[];
|
|
588
|
-
/** Output only. Deployment type of the MonitoringPoint. */
|
|
589
|
-
type?: string;
|
|
590
|
-
/** Output only. The time the MonitoringPoint was updated. */
|
|
591
|
-
updateTime?: string;
|
|
592
|
-
/** Output only. Indicates if an upgrade is available for the MonitoringPoint. */
|
|
593
|
-
upgradeAvailable?: boolean;
|
|
594
|
-
/** Output only. The type of upgrade available for the MonitoringPoint. */
|
|
595
|
-
upgradeType?: string;
|
|
596
|
-
/** Output only. Version of the software running on the MonitoringPoint. */
|
|
597
|
-
version?: string;
|
|
598
|
-
}
|
|
599
517
|
interface NatInfo {
|
|
600
518
|
/** The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT. */
|
|
601
519
|
natGatewayName?: string;
|
|
@@ -636,70 +554,6 @@ declare namespace gapi.client {
|
|
|
636
554
|
/** URI of a Compute Engine network. */
|
|
637
555
|
uri?: string;
|
|
638
556
|
}
|
|
639
|
-
interface NetworkInterface {
|
|
640
|
-
/** Output only. The description of the interface. */
|
|
641
|
-
adapterDescription?: string;
|
|
642
|
-
/** Output only. The IP address of the interface and subnet mask in CIDR format. Examples: 192.168.1.0/24, 2001:db8::/32 */
|
|
643
|
-
cidr?: string;
|
|
644
|
-
/** Output only. The name of the network interface. Examples: eth0, eno1 */
|
|
645
|
-
interfaceName?: string;
|
|
646
|
-
/** Output only. The IP address of the interface. */
|
|
647
|
-
ipAddress?: string;
|
|
648
|
-
/** Output only. The MAC address of the interface. */
|
|
649
|
-
macAddress?: string;
|
|
650
|
-
/** Output only. Speed of the interface in millions of bits per second. */
|
|
651
|
-
speed?: string;
|
|
652
|
-
/** Output only. The id of the VLAN. */
|
|
653
|
-
vlanId?: string;
|
|
654
|
-
}
|
|
655
|
-
interface NetworkMonitoringProvider {
|
|
656
|
-
/** Output only. The time the NetworkMonitoringProvider was created. */
|
|
657
|
-
createTime?: string;
|
|
658
|
-
/** Output only. The list of error messages detected for the NetworkMonitoringProvider. */
|
|
659
|
-
errors?: string[];
|
|
660
|
-
/** Output only. Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}` */
|
|
661
|
-
name?: string;
|
|
662
|
-
/** Required. Type of the NetworkMonitoringProvider. */
|
|
663
|
-
providerType?: string;
|
|
664
|
-
/** Output only. Link to the provider's UI. */
|
|
665
|
-
providerUri?: string;
|
|
666
|
-
/** Output only. State of the NetworkMonitoringProvider. */
|
|
667
|
-
state?: string;
|
|
668
|
-
/** Output only. The time the NetworkMonitoringProvider was updated. */
|
|
669
|
-
updateTime?: string;
|
|
670
|
-
}
|
|
671
|
-
interface NetworkPath {
|
|
672
|
-
/** Output only. The time the NetworkPath was created. */
|
|
673
|
-
createTime?: string;
|
|
674
|
-
/** Output only. IP address or hostname of the network path destination. */
|
|
675
|
-
destination?: string;
|
|
676
|
-
/** Output only. Geographical location of the destination MonitoringPoint. ; */
|
|
677
|
-
destinationGeoLocation?: GeoLocation;
|
|
678
|
-
/** Output only. The display name of the network path. */
|
|
679
|
-
displayName?: string;
|
|
680
|
-
/** 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). */
|
|
681
|
-
dualEnded?: boolean;
|
|
682
|
-
/** Output only. Is monitoring enabled for the network path. */
|
|
683
|
-
monitoringEnabled?: boolean;
|
|
684
|
-
/** Output only. Display name of the monitoring policy. */
|
|
685
|
-
monitoringPolicyDisplayName?: string;
|
|
686
|
-
/** Output only. ID of monitoring policy. */
|
|
687
|
-
monitoringPolicyId?: string;
|
|
688
|
-
/** Output only. The monitoring status of the network path. */
|
|
689
|
-
monitoringStatus?: string;
|
|
690
|
-
/** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path}` */
|
|
691
|
-
name?: string;
|
|
692
|
-
/** Output only. The network protocol of the network path. */
|
|
693
|
-
networkProtocol?: string;
|
|
694
|
-
/** Output only. The provider tags of the network path. */
|
|
695
|
-
providerTags?: ProviderTag[];
|
|
696
|
-
/** Output only. Link to provider's UI; link shows the NetworkPath. */
|
|
697
|
-
providerUiUri?: string;
|
|
698
|
-
/** Output only. Provider's UUID of the source MonitoringPoint. This id may not point to a resource in the GCP. */
|
|
699
|
-
sourceMonitoringPointId?: string;
|
|
700
|
-
/** Output only. The time the NetworkPath was updated. */
|
|
701
|
-
updateTime?: string;
|
|
702
|
-
}
|
|
703
557
|
interface Operation {
|
|
704
558
|
/** 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. */
|
|
705
559
|
done?: boolean;
|
|
@@ -762,14 +616,6 @@ declare namespace gapi.client {
|
|
|
762
616
|
/** The time that reachability was assessed through active probing. */
|
|
763
617
|
verifyTime?: string;
|
|
764
618
|
}
|
|
765
|
-
interface ProviderTag {
|
|
766
|
-
/** Output only. The category of the provider tag. */
|
|
767
|
-
category?: string;
|
|
768
|
-
/** Output only. The resource type of the provider tag. */
|
|
769
|
-
resourceType?: string;
|
|
770
|
-
/** Output only. The value of the provider tag. */
|
|
771
|
-
value?: string;
|
|
772
|
-
}
|
|
773
619
|
interface ProxyConnectionInfo {
|
|
774
620
|
/** URI of the network where connection is proxied. */
|
|
775
621
|
networkUri?: string;
|
|
@@ -1105,38 +951,6 @@ declare namespace gapi.client {
|
|
|
1105
951
|
/** URI of a VPN tunnel. */
|
|
1106
952
|
uri?: string;
|
|
1107
953
|
}
|
|
1108
|
-
interface WebPath {
|
|
1109
|
-
/** Output only. The time the WebPath was created. */
|
|
1110
|
-
createTime?: string;
|
|
1111
|
-
/** Output only. Web monitoring target. */
|
|
1112
|
-
destination?: string;
|
|
1113
|
-
/** Output only. Display name of the WebPath. */
|
|
1114
|
-
displayName?: string;
|
|
1115
|
-
/** Output only. Monitoring interval. */
|
|
1116
|
-
interval?: string;
|
|
1117
|
-
/** Output only. Is monitoring enabled for the WebPath. */
|
|
1118
|
-
monitoringEnabled?: boolean;
|
|
1119
|
-
/** Output only. Display name of the monitoring policy. */
|
|
1120
|
-
monitoringPolicyDisplayName?: string;
|
|
1121
|
-
/** Output only. ID of the monitoring policy. */
|
|
1122
|
-
monitoringPolicyId?: string;
|
|
1123
|
-
/** Output only. The monitoring status of the WebPath. */
|
|
1124
|
-
monitoringStatus?: string;
|
|
1125
|
-
/** Identifier. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/webPaths/{web_path}` */
|
|
1126
|
-
name?: string;
|
|
1127
|
-
/** Output only. The provider tags of the web path. */
|
|
1128
|
-
providerTags?: ProviderTag[];
|
|
1129
|
-
/** Output only. Link to provider's UI; link shows the WebPath. */
|
|
1130
|
-
providerUiUri?: string;
|
|
1131
|
-
/** Output only. Provider's UUID of the related NetworkPath. */
|
|
1132
|
-
relatedNetworkPathId?: string;
|
|
1133
|
-
/** Output only. ID of the source MonitoringPoint. */
|
|
1134
|
-
sourceMonitoringPointId?: string;
|
|
1135
|
-
/** Output only. The time the WebPath was updated. */
|
|
1136
|
-
updateTime?: string;
|
|
1137
|
-
/** Output only. The workflow type of the WebPath. */
|
|
1138
|
-
workflowType?: string;
|
|
1139
|
-
}
|
|
1140
954
|
interface OperationsResource {
|
|
1141
955
|
/** 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`. */
|
|
1142
956
|
cancel(request: {
|
|
@@ -1278,6 +1092,8 @@ declare namespace gapi.client {
|
|
|
1278
1092
|
prettyPrint?: boolean;
|
|
1279
1093
|
/** 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. */
|
|
1280
1094
|
quotaUser?: string;
|
|
1095
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1096
|
+
returnPartialSuccess?: boolean;
|
|
1281
1097
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1282
1098
|
upload_protocol?: string;
|
|
1283
1099
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2071,6 +1887,8 @@ declare namespace gapi.client {
|
|
|
2071
1887
|
prettyPrint?: boolean;
|
|
2072
1888
|
/** 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. */
|
|
2073
1889
|
quotaUser?: string;
|
|
1890
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1891
|
+
returnPartialSuccess?: boolean;
|
|
2074
1892
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2075
1893
|
upload_protocol?: string;
|
|
2076
1894
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2081,338 +1899,6 @@ declare namespace gapi.client {
|
|
|
2081
1899
|
connectivityTests: ConnectivityTestsResource;
|
|
2082
1900
|
operations: OperationsResource;
|
|
2083
1901
|
}
|
|
2084
|
-
interface MonitoringPointsResource {
|
|
2085
|
-
/** Gets the MonitoringPoint resource. */
|
|
2086
|
-
get(request?: {
|
|
2087
|
-
/** V1 error format. */
|
|
2088
|
-
'$.xgafv'?: string;
|
|
2089
|
-
/** OAuth access token. */
|
|
2090
|
-
access_token?: string;
|
|
2091
|
-
/** Data format for response. */
|
|
2092
|
-
alt?: string;
|
|
2093
|
-
/** JSONP */
|
|
2094
|
-
callback?: string;
|
|
2095
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2096
|
-
fields?: string;
|
|
2097
|
-
/** 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. */
|
|
2098
|
-
key?: string;
|
|
2099
|
-
/** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point} */
|
|
2100
|
-
name: string;
|
|
2101
|
-
/** OAuth 2.0 token for the current user. */
|
|
2102
|
-
oauth_token?: string;
|
|
2103
|
-
/** Returns response with indentations and line breaks. */
|
|
2104
|
-
prettyPrint?: boolean;
|
|
2105
|
-
/** 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. */
|
|
2106
|
-
quotaUser?: string;
|
|
2107
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2108
|
-
upload_protocol?: string;
|
|
2109
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2110
|
-
uploadType?: string;
|
|
2111
|
-
}): Request<MonitoringPoint>;
|
|
2112
|
-
/** Lists MonitoringPoints for a given network monitoring provider. */
|
|
2113
|
-
list(request?: {
|
|
2114
|
-
/** V1 error format. */
|
|
2115
|
-
'$.xgafv'?: string;
|
|
2116
|
-
/** OAuth access token. */
|
|
2117
|
-
access_token?: string;
|
|
2118
|
-
/** Data format for response. */
|
|
2119
|
-
alt?: string;
|
|
2120
|
-
/** JSONP */
|
|
2121
|
-
callback?: string;
|
|
2122
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2123
|
-
fields?: string;
|
|
2124
|
-
/** 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. */
|
|
2125
|
-
key?: string;
|
|
2126
|
-
/** OAuth 2.0 token for the current user. */
|
|
2127
|
-
oauth_token?: string;
|
|
2128
|
-
/** 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. */
|
|
2129
|
-
pageSize?: number;
|
|
2130
|
-
/** 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. */
|
|
2131
|
-
pageToken?: string;
|
|
2132
|
-
/** Required. Parent value for ListMonitoringPointsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
|
|
2133
|
-
parent: string;
|
|
2134
|
-
/** Returns response with indentations and line breaks. */
|
|
2135
|
-
prettyPrint?: boolean;
|
|
2136
|
-
/** 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. */
|
|
2137
|
-
quotaUser?: string;
|
|
2138
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2139
|
-
upload_protocol?: string;
|
|
2140
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2141
|
-
uploadType?: string;
|
|
2142
|
-
}): Request<ListMonitoringPointsResponse>;
|
|
2143
|
-
}
|
|
2144
|
-
interface NetworkPathsResource {
|
|
2145
|
-
/** Gets the NetworkPath resource. */
|
|
2146
|
-
get(request?: {
|
|
2147
|
-
/** V1 error format. */
|
|
2148
|
-
'$.xgafv'?: string;
|
|
2149
|
-
/** OAuth access token. */
|
|
2150
|
-
access_token?: string;
|
|
2151
|
-
/** Data format for response. */
|
|
2152
|
-
alt?: string;
|
|
2153
|
-
/** JSONP */
|
|
2154
|
-
callback?: string;
|
|
2155
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2156
|
-
fields?: string;
|
|
2157
|
-
/** 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. */
|
|
2158
|
-
key?: string;
|
|
2159
|
-
/** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path} */
|
|
2160
|
-
name: string;
|
|
2161
|
-
/** OAuth 2.0 token for the current user. */
|
|
2162
|
-
oauth_token?: string;
|
|
2163
|
-
/** Returns response with indentations and line breaks. */
|
|
2164
|
-
prettyPrint?: boolean;
|
|
2165
|
-
/** 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. */
|
|
2166
|
-
quotaUser?: string;
|
|
2167
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2168
|
-
upload_protocol?: string;
|
|
2169
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2170
|
-
uploadType?: string;
|
|
2171
|
-
}): Request<NetworkPath>;
|
|
2172
|
-
/** Lists NetworkPaths for a given network monitoring provider. */
|
|
2173
|
-
list(request?: {
|
|
2174
|
-
/** V1 error format. */
|
|
2175
|
-
'$.xgafv'?: string;
|
|
2176
|
-
/** OAuth access token. */
|
|
2177
|
-
access_token?: string;
|
|
2178
|
-
/** Data format for response. */
|
|
2179
|
-
alt?: string;
|
|
2180
|
-
/** JSONP */
|
|
2181
|
-
callback?: string;
|
|
2182
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2183
|
-
fields?: string;
|
|
2184
|
-
/** 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. */
|
|
2185
|
-
key?: string;
|
|
2186
|
-
/** OAuth 2.0 token for the current user. */
|
|
2187
|
-
oauth_token?: string;
|
|
2188
|
-
/** 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. */
|
|
2189
|
-
pageSize?: number;
|
|
2190
|
-
/** 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. */
|
|
2191
|
-
pageToken?: string;
|
|
2192
|
-
/** Required. Parent value for ListNetworkPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
|
|
2193
|
-
parent: string;
|
|
2194
|
-
/** Returns response with indentations and line breaks. */
|
|
2195
|
-
prettyPrint?: boolean;
|
|
2196
|
-
/** 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. */
|
|
2197
|
-
quotaUser?: string;
|
|
2198
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2199
|
-
upload_protocol?: string;
|
|
2200
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2201
|
-
uploadType?: string;
|
|
2202
|
-
}): Request<ListNetworkPathsResponse>;
|
|
2203
|
-
}
|
|
2204
|
-
interface WebPathsResource {
|
|
2205
|
-
/** Gets the WebPath resource. */
|
|
2206
|
-
get(request?: {
|
|
2207
|
-
/** V1 error format. */
|
|
2208
|
-
'$.xgafv'?: string;
|
|
2209
|
-
/** OAuth access token. */
|
|
2210
|
-
access_token?: string;
|
|
2211
|
-
/** Data format for response. */
|
|
2212
|
-
alt?: string;
|
|
2213
|
-
/** JSONP */
|
|
2214
|
-
callback?: string;
|
|
2215
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2216
|
-
fields?: string;
|
|
2217
|
-
/** 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. */
|
|
2218
|
-
key?: string;
|
|
2219
|
-
/** Required. Name of the resource.. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/webPaths/{web_path} */
|
|
2220
|
-
name: string;
|
|
2221
|
-
/** OAuth 2.0 token for the current user. */
|
|
2222
|
-
oauth_token?: string;
|
|
2223
|
-
/** Returns response with indentations and line breaks. */
|
|
2224
|
-
prettyPrint?: boolean;
|
|
2225
|
-
/** 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. */
|
|
2226
|
-
quotaUser?: string;
|
|
2227
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2228
|
-
upload_protocol?: string;
|
|
2229
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2230
|
-
uploadType?: string;
|
|
2231
|
-
}): Request<WebPath>;
|
|
2232
|
-
/** Lists WebPaths for a given network monitoring provider. */
|
|
2233
|
-
list(request?: {
|
|
2234
|
-
/** V1 error format. */
|
|
2235
|
-
'$.xgafv'?: string;
|
|
2236
|
-
/** OAuth access token. */
|
|
2237
|
-
access_token?: string;
|
|
2238
|
-
/** Data format for response. */
|
|
2239
|
-
alt?: string;
|
|
2240
|
-
/** JSONP */
|
|
2241
|
-
callback?: string;
|
|
2242
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2243
|
-
fields?: string;
|
|
2244
|
-
/** 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. */
|
|
2245
|
-
key?: string;
|
|
2246
|
-
/** OAuth 2.0 token for the current user. */
|
|
2247
|
-
oauth_token?: string;
|
|
2248
|
-
/** 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. */
|
|
2249
|
-
pageSize?: number;
|
|
2250
|
-
/** 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. */
|
|
2251
|
-
pageToken?: string;
|
|
2252
|
-
/** Required. Parent value for ListWebPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
|
|
2253
|
-
parent: string;
|
|
2254
|
-
/** Returns response with indentations and line breaks. */
|
|
2255
|
-
prettyPrint?: boolean;
|
|
2256
|
-
/** 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. */
|
|
2257
|
-
quotaUser?: string;
|
|
2258
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2259
|
-
upload_protocol?: string;
|
|
2260
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2261
|
-
uploadType?: string;
|
|
2262
|
-
}): Request<ListWebPathsResponse>;
|
|
2263
|
-
}
|
|
2264
|
-
interface NetworkMonitoringProvidersResource {
|
|
2265
|
-
/** Creates a NetworkMonitoringProvider resource. */
|
|
2266
|
-
create(request: {
|
|
2267
|
-
/** V1 error format. */
|
|
2268
|
-
'$.xgafv'?: string;
|
|
2269
|
-
/** OAuth access token. */
|
|
2270
|
-
access_token?: string;
|
|
2271
|
-
/** Data format for response. */
|
|
2272
|
-
alt?: string;
|
|
2273
|
-
/** JSONP */
|
|
2274
|
-
callback?: string;
|
|
2275
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2276
|
-
fields?: string;
|
|
2277
|
-
/** 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. */
|
|
2278
|
-
key?: string;
|
|
2279
|
-
/** Required. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name. */
|
|
2280
|
-
networkMonitoringProviderId?: string;
|
|
2281
|
-
/** OAuth 2.0 token for the current user. */
|
|
2282
|
-
oauth_token?: string;
|
|
2283
|
-
/** Required. Parent value for CreateNetworkMonitoringProviderRequest. Format: projects/{project}/locations/{location} */
|
|
2284
|
-
parent: string;
|
|
2285
|
-
/** Returns response with indentations and line breaks. */
|
|
2286
|
-
prettyPrint?: boolean;
|
|
2287
|
-
/** 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. */
|
|
2288
|
-
quotaUser?: string;
|
|
2289
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2290
|
-
upload_protocol?: string;
|
|
2291
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2292
|
-
uploadType?: string;
|
|
2293
|
-
/** Request body */
|
|
2294
|
-
resource: NetworkMonitoringProvider;
|
|
2295
|
-
}): Request<Operation>;
|
|
2296
|
-
create(
|
|
2297
|
-
request: {
|
|
2298
|
-
/** V1 error format. */
|
|
2299
|
-
'$.xgafv'?: string;
|
|
2300
|
-
/** OAuth access token. */
|
|
2301
|
-
access_token?: string;
|
|
2302
|
-
/** Data format for response. */
|
|
2303
|
-
alt?: string;
|
|
2304
|
-
/** JSONP */
|
|
2305
|
-
callback?: string;
|
|
2306
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2307
|
-
fields?: string;
|
|
2308
|
-
/** 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. */
|
|
2309
|
-
key?: string;
|
|
2310
|
-
/** Required. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name. */
|
|
2311
|
-
networkMonitoringProviderId?: string;
|
|
2312
|
-
/** OAuth 2.0 token for the current user. */
|
|
2313
|
-
oauth_token?: string;
|
|
2314
|
-
/** Required. Parent value for CreateNetworkMonitoringProviderRequest. Format: projects/{project}/locations/{location} */
|
|
2315
|
-
parent: string;
|
|
2316
|
-
/** Returns response with indentations and line breaks. */
|
|
2317
|
-
prettyPrint?: boolean;
|
|
2318
|
-
/** 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. */
|
|
2319
|
-
quotaUser?: string;
|
|
2320
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2321
|
-
upload_protocol?: string;
|
|
2322
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2323
|
-
uploadType?: string;
|
|
2324
|
-
},
|
|
2325
|
-
body: NetworkMonitoringProvider,
|
|
2326
|
-
): Request<Operation>;
|
|
2327
|
-
/** Deletes a NetworkMonitoringProvider resource and all of its child resources. */
|
|
2328
|
-
delete(request?: {
|
|
2329
|
-
/** V1 error format. */
|
|
2330
|
-
'$.xgafv'?: string;
|
|
2331
|
-
/** OAuth access token. */
|
|
2332
|
-
access_token?: string;
|
|
2333
|
-
/** Data format for response. */
|
|
2334
|
-
alt?: string;
|
|
2335
|
-
/** JSONP */
|
|
2336
|
-
callback?: string;
|
|
2337
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2338
|
-
fields?: string;
|
|
2339
|
-
/** 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. */
|
|
2340
|
-
key?: string;
|
|
2341
|
-
/** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
|
|
2342
|
-
name: string;
|
|
2343
|
-
/** OAuth 2.0 token for the current user. */
|
|
2344
|
-
oauth_token?: string;
|
|
2345
|
-
/** Returns response with indentations and line breaks. */
|
|
2346
|
-
prettyPrint?: boolean;
|
|
2347
|
-
/** 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. */
|
|
2348
|
-
quotaUser?: string;
|
|
2349
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2350
|
-
upload_protocol?: string;
|
|
2351
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2352
|
-
uploadType?: string;
|
|
2353
|
-
}): Request<Operation>;
|
|
2354
|
-
/** Gets the NetworkMonitoringProvider resource. */
|
|
2355
|
-
get(request?: {
|
|
2356
|
-
/** V1 error format. */
|
|
2357
|
-
'$.xgafv'?: string;
|
|
2358
|
-
/** OAuth access token. */
|
|
2359
|
-
access_token?: string;
|
|
2360
|
-
/** Data format for response. */
|
|
2361
|
-
alt?: string;
|
|
2362
|
-
/** JSONP */
|
|
2363
|
-
callback?: string;
|
|
2364
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2365
|
-
fields?: string;
|
|
2366
|
-
/** 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. */
|
|
2367
|
-
key?: string;
|
|
2368
|
-
/** Required. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}` */
|
|
2369
|
-
name: string;
|
|
2370
|
-
/** OAuth 2.0 token for the current user. */
|
|
2371
|
-
oauth_token?: string;
|
|
2372
|
-
/** Returns response with indentations and line breaks. */
|
|
2373
|
-
prettyPrint?: boolean;
|
|
2374
|
-
/** 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. */
|
|
2375
|
-
quotaUser?: string;
|
|
2376
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2377
|
-
upload_protocol?: string;
|
|
2378
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2379
|
-
uploadType?: string;
|
|
2380
|
-
}): Request<NetworkMonitoringProvider>;
|
|
2381
|
-
/** Lists NetworkMonitoringProviders for a given project and location. */
|
|
2382
|
-
list(request?: {
|
|
2383
|
-
/** V1 error format. */
|
|
2384
|
-
'$.xgafv'?: string;
|
|
2385
|
-
/** OAuth access token. */
|
|
2386
|
-
access_token?: string;
|
|
2387
|
-
/** Data format for response. */
|
|
2388
|
-
alt?: string;
|
|
2389
|
-
/** JSONP */
|
|
2390
|
-
callback?: string;
|
|
2391
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2392
|
-
fields?: string;
|
|
2393
|
-
/** 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. */
|
|
2394
|
-
key?: string;
|
|
2395
|
-
/** OAuth 2.0 token for the current user. */
|
|
2396
|
-
oauth_token?: string;
|
|
2397
|
-
/** 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. */
|
|
2398
|
-
pageSize?: number;
|
|
2399
|
-
/** 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. */
|
|
2400
|
-
pageToken?: string;
|
|
2401
|
-
/** Required. Parent value for ListNetworkMonitoringProvidersRequest. Format: `projects/{project}/locations/{location}` */
|
|
2402
|
-
parent: string;
|
|
2403
|
-
/** Returns response with indentations and line breaks. */
|
|
2404
|
-
prettyPrint?: boolean;
|
|
2405
|
-
/** 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. */
|
|
2406
|
-
quotaUser?: string;
|
|
2407
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2408
|
-
upload_protocol?: string;
|
|
2409
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2410
|
-
uploadType?: string;
|
|
2411
|
-
}): Request<ListNetworkMonitoringProvidersResponse>;
|
|
2412
|
-
monitoringPoints: MonitoringPointsResource;
|
|
2413
|
-
networkPaths: NetworkPathsResource;
|
|
2414
|
-
webPaths: WebPathsResource;
|
|
2415
|
-
}
|
|
2416
1902
|
interface VpcFlowLogsConfigsResource {
|
|
2417
1903
|
/** 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 */
|
|
2418
1904
|
create(request: {
|
|
@@ -2760,7 +2246,6 @@ declare namespace gapi.client {
|
|
|
2760
2246
|
uploadType?: string;
|
|
2761
2247
|
}): Request<ListLocationsResponse>;
|
|
2762
2248
|
global: GlobalResource;
|
|
2763
|
-
networkMonitoringProviders: NetworkMonitoringProvidersResource;
|
|
2764
2249
|
vpcFlowLogsConfigs: VpcFlowLogsConfigsResource;
|
|
2765
2250
|
}
|
|
2766
2251
|
interface ProjectsResource {
|