@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20230419 → 0.0.20230426
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 +917 -459
- package/package.json +1 -1
- package/tests.ts +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: 20230426
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -24,43 +24,55 @@ declare namespace gapi.client {
|
|
|
24
24
|
namespace networkmanagement {
|
|
25
25
|
interface AbortInfo {
|
|
26
26
|
/** Causes that the analysis is aborted. */
|
|
27
|
-
cause?:
|
|
27
|
+
cause?:
|
|
28
|
+
string;
|
|
28
29
|
/**
|
|
29
30
|
* List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED
|
|
30
31
|
* cause.
|
|
31
32
|
*/
|
|
32
|
-
projectsMissingPermission?:
|
|
33
|
+
projectsMissingPermission?:
|
|
34
|
+
string[];
|
|
33
35
|
/** URI of the resource that caused the abort. */
|
|
34
|
-
resourceUri?:
|
|
36
|
+
resourceUri?:
|
|
37
|
+
string;
|
|
35
38
|
}
|
|
36
39
|
interface AppEngineVersionEndpoint {
|
|
37
40
|
/** An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name. */
|
|
38
|
-
uri?:
|
|
41
|
+
uri?:
|
|
42
|
+
string;
|
|
39
43
|
}
|
|
40
44
|
interface AppEngineVersionInfo {
|
|
41
45
|
/** Name of an App Engine version. */
|
|
42
|
-
displayName?:
|
|
46
|
+
displayName?:
|
|
47
|
+
string;
|
|
43
48
|
/** App Engine execution environment for a version. */
|
|
44
|
-
environment?:
|
|
49
|
+
environment?:
|
|
50
|
+
string;
|
|
45
51
|
/** Runtime of the App Engine version. */
|
|
46
|
-
runtime?:
|
|
52
|
+
runtime?:
|
|
53
|
+
string;
|
|
47
54
|
/** URI of an App Engine version. */
|
|
48
|
-
uri?:
|
|
55
|
+
uri?:
|
|
56
|
+
string;
|
|
49
57
|
}
|
|
50
58
|
interface AuditConfig {
|
|
51
59
|
/** The configuration for logging of each type of permission. */
|
|
52
|
-
auditLogConfigs?:
|
|
60
|
+
auditLogConfigs?:
|
|
61
|
+
AuditLogConfig[];
|
|
53
62
|
/**
|
|
54
63
|
* Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all
|
|
55
64
|
* services.
|
|
56
65
|
*/
|
|
57
|
-
service?:
|
|
66
|
+
service?:
|
|
67
|
+
string;
|
|
58
68
|
}
|
|
59
69
|
interface AuditLogConfig {
|
|
60
70
|
/** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
|
|
61
|
-
exemptedMembers?:
|
|
71
|
+
exemptedMembers?:
|
|
72
|
+
string[];
|
|
62
73
|
/** The log type that this config enables. */
|
|
63
|
-
logType?:
|
|
74
|
+
logType?:
|
|
75
|
+
string;
|
|
64
76
|
}
|
|
65
77
|
interface Binding {
|
|
66
78
|
/**
|
|
@@ -68,7 +80,8 @@ declare namespace gapi.client {
|
|
|
68
80
|
* then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which
|
|
69
81
|
* resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
70
82
|
*/
|
|
71
|
-
condition?:
|
|
83
|
+
condition?:
|
|
84
|
+
Expr;
|
|
72
85
|
/**
|
|
73
86
|
* Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on
|
|
74
87
|
* the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service
|
|
@@ -85,63 +98,83 @@ declare namespace gapi.client {
|
|
|
85
98
|
* has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group
|
|
86
99
|
* retains the role in the binding.
|
|
87
100
|
*/
|
|
88
|
-
members?:
|
|
101
|
+
members?:
|
|
102
|
+
string[];
|
|
89
103
|
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
|
|
90
|
-
role?:
|
|
104
|
+
role?:
|
|
105
|
+
string;
|
|
91
106
|
}
|
|
92
107
|
// tslint:disable-next-line:no-empty-interface
|
|
93
108
|
interface CancelOperationRequest {
|
|
94
109
|
}
|
|
95
110
|
interface CloudFunctionEndpoint {
|
|
96
111
|
/** A [Cloud Function](https://cloud.google.com/functions) name. */
|
|
97
|
-
uri?:
|
|
112
|
+
uri?:
|
|
113
|
+
string;
|
|
98
114
|
}
|
|
99
115
|
interface CloudFunctionInfo {
|
|
100
116
|
/** Name of a Cloud Function. */
|
|
101
|
-
displayName?:
|
|
117
|
+
displayName?:
|
|
118
|
+
string;
|
|
102
119
|
/** Location in which the Cloud Function is deployed. */
|
|
103
|
-
location?:
|
|
120
|
+
location?:
|
|
121
|
+
string;
|
|
104
122
|
/** URI of a Cloud Function. */
|
|
105
|
-
uri?:
|
|
123
|
+
uri?:
|
|
124
|
+
string;
|
|
106
125
|
/** Latest successfully deployed version id of the Cloud Function. */
|
|
107
|
-
versionId?:
|
|
126
|
+
versionId?:
|
|
127
|
+
string;
|
|
108
128
|
}
|
|
109
129
|
interface CloudRunRevisionEndpoint {
|
|
110
130
|
/**
|
|
111
131
|
* A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is:
|
|
112
132
|
* projects/{project}/locations/{location}/revisions/{revision}
|
|
113
133
|
*/
|
|
114
|
-
uri?:
|
|
134
|
+
uri?:
|
|
135
|
+
string;
|
|
115
136
|
}
|
|
116
137
|
interface CloudRunRevisionInfo {
|
|
117
138
|
/** Name of a Cloud Run revision. */
|
|
118
|
-
displayName?:
|
|
139
|
+
displayName?:
|
|
140
|
+
string;
|
|
119
141
|
/** Location in which this revision is deployed. */
|
|
120
|
-
location?:
|
|
142
|
+
location?:
|
|
143
|
+
string;
|
|
121
144
|
/** URI of Cloud Run service this revision belongs to. */
|
|
122
|
-
serviceUri?:
|
|
145
|
+
serviceUri?:
|
|
146
|
+
string;
|
|
123
147
|
/** URI of a Cloud Run revision. */
|
|
124
|
-
uri?:
|
|
148
|
+
uri?:
|
|
149
|
+
string;
|
|
125
150
|
}
|
|
126
151
|
interface CloudSQLInstanceInfo {
|
|
127
152
|
/** Name of a Cloud SQL instance. */
|
|
128
|
-
displayName?:
|
|
153
|
+
displayName?:
|
|
154
|
+
string;
|
|
129
155
|
/** External IP address of a Cloud SQL instance. */
|
|
130
|
-
externalIp?:
|
|
156
|
+
externalIp?:
|
|
157
|
+
string;
|
|
131
158
|
/** Internal IP address of a Cloud SQL instance. */
|
|
132
|
-
internalIp?:
|
|
159
|
+
internalIp?:
|
|
160
|
+
string;
|
|
133
161
|
/** URI of a Cloud SQL instance network or empty string if the instance does not have one. */
|
|
134
|
-
networkUri?:
|
|
162
|
+
networkUri?:
|
|
163
|
+
string;
|
|
135
164
|
/** Region in which the Cloud SQL instance is running. */
|
|
136
|
-
region?:
|
|
165
|
+
region?:
|
|
166
|
+
string;
|
|
137
167
|
/** URI of a Cloud SQL instance. */
|
|
138
|
-
uri?:
|
|
168
|
+
uri?:
|
|
169
|
+
string;
|
|
139
170
|
}
|
|
140
171
|
interface ConnectivityTest {
|
|
141
172
|
/** Output only. The time the test was created. */
|
|
142
|
-
createTime?:
|
|
173
|
+
createTime?:
|
|
174
|
+
string;
|
|
143
175
|
/** The user-supplied description of the Connectivity Test. Maximum of 512 characters. */
|
|
144
|
-
description?:
|
|
176
|
+
description?:
|
|
177
|
+
string;
|
|
145
178
|
/**
|
|
146
179
|
* Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify
|
|
147
180
|
* the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route
|
|
@@ -149,22 +182,29 @@ declare namespace gapi.client {
|
|
|
149
182
|
* network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you
|
|
150
183
|
* don't intend to test.
|
|
151
184
|
*/
|
|
152
|
-
destination?:
|
|
185
|
+
destination?:
|
|
186
|
+
Endpoint;
|
|
153
187
|
/** Output only. The display name of a Connectivity Test. */
|
|
154
|
-
displayName?:
|
|
188
|
+
displayName?:
|
|
189
|
+
string;
|
|
155
190
|
/** Resource labels to represent user-provided metadata. */
|
|
156
|
-
labels?:
|
|
191
|
+
labels?:
|
|
192
|
+
{ [P in string]: string };
|
|
157
193
|
/** Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
158
|
-
name?:
|
|
194
|
+
name?:
|
|
195
|
+
string;
|
|
159
196
|
/** IP Protocol of the test. When not provided, "TCP" is assumed. */
|
|
160
|
-
protocol?:
|
|
197
|
+
protocol?:
|
|
198
|
+
string;
|
|
161
199
|
/**
|
|
162
200
|
* Output only. The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun
|
|
163
201
|
* of an existing test.
|
|
164
202
|
*/
|
|
165
|
-
reachabilityDetails?:
|
|
203
|
+
reachabilityDetails?:
|
|
204
|
+
ReachabilityDetails;
|
|
166
205
|
/** Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries. */
|
|
167
|
-
relatedProjects?:
|
|
206
|
+
relatedProjects?:
|
|
207
|
+
string[];
|
|
168
208
|
/**
|
|
169
209
|
* Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely
|
|
170
210
|
* identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the
|
|
@@ -173,266 +213,364 @@ declare namespace gapi.client {
|
|
|
173
213
|
* sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous.
|
|
174
214
|
* However, the test result may include endpoints that you don't intend to test.
|
|
175
215
|
*/
|
|
176
|
-
source?:
|
|
216
|
+
source?:
|
|
217
|
+
Endpoint;
|
|
177
218
|
/** Output only. The time the test's configuration was updated. */
|
|
178
|
-
updateTime?:
|
|
219
|
+
updateTime?:
|
|
220
|
+
string;
|
|
179
221
|
}
|
|
180
222
|
interface DeliverInfo {
|
|
181
223
|
/** URI of the resource that the packet is delivered to. */
|
|
182
|
-
resourceUri?:
|
|
224
|
+
resourceUri?:
|
|
225
|
+
string;
|
|
183
226
|
/** Target type where the packet is delivered to. */
|
|
184
|
-
target?:
|
|
227
|
+
target?:
|
|
228
|
+
string;
|
|
185
229
|
}
|
|
186
230
|
interface DropInfo {
|
|
187
231
|
/** Cause that the packet is dropped. */
|
|
188
|
-
cause?:
|
|
232
|
+
cause?:
|
|
233
|
+
string;
|
|
189
234
|
/** URI of the resource that caused the drop. */
|
|
190
|
-
resourceUri?:
|
|
235
|
+
resourceUri?:
|
|
236
|
+
string;
|
|
191
237
|
}
|
|
192
238
|
// tslint:disable-next-line:no-empty-interface
|
|
193
239
|
interface Empty {
|
|
194
240
|
}
|
|
195
241
|
interface Endpoint {
|
|
196
242
|
/** An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions). */
|
|
197
|
-
appEngineVersion?:
|
|
243
|
+
appEngineVersion?:
|
|
244
|
+
AppEngineVersionEndpoint;
|
|
198
245
|
/** A [Cloud Function](https://cloud.google.com/functions). */
|
|
199
|
-
cloudFunction?:
|
|
246
|
+
cloudFunction?:
|
|
247
|
+
CloudFunctionEndpoint;
|
|
200
248
|
/** A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) */
|
|
201
|
-
cloudRunRevision?:
|
|
249
|
+
cloudRunRevision?:
|
|
250
|
+
CloudRunRevisionEndpoint;
|
|
202
251
|
/** A [Cloud SQL](https://cloud.google.com/sql) instance URI. */
|
|
203
|
-
cloudSqlInstance?:
|
|
252
|
+
cloudSqlInstance?:
|
|
253
|
+
string;
|
|
204
254
|
/** A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). */
|
|
205
|
-
gkeMasterCluster?:
|
|
255
|
+
gkeMasterCluster?:
|
|
256
|
+
string;
|
|
206
257
|
/** A Compute Engine instance URI. */
|
|
207
|
-
instance?:
|
|
258
|
+
instance?:
|
|
259
|
+
string;
|
|
208
260
|
/**
|
|
209
261
|
* The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer
|
|
210
262
|
* VIP](/load-balancing/docs/load-balancing-overview).
|
|
211
263
|
*/
|
|
212
|
-
ipAddress?:
|
|
264
|
+
ipAddress?:
|
|
265
|
+
string;
|
|
213
266
|
/** A Compute Engine network URI. */
|
|
214
|
-
network?:
|
|
267
|
+
network?:
|
|
268
|
+
string;
|
|
215
269
|
/** Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source. */
|
|
216
|
-
networkType?:
|
|
270
|
+
networkType?:
|
|
271
|
+
string;
|
|
217
272
|
/** The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP. */
|
|
218
|
-
port?:
|
|
273
|
+
port?:
|
|
274
|
+
number;
|
|
219
275
|
/**
|
|
220
276
|
* Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide
|
|
221
277
|
* the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is
|
|
222
278
|
* from the service project. In this case, the network that the IP address resides in is defined in the host project.
|
|
223
279
|
*/
|
|
224
|
-
projectId?:
|
|
280
|
+
projectId?:
|
|
281
|
+
string;
|
|
225
282
|
}
|
|
226
283
|
interface EndpointInfo {
|
|
227
284
|
/** Destination IP address. */
|
|
228
|
-
destinationIp?:
|
|
285
|
+
destinationIp?:
|
|
286
|
+
string;
|
|
229
287
|
/** URI of the network where this packet is sent to. */
|
|
230
|
-
destinationNetworkUri?:
|
|
288
|
+
destinationNetworkUri?:
|
|
289
|
+
string;
|
|
231
290
|
/** Destination port. Only valid when protocol is TCP or UDP. */
|
|
232
|
-
destinationPort?:
|
|
291
|
+
destinationPort?:
|
|
292
|
+
number;
|
|
233
293
|
/** IP protocol in string format, for example: "TCP", "UDP", "ICMP". */
|
|
234
|
-
protocol?:
|
|
294
|
+
protocol?:
|
|
295
|
+
string;
|
|
235
296
|
/** Source IP address. */
|
|
236
|
-
sourceIp?:
|
|
297
|
+
sourceIp?:
|
|
298
|
+
string;
|
|
237
299
|
/** URI of the network where this packet originates from. */
|
|
238
|
-
sourceNetworkUri?:
|
|
300
|
+
sourceNetworkUri?:
|
|
301
|
+
string;
|
|
239
302
|
/** Source port. Only valid when protocol is TCP or UDP. */
|
|
240
|
-
sourcePort?:
|
|
303
|
+
sourcePort?:
|
|
304
|
+
number;
|
|
241
305
|
}
|
|
242
306
|
interface Expr {
|
|
243
307
|
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
244
|
-
description?:
|
|
308
|
+
description?:
|
|
309
|
+
string;
|
|
245
310
|
/** Textual representation of an expression in Common Expression Language syntax. */
|
|
246
|
-
expression?:
|
|
311
|
+
expression?:
|
|
312
|
+
string;
|
|
247
313
|
/** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
|
|
248
|
-
location?:
|
|
314
|
+
location?:
|
|
315
|
+
string;
|
|
249
316
|
/** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
|
|
250
|
-
title?:
|
|
317
|
+
title?:
|
|
318
|
+
string;
|
|
251
319
|
}
|
|
252
320
|
interface FirewallInfo {
|
|
253
321
|
/** Possible values: ALLOW, DENY */
|
|
254
|
-
action?:
|
|
322
|
+
action?:
|
|
323
|
+
string;
|
|
255
324
|
/** Possible values: INGRESS, EGRESS */
|
|
256
|
-
direction?:
|
|
325
|
+
direction?:
|
|
326
|
+
string;
|
|
257
327
|
/** The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules. */
|
|
258
|
-
displayName?:
|
|
328
|
+
displayName?:
|
|
329
|
+
string;
|
|
259
330
|
/** The firewall rule's type. */
|
|
260
|
-
firewallRuleType?:
|
|
331
|
+
firewallRuleType?:
|
|
332
|
+
string;
|
|
261
333
|
/** The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules. */
|
|
262
|
-
networkUri?:
|
|
334
|
+
networkUri?:
|
|
335
|
+
string;
|
|
263
336
|
/** The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules. */
|
|
264
|
-
policy?:
|
|
337
|
+
policy?:
|
|
338
|
+
string;
|
|
265
339
|
/** The priority of the firewall rule. */
|
|
266
|
-
priority?:
|
|
340
|
+
priority?:
|
|
341
|
+
number;
|
|
267
342
|
/** The target service accounts specified by the firewall rule. */
|
|
268
|
-
targetServiceAccounts?:
|
|
343
|
+
targetServiceAccounts?:
|
|
344
|
+
string[];
|
|
269
345
|
/** The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules. */
|
|
270
|
-
targetTags?:
|
|
346
|
+
targetTags?:
|
|
347
|
+
string[];
|
|
271
348
|
/** The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules. */
|
|
272
|
-
uri?:
|
|
349
|
+
uri?:
|
|
350
|
+
string;
|
|
273
351
|
}
|
|
274
352
|
interface ForwardInfo {
|
|
275
353
|
/** URI of the resource that the packet is forwarded to. */
|
|
276
|
-
resourceUri?:
|
|
354
|
+
resourceUri?:
|
|
355
|
+
string;
|
|
277
356
|
/** Target type where this packet is forwarded to. */
|
|
278
|
-
target?:
|
|
357
|
+
target?:
|
|
358
|
+
string;
|
|
279
359
|
}
|
|
280
360
|
interface ForwardingRuleInfo {
|
|
281
361
|
/** Name of a Compute Engine forwarding rule. */
|
|
282
|
-
displayName?:
|
|
362
|
+
displayName?:
|
|
363
|
+
string;
|
|
283
364
|
/** Port range defined in the forwarding rule that matches the test. */
|
|
284
|
-
matchedPortRange?:
|
|
365
|
+
matchedPortRange?:
|
|
366
|
+
string;
|
|
285
367
|
/** Protocol defined in the forwarding rule that matches the test. */
|
|
286
|
-
matchedProtocol?:
|
|
368
|
+
matchedProtocol?:
|
|
369
|
+
string;
|
|
287
370
|
/** Network URI. Only valid for Internal Load Balancer. */
|
|
288
|
-
networkUri?:
|
|
371
|
+
networkUri?:
|
|
372
|
+
string;
|
|
289
373
|
/** Target type of the forwarding rule. */
|
|
290
|
-
target?:
|
|
374
|
+
target?:
|
|
375
|
+
string;
|
|
291
376
|
/** URI of a Compute Engine forwarding rule. */
|
|
292
|
-
uri?:
|
|
377
|
+
uri?:
|
|
378
|
+
string;
|
|
293
379
|
/** VIP of the forwarding rule. */
|
|
294
|
-
vip?:
|
|
380
|
+
vip?:
|
|
381
|
+
string;
|
|
295
382
|
}
|
|
296
383
|
interface GKEMasterInfo {
|
|
297
384
|
/** URI of a GKE cluster network. */
|
|
298
|
-
clusterNetworkUri?:
|
|
385
|
+
clusterNetworkUri?:
|
|
386
|
+
string;
|
|
299
387
|
/** URI of a GKE cluster. */
|
|
300
|
-
clusterUri?:
|
|
388
|
+
clusterUri?:
|
|
389
|
+
string;
|
|
301
390
|
/** External IP address of a GKE cluster master. */
|
|
302
|
-
externalIp?:
|
|
391
|
+
externalIp?:
|
|
392
|
+
string;
|
|
303
393
|
/** Internal IP address of a GKE cluster master. */
|
|
304
|
-
internalIp?:
|
|
394
|
+
internalIp?:
|
|
395
|
+
string;
|
|
305
396
|
}
|
|
306
397
|
interface InstanceInfo {
|
|
307
398
|
/** Name of a Compute Engine instance. */
|
|
308
|
-
displayName?:
|
|
399
|
+
displayName?:
|
|
400
|
+
string;
|
|
309
401
|
/** External IP address of the network interface. */
|
|
310
|
-
externalIp?:
|
|
402
|
+
externalIp?:
|
|
403
|
+
string;
|
|
311
404
|
/** Name of the network interface of a Compute Engine instance. */
|
|
312
|
-
interface?:
|
|
405
|
+
interface?:
|
|
406
|
+
string;
|
|
313
407
|
/** Internal IP address of the network interface. */
|
|
314
|
-
internalIp?:
|
|
408
|
+
internalIp?:
|
|
409
|
+
string;
|
|
315
410
|
/** Network tags configured on the instance. */
|
|
316
|
-
networkTags?:
|
|
411
|
+
networkTags?:
|
|
412
|
+
string[];
|
|
317
413
|
/** URI of a Compute Engine network. */
|
|
318
|
-
networkUri?:
|
|
414
|
+
networkUri?:
|
|
415
|
+
string;
|
|
319
416
|
/** Service account authorized for the instance. */
|
|
320
|
-
serviceAccount?:
|
|
417
|
+
serviceAccount?:
|
|
418
|
+
string;
|
|
321
419
|
/** URI of a Compute Engine instance. */
|
|
322
|
-
uri?:
|
|
420
|
+
uri?:
|
|
421
|
+
string;
|
|
323
422
|
}
|
|
324
423
|
interface ListConnectivityTestsResponse {
|
|
325
424
|
/** Page token to fetch the next set of Connectivity Tests. */
|
|
326
|
-
nextPageToken?:
|
|
425
|
+
nextPageToken?:
|
|
426
|
+
string;
|
|
327
427
|
/** List of Connectivity Tests. */
|
|
328
|
-
resources?:
|
|
428
|
+
resources?:
|
|
429
|
+
ConnectivityTest[];
|
|
329
430
|
/** Locations that could not be reached (when querying all locations with `-`). */
|
|
330
|
-
unreachable?:
|
|
431
|
+
unreachable?:
|
|
432
|
+
string[];
|
|
331
433
|
}
|
|
332
434
|
interface ListLocationsResponse {
|
|
333
435
|
/** A list of locations that matches the specified filter in the request. */
|
|
334
|
-
locations?:
|
|
436
|
+
locations?:
|
|
437
|
+
Location[];
|
|
335
438
|
/** The standard List next-page token. */
|
|
336
|
-
nextPageToken?:
|
|
439
|
+
nextPageToken?:
|
|
440
|
+
string;
|
|
337
441
|
}
|
|
338
442
|
interface ListOperationsResponse {
|
|
339
443
|
/** The standard List next-page token. */
|
|
340
|
-
nextPageToken?:
|
|
444
|
+
nextPageToken?:
|
|
445
|
+
string;
|
|
341
446
|
/** A list of operations that matches the specified filter in the request. */
|
|
342
|
-
operations?:
|
|
447
|
+
operations?:
|
|
448
|
+
Operation[];
|
|
343
449
|
}
|
|
344
450
|
interface LoadBalancerBackend {
|
|
345
451
|
/** Name of a Compute Engine instance or network endpoint. */
|
|
346
|
-
displayName?:
|
|
452
|
+
displayName?:
|
|
453
|
+
string;
|
|
347
454
|
/** A list of firewall rule URIs allowing probes from health check IP ranges. */
|
|
348
|
-
healthCheckAllowingFirewallRules?:
|
|
455
|
+
healthCheckAllowingFirewallRules?:
|
|
456
|
+
string[];
|
|
349
457
|
/** A list of firewall rule URIs blocking probes from health check IP ranges. */
|
|
350
|
-
healthCheckBlockingFirewallRules?:
|
|
458
|
+
healthCheckBlockingFirewallRules?:
|
|
459
|
+
string[];
|
|
351
460
|
/** State of the health check firewall configuration. */
|
|
352
|
-
healthCheckFirewallState?:
|
|
461
|
+
healthCheckFirewallState?:
|
|
462
|
+
string;
|
|
353
463
|
/** URI of a Compute Engine instance or network endpoint. */
|
|
354
|
-
uri?:
|
|
464
|
+
uri?:
|
|
465
|
+
string;
|
|
355
466
|
}
|
|
356
467
|
interface LoadBalancerInfo {
|
|
357
468
|
/** Information for the loadbalancer backends. */
|
|
358
|
-
backends?:
|
|
469
|
+
backends?:
|
|
470
|
+
LoadBalancerBackend[];
|
|
359
471
|
/** Type of load balancer's backend configuration. */
|
|
360
|
-
backendType?:
|
|
472
|
+
backendType?:
|
|
473
|
+
string;
|
|
361
474
|
/** Backend configuration URI. */
|
|
362
|
-
backendUri?:
|
|
475
|
+
backendUri?:
|
|
476
|
+
string;
|
|
363
477
|
/** URI of the health check for the load balancer. */
|
|
364
|
-
healthCheckUri?:
|
|
478
|
+
healthCheckUri?:
|
|
479
|
+
string;
|
|
365
480
|
/** Type of the load balancer. */
|
|
366
|
-
loadBalancerType?:
|
|
481
|
+
loadBalancerType?:
|
|
482
|
+
string;
|
|
367
483
|
}
|
|
368
484
|
interface Location {
|
|
369
485
|
/** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
|
|
370
|
-
displayName?:
|
|
486
|
+
displayName?:
|
|
487
|
+
string;
|
|
371
488
|
/** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
|
|
372
|
-
labels?:
|
|
489
|
+
labels?:
|
|
490
|
+
{ [P in string]: string };
|
|
373
491
|
/** The canonical id for this location. For example: `"us-east1"`. */
|
|
374
|
-
locationId?:
|
|
492
|
+
locationId?:
|
|
493
|
+
string;
|
|
375
494
|
/** Service-specific metadata. For example the available capacity at the given location. */
|
|
376
|
-
metadata?:
|
|
495
|
+
metadata?:
|
|
496
|
+
{ [P in string]: any };
|
|
377
497
|
/** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
|
|
378
|
-
name?:
|
|
498
|
+
name?:
|
|
499
|
+
string;
|
|
379
500
|
}
|
|
380
501
|
interface NetworkInfo {
|
|
381
502
|
/** Name of a Compute Engine network. */
|
|
382
|
-
displayName?:
|
|
503
|
+
displayName?:
|
|
504
|
+
string;
|
|
383
505
|
/** The IP range that matches the test. */
|
|
384
|
-
matchedIpRange?:
|
|
506
|
+
matchedIpRange?:
|
|
507
|
+
string;
|
|
385
508
|
/** URI of a Compute Engine network. */
|
|
386
|
-
uri?:
|
|
509
|
+
uri?:
|
|
510
|
+
string;
|
|
387
511
|
}
|
|
388
512
|
interface Operation {
|
|
389
513
|
/** 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. */
|
|
390
|
-
done?:
|
|
514
|
+
done?:
|
|
515
|
+
boolean;
|
|
391
516
|
/** The error result of the operation in case of failure or cancellation. */
|
|
392
|
-
error?:
|
|
517
|
+
error?:
|
|
518
|
+
Status;
|
|
393
519
|
/**
|
|
394
520
|
* Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such
|
|
395
521
|
* metadata. Any method that returns a long-running operation should document the metadata type, if any.
|
|
396
522
|
*/
|
|
397
|
-
metadata?:
|
|
523
|
+
metadata?:
|
|
524
|
+
{ [P in string]: any };
|
|
398
525
|
/**
|
|
399
526
|
* The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending
|
|
400
527
|
* with `operations/{unique_id}`.
|
|
401
528
|
*/
|
|
402
|
-
name?:
|
|
529
|
+
name?:
|
|
530
|
+
string;
|
|
403
531
|
/**
|
|
404
532
|
* The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the
|
|
405
533
|
* original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the
|
|
406
534
|
* original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
|
|
407
535
|
*/
|
|
408
|
-
response?:
|
|
536
|
+
response?:
|
|
537
|
+
{ [P in string]: any };
|
|
409
538
|
}
|
|
410
539
|
interface OperationMetadata {
|
|
411
540
|
/** API version. */
|
|
412
|
-
apiVersion?:
|
|
541
|
+
apiVersion?:
|
|
542
|
+
string;
|
|
413
543
|
/** Specifies if cancellation was requested for the operation. */
|
|
414
|
-
cancelRequested?:
|
|
544
|
+
cancelRequested?:
|
|
545
|
+
boolean;
|
|
415
546
|
/** The time the operation was created. */
|
|
416
|
-
createTime?:
|
|
547
|
+
createTime?:
|
|
548
|
+
string;
|
|
417
549
|
/** The time the operation finished running. */
|
|
418
|
-
endTime?:
|
|
550
|
+
endTime?:
|
|
551
|
+
string;
|
|
419
552
|
/** Human-readable status of the operation, if any. */
|
|
420
|
-
statusDetail?:
|
|
553
|
+
statusDetail?:
|
|
554
|
+
string;
|
|
421
555
|
/** Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1 */
|
|
422
|
-
target?:
|
|
556
|
+
target?:
|
|
557
|
+
string;
|
|
423
558
|
/** Name of the verb executed by the operation. */
|
|
424
|
-
verb?:
|
|
559
|
+
verb?:
|
|
560
|
+
string;
|
|
425
561
|
}
|
|
426
562
|
interface Policy {
|
|
427
563
|
/** Specifies cloud audit logging configuration for this policy. */
|
|
428
|
-
auditConfigs?:
|
|
564
|
+
auditConfigs?:
|
|
565
|
+
AuditConfig[];
|
|
429
566
|
/**
|
|
430
567
|
* Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings`
|
|
431
568
|
* must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a
|
|
432
569
|
* principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another
|
|
433
570
|
* 1,450 principals to the `bindings` in the `Policy`.
|
|
434
571
|
*/
|
|
435
|
-
bindings?:
|
|
572
|
+
bindings?:
|
|
573
|
+
Binding[];
|
|
436
574
|
/**
|
|
437
575
|
* `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make
|
|
438
576
|
* use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems
|
|
@@ -440,7 +578,8 @@ declare namespace gapi.client {
|
|
|
440
578
|
* Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1`
|
|
441
579
|
* policy, and all of the conditions in the version `3` policy are lost.
|
|
442
580
|
*/
|
|
443
|
-
etag?:
|
|
581
|
+
etag?:
|
|
582
|
+
string;
|
|
444
583
|
/**
|
|
445
584
|
* Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings
|
|
446
585
|
* must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a
|
|
@@ -449,187 +588,255 @@ declare namespace gapi.client {
|
|
|
449
588
|
* policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave
|
|
450
589
|
* the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
451
590
|
*/
|
|
452
|
-
version?:
|
|
591
|
+
version?:
|
|
592
|
+
number;
|
|
453
593
|
}
|
|
454
594
|
interface ReachabilityDetails {
|
|
455
595
|
/** The details of a failure or a cancellation of reachability analysis. */
|
|
456
|
-
error?:
|
|
596
|
+
error?:
|
|
597
|
+
Status;
|
|
457
598
|
/** The overall result of the test's configuration analysis. */
|
|
458
|
-
result?:
|
|
599
|
+
result?:
|
|
600
|
+
string;
|
|
459
601
|
/** Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends. */
|
|
460
|
-
traces?:
|
|
602
|
+
traces?:
|
|
603
|
+
Trace[];
|
|
461
604
|
/** The time of the configuration analysis. */
|
|
462
|
-
verifyTime?:
|
|
605
|
+
verifyTime?:
|
|
606
|
+
string;
|
|
463
607
|
}
|
|
464
608
|
// tslint:disable-next-line:no-empty-interface
|
|
465
609
|
interface RerunConnectivityTestRequest {
|
|
466
610
|
}
|
|
467
611
|
interface RouteInfo {
|
|
468
612
|
/** Destination IP range of the route. */
|
|
469
|
-
destIpRange?:
|
|
613
|
+
destIpRange?:
|
|
614
|
+
string;
|
|
470
615
|
/** Destination port ranges of the route. Policy based routes only. */
|
|
471
|
-
destPortRanges?:
|
|
616
|
+
destPortRanges?:
|
|
617
|
+
string[];
|
|
472
618
|
/** Name of a Compute Engine route. */
|
|
473
|
-
displayName?:
|
|
619
|
+
displayName?:
|
|
620
|
+
string;
|
|
474
621
|
/** Instance tags of the route. */
|
|
475
|
-
instanceTags?:
|
|
622
|
+
instanceTags?:
|
|
623
|
+
string[];
|
|
476
624
|
/** URI of a Compute Engine network. */
|
|
477
|
-
networkUri?:
|
|
625
|
+
networkUri?:
|
|
626
|
+
string;
|
|
478
627
|
/** Next hop of the route. */
|
|
479
|
-
nextHop?:
|
|
628
|
+
nextHop?:
|
|
629
|
+
string;
|
|
480
630
|
/** Type of next hop. */
|
|
481
|
-
nextHopType?:
|
|
631
|
+
nextHopType?:
|
|
632
|
+
string;
|
|
482
633
|
/** Priority of the route. */
|
|
483
|
-
priority?:
|
|
634
|
+
priority?:
|
|
635
|
+
number;
|
|
484
636
|
/** Protocols of the route. Policy based routes only. */
|
|
485
|
-
protocols?:
|
|
637
|
+
protocols?:
|
|
638
|
+
string[];
|
|
486
639
|
/** Type of route. */
|
|
487
|
-
routeType?:
|
|
640
|
+
routeType?:
|
|
641
|
+
string;
|
|
488
642
|
/** Source IP address range of the route. Policy based routes only. */
|
|
489
|
-
srcIpRange?:
|
|
643
|
+
srcIpRange?:
|
|
644
|
+
string;
|
|
490
645
|
/** Source port ranges of the route. Policy based routes only. */
|
|
491
|
-
srcPortRanges?:
|
|
646
|
+
srcPortRanges?:
|
|
647
|
+
string[];
|
|
492
648
|
/** URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI. */
|
|
493
|
-
uri?:
|
|
649
|
+
uri?:
|
|
650
|
+
string;
|
|
494
651
|
}
|
|
495
652
|
interface SetIamPolicyRequest {
|
|
496
653
|
/**
|
|
497
654
|
* REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud
|
|
498
655
|
* services (such as Projects) might reject them.
|
|
499
656
|
*/
|
|
500
|
-
policy?:
|
|
657
|
+
policy?:
|
|
658
|
+
Policy;
|
|
501
659
|
/**
|
|
502
660
|
* OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:
|
|
503
661
|
* `paths: "bindings, etag"`
|
|
504
662
|
*/
|
|
505
|
-
updateMask?:
|
|
663
|
+
updateMask?:
|
|
664
|
+
string;
|
|
506
665
|
}
|
|
507
666
|
interface Status {
|
|
508
667
|
/** The status code, which should be an enum value of google.rpc.Code. */
|
|
509
|
-
code?:
|
|
668
|
+
code?:
|
|
669
|
+
number;
|
|
510
670
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
511
|
-
details?:
|
|
671
|
+
details?:
|
|
672
|
+
Array<{ [P in string]: any }>;
|
|
512
673
|
/**
|
|
513
674
|
* A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the
|
|
514
675
|
* client.
|
|
515
676
|
*/
|
|
516
|
-
message?:
|
|
677
|
+
message?:
|
|
678
|
+
string;
|
|
517
679
|
}
|
|
518
680
|
interface Step {
|
|
519
681
|
/** Display information of the final state "abort" and reason. */
|
|
520
|
-
abort?:
|
|
682
|
+
abort?:
|
|
683
|
+
AbortInfo;
|
|
521
684
|
/** Display information of an App Engine service version. */
|
|
522
|
-
appEngineVersion?:
|
|
685
|
+
appEngineVersion?:
|
|
686
|
+
AppEngineVersionInfo;
|
|
523
687
|
/** This is a step that leads to the final state Drop. */
|
|
524
|
-
causesDrop?:
|
|
688
|
+
causesDrop?:
|
|
689
|
+
boolean;
|
|
525
690
|
/** Display information of a Cloud Function. */
|
|
526
|
-
cloudFunction?:
|
|
691
|
+
cloudFunction?:
|
|
692
|
+
CloudFunctionInfo;
|
|
527
693
|
/** Display information of a Cloud Run revision. */
|
|
528
|
-
cloudRunRevision?:
|
|
694
|
+
cloudRunRevision?:
|
|
695
|
+
CloudRunRevisionInfo;
|
|
529
696
|
/** Display information of a Cloud SQL instance. */
|
|
530
|
-
cloudSqlInstance?:
|
|
697
|
+
cloudSqlInstance?:
|
|
698
|
+
CloudSQLInstanceInfo;
|
|
531
699
|
/** Display information of the final state "deliver" and reason. */
|
|
532
|
-
deliver?:
|
|
700
|
+
deliver?:
|
|
701
|
+
DeliverInfo;
|
|
533
702
|
/** A description of the step. Usually this is a summary of the state. */
|
|
534
|
-
description?:
|
|
703
|
+
description?:
|
|
704
|
+
string;
|
|
535
705
|
/** Display information of the final state "drop" and reason. */
|
|
536
|
-
drop?:
|
|
706
|
+
drop?:
|
|
707
|
+
DropInfo;
|
|
537
708
|
/**
|
|
538
709
|
* Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by
|
|
539
710
|
* state like NAT, or Connection Proxy.
|
|
540
711
|
*/
|
|
541
|
-
endpoint?:
|
|
712
|
+
endpoint?:
|
|
713
|
+
EndpointInfo;
|
|
542
714
|
/** Display information of a Compute Engine firewall rule. */
|
|
543
|
-
firewall?:
|
|
715
|
+
firewall?:
|
|
716
|
+
FirewallInfo;
|
|
544
717
|
/** Display information of the final state "forward" and reason. */
|
|
545
|
-
forward?:
|
|
718
|
+
forward?:
|
|
719
|
+
ForwardInfo;
|
|
546
720
|
/** Display information of a Compute Engine forwarding rule. */
|
|
547
|
-
forwardingRule?:
|
|
721
|
+
forwardingRule?:
|
|
722
|
+
ForwardingRuleInfo;
|
|
548
723
|
/** Display information of a Google Kubernetes Engine cluster master. */
|
|
549
|
-
gkeMaster?:
|
|
724
|
+
gkeMaster?:
|
|
725
|
+
GKEMasterInfo;
|
|
550
726
|
/** Display information of a Compute Engine instance. */
|
|
551
|
-
instance?:
|
|
727
|
+
instance?:
|
|
728
|
+
InstanceInfo;
|
|
552
729
|
/** Display information of the load balancers. */
|
|
553
|
-
loadBalancer?:
|
|
730
|
+
loadBalancer?:
|
|
731
|
+
LoadBalancerInfo;
|
|
554
732
|
/** Display information of a Google Cloud network. */
|
|
555
|
-
network?:
|
|
733
|
+
network?:
|
|
734
|
+
NetworkInfo;
|
|
556
735
|
/** Project ID that contains the configuration this step is validating. */
|
|
557
|
-
projectId?:
|
|
736
|
+
projectId?:
|
|
737
|
+
string;
|
|
558
738
|
/** Display information of a Compute Engine route. */
|
|
559
|
-
route?:
|
|
739
|
+
route?:
|
|
740
|
+
RouteInfo;
|
|
560
741
|
/** Each step is in one of the pre-defined states. */
|
|
561
|
-
state?:
|
|
742
|
+
state?:
|
|
743
|
+
string;
|
|
562
744
|
/** Display information of a VPC connector. */
|
|
563
|
-
vpcConnector?:
|
|
745
|
+
vpcConnector?:
|
|
746
|
+
VpcConnectorInfo;
|
|
564
747
|
/** Display information of a Compute Engine VPN gateway. */
|
|
565
|
-
vpnGateway?:
|
|
748
|
+
vpnGateway?:
|
|
749
|
+
VpnGatewayInfo;
|
|
566
750
|
/** Display information of a Compute Engine VPN tunnel. */
|
|
567
|
-
vpnTunnel?:
|
|
751
|
+
vpnTunnel?:
|
|
752
|
+
VpnTunnelInfo;
|
|
568
753
|
}
|
|
569
754
|
interface TestIamPermissionsRequest {
|
|
570
755
|
/**
|
|
571
756
|
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
|
572
757
|
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
|
573
758
|
*/
|
|
574
|
-
permissions?:
|
|
759
|
+
permissions?:
|
|
760
|
+
string[];
|
|
575
761
|
}
|
|
576
762
|
interface TestIamPermissionsResponse {
|
|
577
763
|
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
578
|
-
permissions?:
|
|
764
|
+
permissions?:
|
|
765
|
+
string[];
|
|
579
766
|
}
|
|
580
767
|
interface Trace {
|
|
581
768
|
/**
|
|
582
769
|
* Derived from the source and destination endpoints definition specified by user request, and validated by the data plane model. If there are multiple traces starting from different
|
|
583
770
|
* source locations, then the endpoint_info may be different between traces.
|
|
584
771
|
*/
|
|
585
|
-
endpointInfo?:
|
|
772
|
+
endpointInfo?:
|
|
773
|
+
EndpointInfo;
|
|
586
774
|
/**
|
|
587
775
|
* A trace of a test contains multiple steps from the initial state to the final state (delivered, dropped, forwarded, or aborted). The steps are ordered by the processing sequence
|
|
588
776
|
* within the simulated network state machine. It is critical to preserve the order of the steps and avoid reordering or sorting them.
|
|
589
777
|
*/
|
|
590
|
-
steps?:
|
|
778
|
+
steps?:
|
|
779
|
+
Step[];
|
|
591
780
|
}
|
|
592
781
|
interface VpcConnectorInfo {
|
|
593
782
|
/** Name of a VPC connector. */
|
|
594
|
-
displayName?:
|
|
783
|
+
displayName?:
|
|
784
|
+
string;
|
|
595
785
|
/** Location in which the VPC connector is deployed. */
|
|
596
|
-
location?:
|
|
786
|
+
location?:
|
|
787
|
+
string;
|
|
597
788
|
/** URI of a VPC connector. */
|
|
598
|
-
uri?:
|
|
789
|
+
uri?:
|
|
790
|
+
string;
|
|
599
791
|
}
|
|
600
792
|
interface VpnGatewayInfo {
|
|
601
793
|
/** Name of a VPN gateway. */
|
|
602
|
-
displayName?:
|
|
794
|
+
displayName?:
|
|
795
|
+
string;
|
|
603
796
|
/** IP address of the VPN gateway. */
|
|
604
|
-
ipAddress?:
|
|
797
|
+
ipAddress?:
|
|
798
|
+
string;
|
|
605
799
|
/** URI of a Compute Engine network where the VPN gateway is configured. */
|
|
606
|
-
networkUri?:
|
|
800
|
+
networkUri?:
|
|
801
|
+
string;
|
|
607
802
|
/** Name of a Google Cloud region where this VPN gateway is configured. */
|
|
608
|
-
region?:
|
|
803
|
+
region?:
|
|
804
|
+
string;
|
|
609
805
|
/** URI of a VPN gateway. */
|
|
610
|
-
uri?:
|
|
806
|
+
uri?:
|
|
807
|
+
string;
|
|
611
808
|
/** A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed. */
|
|
612
|
-
vpnTunnelUri?:
|
|
809
|
+
vpnTunnelUri?:
|
|
810
|
+
string;
|
|
613
811
|
}
|
|
614
812
|
interface VpnTunnelInfo {
|
|
615
813
|
/** Name of a VPN tunnel. */
|
|
616
|
-
displayName?:
|
|
814
|
+
displayName?:
|
|
815
|
+
string;
|
|
617
816
|
/** URI of a Compute Engine network where the VPN tunnel is configured. */
|
|
618
|
-
networkUri?:
|
|
817
|
+
networkUri?:
|
|
818
|
+
string;
|
|
619
819
|
/** Name of a Google Cloud region where this VPN tunnel is configured. */
|
|
620
|
-
region?:
|
|
820
|
+
region?:
|
|
821
|
+
string;
|
|
621
822
|
/** URI of a VPN gateway at remote end of the tunnel. */
|
|
622
|
-
remoteGateway?:
|
|
823
|
+
remoteGateway?:
|
|
824
|
+
string;
|
|
623
825
|
/** Remote VPN gateway's IP address. */
|
|
624
|
-
remoteGatewayIp?:
|
|
826
|
+
remoteGatewayIp?:
|
|
827
|
+
string;
|
|
625
828
|
/** Type of the routing policy. */
|
|
626
|
-
routingType?:
|
|
829
|
+
routingType?:
|
|
830
|
+
string;
|
|
627
831
|
/** URI of the VPN gateway at local end of the tunnel. */
|
|
628
|
-
sourceGateway?:
|
|
832
|
+
sourceGateway?:
|
|
833
|
+
string;
|
|
629
834
|
/** Local VPN gateway's IP address. */
|
|
630
|
-
sourceGatewayIp?:
|
|
835
|
+
sourceGatewayIp?:
|
|
836
|
+
string;
|
|
631
837
|
/** URI of a VPN tunnel. */
|
|
632
|
-
uri?:
|
|
838
|
+
uri?:
|
|
839
|
+
string;
|
|
633
840
|
}
|
|
634
841
|
interface ConnectivityTestsResource {
|
|
635
842
|
/**
|
|
@@ -640,139 +847,197 @@ declare namespace gapi.client {
|
|
|
640
847
|
*/
|
|
641
848
|
create(request: {
|
|
642
849
|
/** V1 error format. */
|
|
643
|
-
"$.xgafv"?:
|
|
850
|
+
"$.xgafv"?:
|
|
851
|
+
string;
|
|
644
852
|
/** OAuth access token. */
|
|
645
|
-
access_token?:
|
|
853
|
+
access_token?:
|
|
854
|
+
string;
|
|
646
855
|
/** Data format for response. */
|
|
647
|
-
alt?:
|
|
856
|
+
alt?:
|
|
857
|
+
string;
|
|
648
858
|
/** JSONP */
|
|
649
|
-
callback?:
|
|
859
|
+
callback?:
|
|
860
|
+
string;
|
|
650
861
|
/** Selector specifying which fields to include in a partial response. */
|
|
651
|
-
fields?:
|
|
862
|
+
fields?:
|
|
863
|
+
string;
|
|
652
864
|
/** 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. */
|
|
653
|
-
key?:
|
|
865
|
+
key?:
|
|
866
|
+
string;
|
|
654
867
|
/** OAuth 2.0 token for the current user. */
|
|
655
|
-
oauth_token?:
|
|
868
|
+
oauth_token?:
|
|
869
|
+
string;
|
|
656
870
|
/** Required. The parent resource of the Connectivity Test to create: `projects/{project_id}/locations/global` */
|
|
657
|
-
parent:
|
|
871
|
+
parent:
|
|
872
|
+
string;
|
|
658
873
|
/** Returns response with indentations and line breaks. */
|
|
659
|
-
prettyPrint?:
|
|
874
|
+
prettyPrint?:
|
|
875
|
+
boolean;
|
|
660
876
|
/** 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. */
|
|
661
|
-
quotaUser?:
|
|
877
|
+
quotaUser?:
|
|
878
|
+
string;
|
|
662
879
|
/**
|
|
663
880
|
* Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start
|
|
664
881
|
* with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
|
|
665
882
|
*/
|
|
666
|
-
testId?:
|
|
883
|
+
testId?:
|
|
884
|
+
string;
|
|
667
885
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
668
|
-
upload_protocol?:
|
|
886
|
+
upload_protocol?:
|
|
887
|
+
string;
|
|
669
888
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
670
|
-
uploadType?:
|
|
889
|
+
uploadType?:
|
|
890
|
+
string;
|
|
671
891
|
/** Request body */
|
|
672
|
-
resource:
|
|
892
|
+
resource:
|
|
893
|
+
ConnectivityTest;
|
|
673
894
|
}): Request<Operation>;
|
|
674
895
|
create(request: {
|
|
675
896
|
/** V1 error format. */
|
|
676
|
-
"$.xgafv"?:
|
|
897
|
+
"$.xgafv"?:
|
|
898
|
+
string;
|
|
677
899
|
/** OAuth access token. */
|
|
678
|
-
access_token?:
|
|
900
|
+
access_token?:
|
|
901
|
+
string;
|
|
679
902
|
/** Data format for response. */
|
|
680
|
-
alt?:
|
|
903
|
+
alt?:
|
|
904
|
+
string;
|
|
681
905
|
/** JSONP */
|
|
682
|
-
callback?:
|
|
906
|
+
callback?:
|
|
907
|
+
string;
|
|
683
908
|
/** Selector specifying which fields to include in a partial response. */
|
|
684
|
-
fields?:
|
|
909
|
+
fields?:
|
|
910
|
+
string;
|
|
685
911
|
/** 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. */
|
|
686
|
-
key?:
|
|
912
|
+
key?:
|
|
913
|
+
string;
|
|
687
914
|
/** OAuth 2.0 token for the current user. */
|
|
688
|
-
oauth_token?:
|
|
915
|
+
oauth_token?:
|
|
916
|
+
string;
|
|
689
917
|
/** Required. The parent resource of the Connectivity Test to create: `projects/{project_id}/locations/global` */
|
|
690
|
-
parent:
|
|
918
|
+
parent:
|
|
919
|
+
string;
|
|
691
920
|
/** Returns response with indentations and line breaks. */
|
|
692
|
-
prettyPrint?:
|
|
921
|
+
prettyPrint?:
|
|
922
|
+
boolean;
|
|
693
923
|
/** 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. */
|
|
694
|
-
quotaUser?:
|
|
924
|
+
quotaUser?:
|
|
925
|
+
string;
|
|
695
926
|
/**
|
|
696
927
|
* Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start
|
|
697
928
|
* with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
|
|
698
929
|
*/
|
|
699
|
-
testId?:
|
|
930
|
+
testId?:
|
|
931
|
+
string;
|
|
700
932
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
701
|
-
upload_protocol?:
|
|
933
|
+
upload_protocol?:
|
|
934
|
+
string;
|
|
702
935
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
703
|
-
uploadType?:
|
|
936
|
+
uploadType?:
|
|
937
|
+
string;
|
|
704
938
|
},
|
|
705
939
|
body: ConnectivityTest): Request<Operation>;
|
|
706
940
|
/** Deletes a specific `ConnectivityTest`. */
|
|
707
941
|
delete(request?: {
|
|
708
942
|
/** V1 error format. */
|
|
709
|
-
"$.xgafv"?:
|
|
943
|
+
"$.xgafv"?:
|
|
944
|
+
string;
|
|
710
945
|
/** OAuth access token. */
|
|
711
|
-
access_token?:
|
|
946
|
+
access_token?:
|
|
947
|
+
string;
|
|
712
948
|
/** Data format for response. */
|
|
713
|
-
alt?:
|
|
949
|
+
alt?:
|
|
950
|
+
string;
|
|
714
951
|
/** JSONP */
|
|
715
|
-
callback?:
|
|
952
|
+
callback?:
|
|
953
|
+
string;
|
|
716
954
|
/** Selector specifying which fields to include in a partial response. */
|
|
717
|
-
fields?:
|
|
955
|
+
fields?:
|
|
956
|
+
string;
|
|
718
957
|
/** 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. */
|
|
719
|
-
key?:
|
|
958
|
+
key?:
|
|
959
|
+
string;
|
|
720
960
|
/** Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
721
|
-
name:
|
|
961
|
+
name:
|
|
962
|
+
string;
|
|
722
963
|
/** OAuth 2.0 token for the current user. */
|
|
723
|
-
oauth_token?:
|
|
964
|
+
oauth_token?:
|
|
965
|
+
string;
|
|
724
966
|
/** Returns response with indentations and line breaks. */
|
|
725
|
-
prettyPrint?:
|
|
967
|
+
prettyPrint?:
|
|
968
|
+
boolean;
|
|
726
969
|
/** 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. */
|
|
727
|
-
quotaUser?:
|
|
970
|
+
quotaUser?:
|
|
971
|
+
string;
|
|
728
972
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
729
|
-
upload_protocol?:
|
|
973
|
+
upload_protocol?:
|
|
974
|
+
string;
|
|
730
975
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
731
|
-
uploadType?:
|
|
976
|
+
uploadType?:
|
|
977
|
+
string;
|
|
732
978
|
}): Request<Operation>;
|
|
733
979
|
/** Gets the details of a specific Connectivity Test. */
|
|
734
980
|
get(request?: {
|
|
735
981
|
/** V1 error format. */
|
|
736
|
-
"$.xgafv"?:
|
|
982
|
+
"$.xgafv"?:
|
|
983
|
+
string;
|
|
737
984
|
/** OAuth access token. */
|
|
738
|
-
access_token?:
|
|
985
|
+
access_token?:
|
|
986
|
+
string;
|
|
739
987
|
/** Data format for response. */
|
|
740
|
-
alt?:
|
|
988
|
+
alt?:
|
|
989
|
+
string;
|
|
741
990
|
/** JSONP */
|
|
742
|
-
callback?:
|
|
991
|
+
callback?:
|
|
992
|
+
string;
|
|
743
993
|
/** Selector specifying which fields to include in a partial response. */
|
|
744
|
-
fields?:
|
|
994
|
+
fields?:
|
|
995
|
+
string;
|
|
745
996
|
/** 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. */
|
|
746
|
-
key?:
|
|
997
|
+
key?:
|
|
998
|
+
string;
|
|
747
999
|
/** Required. `ConnectivityTest` resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
748
|
-
name:
|
|
1000
|
+
name:
|
|
1001
|
+
string;
|
|
749
1002
|
/** OAuth 2.0 token for the current user. */
|
|
750
|
-
oauth_token?:
|
|
1003
|
+
oauth_token?:
|
|
1004
|
+
string;
|
|
751
1005
|
/** Returns response with indentations and line breaks. */
|
|
752
|
-
prettyPrint?:
|
|
1006
|
+
prettyPrint?:
|
|
1007
|
+
boolean;
|
|
753
1008
|
/** 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. */
|
|
754
|
-
quotaUser?:
|
|
1009
|
+
quotaUser?:
|
|
1010
|
+
string;
|
|
755
1011
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
756
|
-
upload_protocol?:
|
|
1012
|
+
upload_protocol?:
|
|
1013
|
+
string;
|
|
757
1014
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
758
|
-
uploadType?:
|
|
1015
|
+
uploadType?:
|
|
1016
|
+
string;
|
|
759
1017
|
}): Request<ConnectivityTest>;
|
|
760
1018
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
761
1019
|
getIamPolicy(request?: {
|
|
762
1020
|
/** V1 error format. */
|
|
763
|
-
"$.xgafv"?:
|
|
1021
|
+
"$.xgafv"?:
|
|
1022
|
+
string;
|
|
764
1023
|
/** OAuth access token. */
|
|
765
|
-
access_token?:
|
|
1024
|
+
access_token?:
|
|
1025
|
+
string;
|
|
766
1026
|
/** Data format for response. */
|
|
767
|
-
alt?:
|
|
1027
|
+
alt?:
|
|
1028
|
+
string;
|
|
768
1029
|
/** JSONP */
|
|
769
|
-
callback?:
|
|
1030
|
+
callback?:
|
|
1031
|
+
string;
|
|
770
1032
|
/** Selector specifying which fields to include in a partial response. */
|
|
771
|
-
fields?:
|
|
1033
|
+
fields?:
|
|
1034
|
+
string;
|
|
772
1035
|
/** 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. */
|
|
773
|
-
key?:
|
|
1036
|
+
key?:
|
|
1037
|
+
string;
|
|
774
1038
|
/** OAuth 2.0 token for the current user. */
|
|
775
|
-
oauth_token?:
|
|
1039
|
+
oauth_token?:
|
|
1040
|
+
string;
|
|
776
1041
|
/**
|
|
777
1042
|
* Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
|
|
778
1043
|
* policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
|
|
@@ -780,60 +1045,82 @@ declare namespace gapi.client {
|
|
|
780
1045
|
* role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
|
|
781
1046
|
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
782
1047
|
*/
|
|
783
|
-
"options.requestedPolicyVersion"?:
|
|
1048
|
+
"options.requestedPolicyVersion"?:
|
|
1049
|
+
number;
|
|
784
1050
|
/** Returns response with indentations and line breaks. */
|
|
785
|
-
prettyPrint?:
|
|
1051
|
+
prettyPrint?:
|
|
1052
|
+
boolean;
|
|
786
1053
|
/** 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. */
|
|
787
|
-
quotaUser?:
|
|
1054
|
+
quotaUser?:
|
|
1055
|
+
string;
|
|
788
1056
|
/**
|
|
789
1057
|
* REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
|
|
790
1058
|
* field.
|
|
791
1059
|
*/
|
|
792
|
-
resource:
|
|
1060
|
+
resource:
|
|
1061
|
+
string;
|
|
793
1062
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
794
|
-
upload_protocol?:
|
|
1063
|
+
upload_protocol?:
|
|
1064
|
+
string;
|
|
795
1065
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
796
|
-
uploadType?:
|
|
1066
|
+
uploadType?:
|
|
1067
|
+
string;
|
|
797
1068
|
}): Request<Policy>;
|
|
798
1069
|
/** Lists all Connectivity Tests owned by a project. */
|
|
799
1070
|
list(request?: {
|
|
800
1071
|
/** V1 error format. */
|
|
801
|
-
"$.xgafv"?:
|
|
1072
|
+
"$.xgafv"?:
|
|
1073
|
+
string;
|
|
802
1074
|
/** OAuth access token. */
|
|
803
|
-
access_token?:
|
|
1075
|
+
access_token?:
|
|
1076
|
+
string;
|
|
804
1077
|
/** Data format for response. */
|
|
805
|
-
alt?:
|
|
1078
|
+
alt?:
|
|
1079
|
+
string;
|
|
806
1080
|
/** JSONP */
|
|
807
|
-
callback?:
|
|
1081
|
+
callback?:
|
|
1082
|
+
string;
|
|
808
1083
|
/** Selector specifying which fields to include in a partial response. */
|
|
809
|
-
fields?:
|
|
1084
|
+
fields?:
|
|
1085
|
+
string;
|
|
810
1086
|
/**
|
|
811
1087
|
* Lists the `ConnectivityTests` that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form ` ` where
|
|
812
1088
|
* operators: `<`, `>`, `<=`, `>=`, `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON
|
|
813
1089
|
* field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1 - Filter
|
|
814
1090
|
* by labels: - Resources that have a key called `foo` labels.foo:* - Resources that have a key called `foo` whose value is `bar` labels.foo = bar
|
|
815
1091
|
*/
|
|
816
|
-
filter?:
|
|
1092
|
+
filter?:
|
|
1093
|
+
string;
|
|
817
1094
|
/** 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. */
|
|
818
|
-
key?:
|
|
1095
|
+
key?:
|
|
1096
|
+
string;
|
|
819
1097
|
/** OAuth 2.0 token for the current user. */
|
|
820
|
-
oauth_token?:
|
|
1098
|
+
oauth_token?:
|
|
1099
|
+
string;
|
|
821
1100
|
/** Field to use to sort the list. */
|
|
822
|
-
orderBy?:
|
|
1101
|
+
orderBy?:
|
|
1102
|
+
string;
|
|
823
1103
|
/** Number of `ConnectivityTests` to return. */
|
|
824
|
-
pageSize?:
|
|
1104
|
+
pageSize?:
|
|
1105
|
+
number;
|
|
825
1106
|
/** Page token from an earlier query, as returned in `next_page_token`. */
|
|
826
|
-
pageToken?:
|
|
1107
|
+
pageToken?:
|
|
1108
|
+
string;
|
|
827
1109
|
/** Required. The parent resource of the Connectivity Tests: `projects/{project_id}/locations/global` */
|
|
828
|
-
parent:
|
|
1110
|
+
parent:
|
|
1111
|
+
string;
|
|
829
1112
|
/** Returns response with indentations and line breaks. */
|
|
830
|
-
prettyPrint?:
|
|
1113
|
+
prettyPrint?:
|
|
1114
|
+
boolean;
|
|
831
1115
|
/** 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. */
|
|
832
|
-
quotaUser?:
|
|
1116
|
+
quotaUser?:
|
|
1117
|
+
string;
|
|
833
1118
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
834
|
-
upload_protocol?:
|
|
1119
|
+
upload_protocol?:
|
|
1120
|
+
string;
|
|
835
1121
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
836
|
-
uploadType?:
|
|
1122
|
+
uploadType?:
|
|
1123
|
+
string;
|
|
837
1124
|
}): Request<ListConnectivityTestsResponse>;
|
|
838
1125
|
/**
|
|
839
1126
|
* Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes
|
|
@@ -844,61 +1131,88 @@ declare namespace gapi.client {
|
|
|
844
1131
|
*/
|
|
845
1132
|
patch(request: {
|
|
846
1133
|
/** V1 error format. */
|
|
847
|
-
"$.xgafv"?:
|
|
1134
|
+
"$.xgafv"?:
|
|
1135
|
+
string;
|
|
848
1136
|
/** OAuth access token. */
|
|
849
|
-
access_token?:
|
|
1137
|
+
access_token?:
|
|
1138
|
+
string;
|
|
850
1139
|
/** Data format for response. */
|
|
851
|
-
alt?:
|
|
1140
|
+
alt?:
|
|
1141
|
+
string;
|
|
852
1142
|
/** JSONP */
|
|
853
|
-
callback?:
|
|
1143
|
+
callback?:
|
|
1144
|
+
string;
|
|
854
1145
|
/** Selector specifying which fields to include in a partial response. */
|
|
855
|
-
fields?:
|
|
1146
|
+
fields?:
|
|
1147
|
+
string;
|
|
856
1148
|
/** 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. */
|
|
857
|
-
key?:
|
|
1149
|
+
key?:
|
|
1150
|
+
string;
|
|
858
1151
|
/** Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
859
|
-
name:
|
|
1152
|
+
name:
|
|
1153
|
+
string;
|
|
860
1154
|
/** OAuth 2.0 token for the current user. */
|
|
861
|
-
oauth_token?:
|
|
1155
|
+
oauth_token?:
|
|
1156
|
+
string;
|
|
862
1157
|
/** Returns response with indentations and line breaks. */
|
|
863
|
-
prettyPrint?:
|
|
1158
|
+
prettyPrint?:
|
|
1159
|
+
boolean;
|
|
864
1160
|
/** 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. */
|
|
865
|
-
quotaUser?:
|
|
1161
|
+
quotaUser?:
|
|
1162
|
+
string;
|
|
866
1163
|
/** Required. Mask of fields to update. At least one path must be supplied in this field. */
|
|
867
|
-
updateMask?:
|
|
1164
|
+
updateMask?:
|
|
1165
|
+
string;
|
|
868
1166
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
869
|
-
upload_protocol?:
|
|
1167
|
+
upload_protocol?:
|
|
1168
|
+
string;
|
|
870
1169
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
871
|
-
uploadType?:
|
|
1170
|
+
uploadType?:
|
|
1171
|
+
string;
|
|
872
1172
|
/** Request body */
|
|
873
|
-
resource:
|
|
1173
|
+
resource:
|
|
1174
|
+
ConnectivityTest;
|
|
874
1175
|
}): Request<Operation>;
|
|
875
1176
|
patch(request: {
|
|
876
1177
|
/** V1 error format. */
|
|
877
|
-
"$.xgafv"?:
|
|
1178
|
+
"$.xgafv"?:
|
|
1179
|
+
string;
|
|
878
1180
|
/** OAuth access token. */
|
|
879
|
-
access_token?:
|
|
1181
|
+
access_token?:
|
|
1182
|
+
string;
|
|
880
1183
|
/** Data format for response. */
|
|
881
|
-
alt?:
|
|
1184
|
+
alt?:
|
|
1185
|
+
string;
|
|
882
1186
|
/** JSONP */
|
|
883
|
-
callback?:
|
|
1187
|
+
callback?:
|
|
1188
|
+
string;
|
|
884
1189
|
/** Selector specifying which fields to include in a partial response. */
|
|
885
|
-
fields?:
|
|
1190
|
+
fields?:
|
|
1191
|
+
string;
|
|
886
1192
|
/** 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. */
|
|
887
|
-
key?:
|
|
1193
|
+
key?:
|
|
1194
|
+
string;
|
|
888
1195
|
/** Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
889
|
-
name:
|
|
1196
|
+
name:
|
|
1197
|
+
string;
|
|
890
1198
|
/** OAuth 2.0 token for the current user. */
|
|
891
|
-
oauth_token?:
|
|
1199
|
+
oauth_token?:
|
|
1200
|
+
string;
|
|
892
1201
|
/** Returns response with indentations and line breaks. */
|
|
893
|
-
prettyPrint?:
|
|
1202
|
+
prettyPrint?:
|
|
1203
|
+
boolean;
|
|
894
1204
|
/** 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. */
|
|
895
|
-
quotaUser?:
|
|
1205
|
+
quotaUser?:
|
|
1206
|
+
string;
|
|
896
1207
|
/** Required. Mask of fields to update. At least one path must be supplied in this field. */
|
|
897
|
-
updateMask?:
|
|
1208
|
+
updateMask?:
|
|
1209
|
+
string;
|
|
898
1210
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
899
|
-
upload_protocol?:
|
|
1211
|
+
upload_protocol?:
|
|
1212
|
+
string;
|
|
900
1213
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
901
|
-
uploadType?:
|
|
1214
|
+
uploadType?:
|
|
1215
|
+
string;
|
|
902
1216
|
},
|
|
903
1217
|
body: ConnectivityTest): Request<Operation>;
|
|
904
1218
|
/**
|
|
@@ -909,88 +1223,125 @@ declare namespace gapi.client {
|
|
|
909
1223
|
*/
|
|
910
1224
|
rerun(request: {
|
|
911
1225
|
/** V1 error format. */
|
|
912
|
-
"$.xgafv"?:
|
|
1226
|
+
"$.xgafv"?:
|
|
1227
|
+
string;
|
|
913
1228
|
/** OAuth access token. */
|
|
914
|
-
access_token?:
|
|
1229
|
+
access_token?:
|
|
1230
|
+
string;
|
|
915
1231
|
/** Data format for response. */
|
|
916
|
-
alt?:
|
|
1232
|
+
alt?:
|
|
1233
|
+
string;
|
|
917
1234
|
/** JSONP */
|
|
918
|
-
callback?:
|
|
1235
|
+
callback?:
|
|
1236
|
+
string;
|
|
919
1237
|
/** Selector specifying which fields to include in a partial response. */
|
|
920
|
-
fields?:
|
|
1238
|
+
fields?:
|
|
1239
|
+
string;
|
|
921
1240
|
/** 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. */
|
|
922
|
-
key?:
|
|
1241
|
+
key?:
|
|
1242
|
+
string;
|
|
923
1243
|
/** Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
924
|
-
name:
|
|
1244
|
+
name:
|
|
1245
|
+
string;
|
|
925
1246
|
/** OAuth 2.0 token for the current user. */
|
|
926
|
-
oauth_token?:
|
|
1247
|
+
oauth_token?:
|
|
1248
|
+
string;
|
|
927
1249
|
/** Returns response with indentations and line breaks. */
|
|
928
|
-
prettyPrint?:
|
|
1250
|
+
prettyPrint?:
|
|
1251
|
+
boolean;
|
|
929
1252
|
/** 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. */
|
|
930
|
-
quotaUser?:
|
|
1253
|
+
quotaUser?:
|
|
1254
|
+
string;
|
|
931
1255
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
932
|
-
upload_protocol?:
|
|
1256
|
+
upload_protocol?:
|
|
1257
|
+
string;
|
|
933
1258
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
934
|
-
uploadType?:
|
|
1259
|
+
uploadType?:
|
|
1260
|
+
string;
|
|
935
1261
|
/** Request body */
|
|
936
|
-
resource:
|
|
1262
|
+
resource:
|
|
1263
|
+
RerunConnectivityTestRequest;
|
|
937
1264
|
}): Request<Operation>;
|
|
938
1265
|
rerun(request: {
|
|
939
1266
|
/** V1 error format. */
|
|
940
|
-
"$.xgafv"?:
|
|
1267
|
+
"$.xgafv"?:
|
|
1268
|
+
string;
|
|
941
1269
|
/** OAuth access token. */
|
|
942
|
-
access_token?:
|
|
1270
|
+
access_token?:
|
|
1271
|
+
string;
|
|
943
1272
|
/** Data format for response. */
|
|
944
|
-
alt?:
|
|
1273
|
+
alt?:
|
|
1274
|
+
string;
|
|
945
1275
|
/** JSONP */
|
|
946
|
-
callback?:
|
|
1276
|
+
callback?:
|
|
1277
|
+
string;
|
|
947
1278
|
/** Selector specifying which fields to include in a partial response. */
|
|
948
|
-
fields?:
|
|
1279
|
+
fields?:
|
|
1280
|
+
string;
|
|
949
1281
|
/** 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. */
|
|
950
|
-
key?:
|
|
1282
|
+
key?:
|
|
1283
|
+
string;
|
|
951
1284
|
/** Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
952
|
-
name:
|
|
1285
|
+
name:
|
|
1286
|
+
string;
|
|
953
1287
|
/** OAuth 2.0 token for the current user. */
|
|
954
|
-
oauth_token?:
|
|
1288
|
+
oauth_token?:
|
|
1289
|
+
string;
|
|
955
1290
|
/** Returns response with indentations and line breaks. */
|
|
956
|
-
prettyPrint?:
|
|
1291
|
+
prettyPrint?:
|
|
1292
|
+
boolean;
|
|
957
1293
|
/** 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. */
|
|
958
|
-
quotaUser?:
|
|
1294
|
+
quotaUser?:
|
|
1295
|
+
string;
|
|
959
1296
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
960
|
-
upload_protocol?:
|
|
1297
|
+
upload_protocol?:
|
|
1298
|
+
string;
|
|
961
1299
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
962
|
-
uploadType?:
|
|
1300
|
+
uploadType?:
|
|
1301
|
+
string;
|
|
963
1302
|
},
|
|
964
1303
|
body: RerunConnectivityTestRequest): Request<Operation>;
|
|
965
1304
|
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
966
1305
|
setIamPolicy(request: {
|
|
967
1306
|
/** V1 error format. */
|
|
968
|
-
"$.xgafv"?:
|
|
1307
|
+
"$.xgafv"?:
|
|
1308
|
+
string;
|
|
969
1309
|
/** OAuth access token. */
|
|
970
|
-
access_token?:
|
|
1310
|
+
access_token?:
|
|
1311
|
+
string;
|
|
971
1312
|
/** Data format for response. */
|
|
972
|
-
alt?:
|
|
1313
|
+
alt?:
|
|
1314
|
+
string;
|
|
973
1315
|
/** JSONP */
|
|
974
|
-
callback?:
|
|
1316
|
+
callback?:
|
|
1317
|
+
string;
|
|
975
1318
|
/** Selector specifying which fields to include in a partial response. */
|
|
976
|
-
fields?:
|
|
1319
|
+
fields?:
|
|
1320
|
+
string;
|
|
977
1321
|
/** 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. */
|
|
978
|
-
key?:
|
|
1322
|
+
key?:
|
|
1323
|
+
string;
|
|
979
1324
|
/** OAuth 2.0 token for the current user. */
|
|
980
|
-
oauth_token?:
|
|
1325
|
+
oauth_token?:
|
|
1326
|
+
string;
|
|
981
1327
|
/** Returns response with indentations and line breaks. */
|
|
982
|
-
prettyPrint?:
|
|
1328
|
+
prettyPrint?:
|
|
1329
|
+
boolean;
|
|
983
1330
|
/** 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. */
|
|
984
|
-
quotaUser?:
|
|
1331
|
+
quotaUser?:
|
|
1332
|
+
string;
|
|
985
1333
|
/**
|
|
986
1334
|
* REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
|
|
987
1335
|
* field.
|
|
988
1336
|
*/
|
|
989
|
-
resource:
|
|
1337
|
+
resource:
|
|
1338
|
+
string;
|
|
990
1339
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
991
|
-
upload_protocol?:
|
|
1340
|
+
upload_protocol?:
|
|
1341
|
+
string;
|
|
992
1342
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
993
|
-
uploadType?:
|
|
1343
|
+
uploadType?:
|
|
1344
|
+
string;
|
|
994
1345
|
},
|
|
995
1346
|
body: SetIamPolicyRequest): Request<Policy>;
|
|
996
1347
|
/**
|
|
@@ -999,32 +1350,44 @@ declare namespace gapi.client {
|
|
|
999
1350
|
*/
|
|
1000
1351
|
testIamPermissions(request: {
|
|
1001
1352
|
/** V1 error format. */
|
|
1002
|
-
"$.xgafv"?:
|
|
1353
|
+
"$.xgafv"?:
|
|
1354
|
+
string;
|
|
1003
1355
|
/** OAuth access token. */
|
|
1004
|
-
access_token?:
|
|
1356
|
+
access_token?:
|
|
1357
|
+
string;
|
|
1005
1358
|
/** Data format for response. */
|
|
1006
|
-
alt?:
|
|
1359
|
+
alt?:
|
|
1360
|
+
string;
|
|
1007
1361
|
/** JSONP */
|
|
1008
|
-
callback?:
|
|
1362
|
+
callback?:
|
|
1363
|
+
string;
|
|
1009
1364
|
/** Selector specifying which fields to include in a partial response. */
|
|
1010
|
-
fields?:
|
|
1365
|
+
fields?:
|
|
1366
|
+
string;
|
|
1011
1367
|
/** 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. */
|
|
1012
|
-
key?:
|
|
1368
|
+
key?:
|
|
1369
|
+
string;
|
|
1013
1370
|
/** OAuth 2.0 token for the current user. */
|
|
1014
|
-
oauth_token?:
|
|
1371
|
+
oauth_token?:
|
|
1372
|
+
string;
|
|
1015
1373
|
/** Returns response with indentations and line breaks. */
|
|
1016
|
-
prettyPrint?:
|
|
1374
|
+
prettyPrint?:
|
|
1375
|
+
boolean;
|
|
1017
1376
|
/** 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. */
|
|
1018
|
-
quotaUser?:
|
|
1377
|
+
quotaUser?:
|
|
1378
|
+
string;
|
|
1019
1379
|
/**
|
|
1020
1380
|
* REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
|
|
1021
1381
|
* this field.
|
|
1022
1382
|
*/
|
|
1023
|
-
resource:
|
|
1383
|
+
resource:
|
|
1384
|
+
string;
|
|
1024
1385
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1025
|
-
upload_protocol?:
|
|
1386
|
+
upload_protocol?:
|
|
1387
|
+
string;
|
|
1026
1388
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1027
|
-
uploadType?:
|
|
1389
|
+
uploadType?:
|
|
1390
|
+
string;
|
|
1028
1391
|
},
|
|
1029
1392
|
body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
|
|
1030
1393
|
}
|
|
@@ -1037,57 +1400,82 @@ declare namespace gapi.client {
|
|
|
1037
1400
|
*/
|
|
1038
1401
|
cancel(request: {
|
|
1039
1402
|
/** V1 error format. */
|
|
1040
|
-
"$.xgafv"?:
|
|
1403
|
+
"$.xgafv"?:
|
|
1404
|
+
string;
|
|
1041
1405
|
/** OAuth access token. */
|
|
1042
|
-
access_token?:
|
|
1406
|
+
access_token?:
|
|
1407
|
+
string;
|
|
1043
1408
|
/** Data format for response. */
|
|
1044
|
-
alt?:
|
|
1409
|
+
alt?:
|
|
1410
|
+
string;
|
|
1045
1411
|
/** JSONP */
|
|
1046
|
-
callback?:
|
|
1412
|
+
callback?:
|
|
1413
|
+
string;
|
|
1047
1414
|
/** Selector specifying which fields to include in a partial response. */
|
|
1048
|
-
fields?:
|
|
1415
|
+
fields?:
|
|
1416
|
+
string;
|
|
1049
1417
|
/** 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. */
|
|
1050
|
-
key?:
|
|
1418
|
+
key?:
|
|
1419
|
+
string;
|
|
1051
1420
|
/** The name of the operation resource to be cancelled. */
|
|
1052
|
-
name:
|
|
1421
|
+
name:
|
|
1422
|
+
string;
|
|
1053
1423
|
/** OAuth 2.0 token for the current user. */
|
|
1054
|
-
oauth_token?:
|
|
1424
|
+
oauth_token?:
|
|
1425
|
+
string;
|
|
1055
1426
|
/** Returns response with indentations and line breaks. */
|
|
1056
|
-
prettyPrint?:
|
|
1427
|
+
prettyPrint?:
|
|
1428
|
+
boolean;
|
|
1057
1429
|
/** 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. */
|
|
1058
|
-
quotaUser?:
|
|
1430
|
+
quotaUser?:
|
|
1431
|
+
string;
|
|
1059
1432
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1060
|
-
upload_protocol?:
|
|
1433
|
+
upload_protocol?:
|
|
1434
|
+
string;
|
|
1061
1435
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1062
|
-
uploadType?:
|
|
1436
|
+
uploadType?:
|
|
1437
|
+
string;
|
|
1063
1438
|
/** Request body */
|
|
1064
|
-
resource:
|
|
1439
|
+
resource:
|
|
1440
|
+
CancelOperationRequest;
|
|
1065
1441
|
}): Request<{}>;
|
|
1066
1442
|
cancel(request: {
|
|
1067
1443
|
/** V1 error format. */
|
|
1068
|
-
"$.xgafv"?:
|
|
1444
|
+
"$.xgafv"?:
|
|
1445
|
+
string;
|
|
1069
1446
|
/** OAuth access token. */
|
|
1070
|
-
access_token?:
|
|
1447
|
+
access_token?:
|
|
1448
|
+
string;
|
|
1071
1449
|
/** Data format for response. */
|
|
1072
|
-
alt?:
|
|
1450
|
+
alt?:
|
|
1451
|
+
string;
|
|
1073
1452
|
/** JSONP */
|
|
1074
|
-
callback?:
|
|
1453
|
+
callback?:
|
|
1454
|
+
string;
|
|
1075
1455
|
/** Selector specifying which fields to include in a partial response. */
|
|
1076
|
-
fields?:
|
|
1456
|
+
fields?:
|
|
1457
|
+
string;
|
|
1077
1458
|
/** 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. */
|
|
1078
|
-
key?:
|
|
1459
|
+
key?:
|
|
1460
|
+
string;
|
|
1079
1461
|
/** The name of the operation resource to be cancelled. */
|
|
1080
|
-
name:
|
|
1462
|
+
name:
|
|
1463
|
+
string;
|
|
1081
1464
|
/** OAuth 2.0 token for the current user. */
|
|
1082
|
-
oauth_token?:
|
|
1465
|
+
oauth_token?:
|
|
1466
|
+
string;
|
|
1083
1467
|
/** Returns response with indentations and line breaks. */
|
|
1084
|
-
prettyPrint?:
|
|
1468
|
+
prettyPrint?:
|
|
1469
|
+
boolean;
|
|
1085
1470
|
/** 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. */
|
|
1086
|
-
quotaUser?:
|
|
1471
|
+
quotaUser?:
|
|
1472
|
+
string;
|
|
1087
1473
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1088
|
-
upload_protocol?:
|
|
1474
|
+
upload_protocol?:
|
|
1475
|
+
string;
|
|
1089
1476
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1090
|
-
uploadType?:
|
|
1477
|
+
uploadType?:
|
|
1478
|
+
string;
|
|
1091
1479
|
},
|
|
1092
1480
|
body: CancelOperationRequest): Request<{}>;
|
|
1093
1481
|
/**
|
|
@@ -1096,163 +1484,233 @@ declare namespace gapi.client {
|
|
|
1096
1484
|
*/
|
|
1097
1485
|
delete(request?: {
|
|
1098
1486
|
/** V1 error format. */
|
|
1099
|
-
"$.xgafv"?:
|
|
1487
|
+
"$.xgafv"?:
|
|
1488
|
+
string;
|
|
1100
1489
|
/** OAuth access token. */
|
|
1101
|
-
access_token?:
|
|
1490
|
+
access_token?:
|
|
1491
|
+
string;
|
|
1102
1492
|
/** Data format for response. */
|
|
1103
|
-
alt?:
|
|
1493
|
+
alt?:
|
|
1494
|
+
string;
|
|
1104
1495
|
/** JSONP */
|
|
1105
|
-
callback?:
|
|
1496
|
+
callback?:
|
|
1497
|
+
string;
|
|
1106
1498
|
/** Selector specifying which fields to include in a partial response. */
|
|
1107
|
-
fields?:
|
|
1499
|
+
fields?:
|
|
1500
|
+
string;
|
|
1108
1501
|
/** 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. */
|
|
1109
|
-
key?:
|
|
1502
|
+
key?:
|
|
1503
|
+
string;
|
|
1110
1504
|
/** The name of the operation resource to be deleted. */
|
|
1111
|
-
name:
|
|
1505
|
+
name:
|
|
1506
|
+
string;
|
|
1112
1507
|
/** OAuth 2.0 token for the current user. */
|
|
1113
|
-
oauth_token?:
|
|
1508
|
+
oauth_token?:
|
|
1509
|
+
string;
|
|
1114
1510
|
/** Returns response with indentations and line breaks. */
|
|
1115
|
-
prettyPrint?:
|
|
1511
|
+
prettyPrint?:
|
|
1512
|
+
boolean;
|
|
1116
1513
|
/** 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. */
|
|
1117
|
-
quotaUser?:
|
|
1514
|
+
quotaUser?:
|
|
1515
|
+
string;
|
|
1118
1516
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1119
|
-
upload_protocol?:
|
|
1517
|
+
upload_protocol?:
|
|
1518
|
+
string;
|
|
1120
1519
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1121
|
-
uploadType?:
|
|
1520
|
+
uploadType?:
|
|
1521
|
+
string;
|
|
1122
1522
|
}): Request<{}>;
|
|
1123
1523
|
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
1124
1524
|
get(request?: {
|
|
1125
1525
|
/** V1 error format. */
|
|
1126
|
-
"$.xgafv"?:
|
|
1526
|
+
"$.xgafv"?:
|
|
1527
|
+
string;
|
|
1127
1528
|
/** OAuth access token. */
|
|
1128
|
-
access_token?:
|
|
1529
|
+
access_token?:
|
|
1530
|
+
string;
|
|
1129
1531
|
/** Data format for response. */
|
|
1130
|
-
alt?:
|
|
1532
|
+
alt?:
|
|
1533
|
+
string;
|
|
1131
1534
|
/** JSONP */
|
|
1132
|
-
callback?:
|
|
1535
|
+
callback?:
|
|
1536
|
+
string;
|
|
1133
1537
|
/** Selector specifying which fields to include in a partial response. */
|
|
1134
|
-
fields?:
|
|
1538
|
+
fields?:
|
|
1539
|
+
string;
|
|
1135
1540
|
/** 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. */
|
|
1136
|
-
key?:
|
|
1541
|
+
key?:
|
|
1542
|
+
string;
|
|
1137
1543
|
/** The name of the operation resource. */
|
|
1138
|
-
name:
|
|
1544
|
+
name:
|
|
1545
|
+
string;
|
|
1139
1546
|
/** OAuth 2.0 token for the current user. */
|
|
1140
|
-
oauth_token?:
|
|
1547
|
+
oauth_token?:
|
|
1548
|
+
string;
|
|
1141
1549
|
/** Returns response with indentations and line breaks. */
|
|
1142
|
-
prettyPrint?:
|
|
1550
|
+
prettyPrint?:
|
|
1551
|
+
boolean;
|
|
1143
1552
|
/** 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. */
|
|
1144
|
-
quotaUser?:
|
|
1553
|
+
quotaUser?:
|
|
1554
|
+
string;
|
|
1145
1555
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1146
|
-
upload_protocol?:
|
|
1556
|
+
upload_protocol?:
|
|
1557
|
+
string;
|
|
1147
1558
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1148
|
-
uploadType?:
|
|
1559
|
+
uploadType?:
|
|
1560
|
+
string;
|
|
1149
1561
|
}): Request<Operation>;
|
|
1150
1562
|
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
1151
1563
|
list(request?: {
|
|
1152
1564
|
/** V1 error format. */
|
|
1153
|
-
"$.xgafv"?:
|
|
1565
|
+
"$.xgafv"?:
|
|
1566
|
+
string;
|
|
1154
1567
|
/** OAuth access token. */
|
|
1155
|
-
access_token?:
|
|
1568
|
+
access_token?:
|
|
1569
|
+
string;
|
|
1156
1570
|
/** Data format for response. */
|
|
1157
|
-
alt?:
|
|
1571
|
+
alt?:
|
|
1572
|
+
string;
|
|
1158
1573
|
/** JSONP */
|
|
1159
|
-
callback?:
|
|
1574
|
+
callback?:
|
|
1575
|
+
string;
|
|
1160
1576
|
/** Selector specifying which fields to include in a partial response. */
|
|
1161
|
-
fields?:
|
|
1577
|
+
fields?:
|
|
1578
|
+
string;
|
|
1162
1579
|
/** The standard list filter. */
|
|
1163
|
-
filter?:
|
|
1580
|
+
filter?:
|
|
1581
|
+
string;
|
|
1164
1582
|
/** 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. */
|
|
1165
|
-
key?:
|
|
1583
|
+
key?:
|
|
1584
|
+
string;
|
|
1166
1585
|
/** The name of the operation's parent resource. */
|
|
1167
|
-
name:
|
|
1586
|
+
name:
|
|
1587
|
+
string;
|
|
1168
1588
|
/** OAuth 2.0 token for the current user. */
|
|
1169
|
-
oauth_token?:
|
|
1589
|
+
oauth_token?:
|
|
1590
|
+
string;
|
|
1170
1591
|
/** The standard list page size. */
|
|
1171
|
-
pageSize?:
|
|
1592
|
+
pageSize?:
|
|
1593
|
+
number;
|
|
1172
1594
|
/** The standard list page token. */
|
|
1173
|
-
pageToken?:
|
|
1595
|
+
pageToken?:
|
|
1596
|
+
string;
|
|
1174
1597
|
/** Returns response with indentations and line breaks. */
|
|
1175
|
-
prettyPrint?:
|
|
1598
|
+
prettyPrint?:
|
|
1599
|
+
boolean;
|
|
1176
1600
|
/** 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. */
|
|
1177
|
-
quotaUser?:
|
|
1601
|
+
quotaUser?:
|
|
1602
|
+
string;
|
|
1178
1603
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1179
|
-
upload_protocol?:
|
|
1604
|
+
upload_protocol?:
|
|
1605
|
+
string;
|
|
1180
1606
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1181
|
-
uploadType?:
|
|
1607
|
+
uploadType?:
|
|
1608
|
+
string;
|
|
1182
1609
|
}): Request<ListOperationsResponse>;
|
|
1183
1610
|
}
|
|
1184
1611
|
interface GlobalResource {
|
|
1185
|
-
connectivityTests:
|
|
1186
|
-
|
|
1612
|
+
connectivityTests:
|
|
1613
|
+
ConnectivityTestsResource;
|
|
1614
|
+
operations:
|
|
1615
|
+
OperationsResource;
|
|
1187
1616
|
}
|
|
1188
1617
|
interface LocationsResource {
|
|
1189
1618
|
/** Gets information about a location. */
|
|
1190
1619
|
get(request?: {
|
|
1191
1620
|
/** V1 error format. */
|
|
1192
|
-
"$.xgafv"?:
|
|
1621
|
+
"$.xgafv"?:
|
|
1622
|
+
string;
|
|
1193
1623
|
/** OAuth access token. */
|
|
1194
|
-
access_token?:
|
|
1624
|
+
access_token?:
|
|
1625
|
+
string;
|
|
1195
1626
|
/** Data format for response. */
|
|
1196
|
-
alt?:
|
|
1627
|
+
alt?:
|
|
1628
|
+
string;
|
|
1197
1629
|
/** JSONP */
|
|
1198
|
-
callback?:
|
|
1630
|
+
callback?:
|
|
1631
|
+
string;
|
|
1199
1632
|
/** Selector specifying which fields to include in a partial response. */
|
|
1200
|
-
fields?:
|
|
1633
|
+
fields?:
|
|
1634
|
+
string;
|
|
1201
1635
|
/** 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. */
|
|
1202
|
-
key?:
|
|
1636
|
+
key?:
|
|
1637
|
+
string;
|
|
1203
1638
|
/** Resource name for the location. */
|
|
1204
|
-
name:
|
|
1639
|
+
name:
|
|
1640
|
+
string;
|
|
1205
1641
|
/** OAuth 2.0 token for the current user. */
|
|
1206
|
-
oauth_token?:
|
|
1642
|
+
oauth_token?:
|
|
1643
|
+
string;
|
|
1207
1644
|
/** Returns response with indentations and line breaks. */
|
|
1208
|
-
prettyPrint?:
|
|
1645
|
+
prettyPrint?:
|
|
1646
|
+
boolean;
|
|
1209
1647
|
/** 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. */
|
|
1210
|
-
quotaUser?:
|
|
1648
|
+
quotaUser?:
|
|
1649
|
+
string;
|
|
1211
1650
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1212
|
-
upload_protocol?:
|
|
1651
|
+
upload_protocol?:
|
|
1652
|
+
string;
|
|
1213
1653
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1214
|
-
uploadType?:
|
|
1654
|
+
uploadType?:
|
|
1655
|
+
string;
|
|
1215
1656
|
}): Request<Location>;
|
|
1216
1657
|
/** Lists information about the supported locations for this service. */
|
|
1217
1658
|
list(request?: {
|
|
1218
1659
|
/** V1 error format. */
|
|
1219
|
-
"$.xgafv"?:
|
|
1660
|
+
"$.xgafv"?:
|
|
1661
|
+
string;
|
|
1220
1662
|
/** OAuth access token. */
|
|
1221
|
-
access_token?:
|
|
1663
|
+
access_token?:
|
|
1664
|
+
string;
|
|
1222
1665
|
/** Data format for response. */
|
|
1223
|
-
alt?:
|
|
1666
|
+
alt?:
|
|
1667
|
+
string;
|
|
1224
1668
|
/** JSONP */
|
|
1225
|
-
callback?:
|
|
1669
|
+
callback?:
|
|
1670
|
+
string;
|
|
1226
1671
|
/** Selector specifying which fields to include in a partial response. */
|
|
1227
|
-
fields?:
|
|
1672
|
+
fields?:
|
|
1673
|
+
string;
|
|
1228
1674
|
/**
|
|
1229
1675
|
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in
|
|
1230
1676
|
* [AIP-160](https://google.aip.dev/160).
|
|
1231
1677
|
*/
|
|
1232
|
-
filter?:
|
|
1678
|
+
filter?:
|
|
1679
|
+
string;
|
|
1233
1680
|
/** 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. */
|
|
1234
|
-
key?:
|
|
1681
|
+
key?:
|
|
1682
|
+
string;
|
|
1235
1683
|
/** The resource that owns the locations collection, if applicable. */
|
|
1236
|
-
name:
|
|
1684
|
+
name:
|
|
1685
|
+
string;
|
|
1237
1686
|
/** OAuth 2.0 token for the current user. */
|
|
1238
|
-
oauth_token?:
|
|
1687
|
+
oauth_token?:
|
|
1688
|
+
string;
|
|
1239
1689
|
/** The maximum number of results to return. If not set, the service selects a default. */
|
|
1240
|
-
pageSize?:
|
|
1690
|
+
pageSize?:
|
|
1691
|
+
number;
|
|
1241
1692
|
/** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
|
|
1242
|
-
pageToken?:
|
|
1693
|
+
pageToken?:
|
|
1694
|
+
string;
|
|
1243
1695
|
/** Returns response with indentations and line breaks. */
|
|
1244
|
-
prettyPrint?:
|
|
1696
|
+
prettyPrint?:
|
|
1697
|
+
boolean;
|
|
1245
1698
|
/** 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. */
|
|
1246
|
-
quotaUser?:
|
|
1699
|
+
quotaUser?:
|
|
1700
|
+
string;
|
|
1247
1701
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1248
|
-
upload_protocol?:
|
|
1702
|
+
upload_protocol?:
|
|
1703
|
+
string;
|
|
1249
1704
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1250
|
-
uploadType?:
|
|
1705
|
+
uploadType?:
|
|
1706
|
+
string;
|
|
1251
1707
|
}): Request<ListLocationsResponse>;
|
|
1252
|
-
global:
|
|
1708
|
+
global:
|
|
1709
|
+
GlobalResource;
|
|
1253
1710
|
}
|
|
1254
1711
|
interface ProjectsResource {
|
|
1255
|
-
locations:
|
|
1712
|
+
locations:
|
|
1713
|
+
LocationsResource;
|
|
1256
1714
|
}
|
|
1257
1715
|
|
|
1258
1716
|
const projects: ProjectsResource;
|