@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230414 → 0.0.20230424
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 +1714 -859
- 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://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230424
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -27,46 +27,59 @@ declare namespace gapi.client {
|
|
|
27
27
|
}
|
|
28
28
|
interface AppDevExperienceFeatureState {
|
|
29
29
|
/** Status of subcomponent that detects configured Service Mesh resources. */
|
|
30
|
-
networkingInstallSucceeded?:
|
|
30
|
+
networkingInstallSucceeded?:
|
|
31
|
+
Status;
|
|
31
32
|
}
|
|
32
33
|
interface ApplianceCluster {
|
|
33
|
-
/**
|
|
34
|
-
|
|
34
|
+
/**
|
|
35
|
+
* Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example:
|
|
36
|
+
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
|
|
37
|
+
*/
|
|
38
|
+
resourceLink?:
|
|
39
|
+
string;
|
|
35
40
|
}
|
|
36
41
|
interface AuditConfig {
|
|
37
42
|
/** The configuration for logging of each type of permission. */
|
|
38
|
-
auditLogConfigs?:
|
|
43
|
+
auditLogConfigs?:
|
|
44
|
+
AuditLogConfig[];
|
|
39
45
|
/**
|
|
40
46
|
* 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
|
|
41
47
|
* services.
|
|
42
48
|
*/
|
|
43
|
-
service?:
|
|
49
|
+
service?:
|
|
50
|
+
string;
|
|
44
51
|
}
|
|
45
52
|
interface AuditLogConfig {
|
|
46
53
|
/** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
|
|
47
|
-
exemptedMembers?:
|
|
54
|
+
exemptedMembers?:
|
|
55
|
+
string[];
|
|
48
56
|
/** The log type that this config enables. */
|
|
49
|
-
logType?:
|
|
57
|
+
logType?:
|
|
58
|
+
string;
|
|
50
59
|
}
|
|
51
60
|
interface Authority {
|
|
52
61
|
/** Output only. An identity provider that reflects the `issuer` in the workload identity pool. */
|
|
53
|
-
identityProvider?:
|
|
62
|
+
identityProvider?:
|
|
63
|
+
string;
|
|
54
64
|
/**
|
|
55
65
|
* Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length <2000 characters. If set, then Google will allow valid OIDC tokens
|
|
56
66
|
* from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to validate tokens from the issuer. Clearing `issuer` disables
|
|
57
67
|
* Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using a new issuer (and re-enabling Workload Identity).
|
|
58
68
|
*/
|
|
59
|
-
issuer?:
|
|
69
|
+
issuer?:
|
|
70
|
+
string;
|
|
60
71
|
/**
|
|
61
72
|
* Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC discovery will NOT be performed on `issuer`, and instead OIDC tokens
|
|
62
73
|
* will be validated using this field.
|
|
63
74
|
*/
|
|
64
|
-
oidcJwks?:
|
|
75
|
+
oidcJwks?:
|
|
76
|
+
string;
|
|
65
77
|
/**
|
|
66
78
|
* Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single Workload Identity Pool per Hub that is shared between all Memberships
|
|
67
79
|
* that belong to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to change in newer versions of this API.
|
|
68
80
|
*/
|
|
69
|
-
workloadIdentityPool?:
|
|
81
|
+
workloadIdentityPool?:
|
|
82
|
+
string;
|
|
70
83
|
}
|
|
71
84
|
interface Binding {
|
|
72
85
|
/**
|
|
@@ -74,7 +87,8 @@ declare namespace gapi.client {
|
|
|
74
87
|
* 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
|
|
75
88
|
* resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
76
89
|
*/
|
|
77
|
-
condition?:
|
|
90
|
+
condition?:
|
|
91
|
+
Expr;
|
|
78
92
|
/**
|
|
79
93
|
* 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
|
|
80
94
|
* 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
|
|
@@ -91,310 +105,424 @@ declare namespace gapi.client {
|
|
|
91
105
|
* 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
|
|
92
106
|
* retains the role in the binding.
|
|
93
107
|
*/
|
|
94
|
-
members?:
|
|
108
|
+
members?:
|
|
109
|
+
string[];
|
|
95
110
|
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
|
|
96
|
-
role?:
|
|
111
|
+
role?:
|
|
112
|
+
string;
|
|
97
113
|
}
|
|
98
114
|
// tslint:disable-next-line:no-empty-interface
|
|
99
115
|
interface CancelOperationRequest {
|
|
100
116
|
}
|
|
101
117
|
interface CommonFeatureSpec {
|
|
102
118
|
/** Appdevexperience specific spec. */
|
|
103
|
-
appdevexperience?:
|
|
119
|
+
appdevexperience?:
|
|
120
|
+
any;
|
|
104
121
|
/** FleetObservability feature spec. */
|
|
105
|
-
fleetobservability?:
|
|
122
|
+
fleetobservability?:
|
|
123
|
+
any;
|
|
106
124
|
/** Multicluster Ingress-specific spec. */
|
|
107
|
-
multiclusteringress?:
|
|
125
|
+
multiclusteringress?:
|
|
126
|
+
MultiClusterIngressFeatureSpec;
|
|
108
127
|
}
|
|
109
128
|
interface CommonFeatureState {
|
|
110
129
|
/** Appdevexperience specific state. */
|
|
111
|
-
appdevexperience?:
|
|
130
|
+
appdevexperience?:
|
|
131
|
+
AppDevExperienceFeatureState;
|
|
112
132
|
/** FleetObservability feature state. */
|
|
113
|
-
fleetobservability?:
|
|
133
|
+
fleetobservability?:
|
|
134
|
+
any;
|
|
114
135
|
/** Output only. The "running state" of the Feature in this Hub. */
|
|
115
|
-
state?:
|
|
136
|
+
state?:
|
|
137
|
+
FeatureState;
|
|
116
138
|
}
|
|
117
139
|
// tslint:disable-next-line:no-empty-interface
|
|
118
140
|
interface CommonFleetDefaultMemberConfigSpec {
|
|
119
141
|
}
|
|
120
142
|
interface ConfigManagementConfigSync {
|
|
121
143
|
/** Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
|
|
122
|
-
allowVerticalScale?:
|
|
144
|
+
allowVerticalScale?:
|
|
145
|
+
boolean;
|
|
123
146
|
/**
|
|
124
147
|
* Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other
|
|
125
148
|
* ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
|
|
126
149
|
*/
|
|
127
|
-
enabled?:
|
|
150
|
+
enabled?:
|
|
151
|
+
boolean;
|
|
128
152
|
/** Git repo configuration for the cluster. */
|
|
129
|
-
git?:
|
|
153
|
+
git?:
|
|
154
|
+
ConfigManagementGitConfig;
|
|
130
155
|
/** Configuration for Managed Config Sync. */
|
|
131
|
-
managed?:
|
|
156
|
+
managed?:
|
|
157
|
+
ConfigManagementManaged;
|
|
132
158
|
/** OCI repo configuration for the cluster */
|
|
133
|
-
oci?:
|
|
159
|
+
oci?:
|
|
160
|
+
ConfigManagementOciConfig;
|
|
134
161
|
/** Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts. */
|
|
135
|
-
preventDrift?:
|
|
162
|
+
preventDrift?:
|
|
163
|
+
boolean;
|
|
136
164
|
/** Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode. */
|
|
137
|
-
sourceFormat?:
|
|
165
|
+
sourceFormat?:
|
|
166
|
+
string;
|
|
138
167
|
}
|
|
139
168
|
interface ConfigManagementConfigSyncDeploymentState {
|
|
140
169
|
/** Deployment state of admission-webhook */
|
|
141
|
-
admissionWebhook?:
|
|
170
|
+
admissionWebhook?:
|
|
171
|
+
string;
|
|
142
172
|
/** Deployment state of the git-sync pod */
|
|
143
|
-
gitSync?:
|
|
173
|
+
gitSync?:
|
|
174
|
+
string;
|
|
144
175
|
/** Deployment state of the importer pod */
|
|
145
|
-
importer?:
|
|
176
|
+
importer?:
|
|
177
|
+
string;
|
|
146
178
|
/** Deployment state of the monitor pod */
|
|
147
|
-
monitor?:
|
|
179
|
+
monitor?:
|
|
180
|
+
string;
|
|
148
181
|
/** Deployment state of reconciler-manager pod */
|
|
149
|
-
reconcilerManager?:
|
|
182
|
+
reconcilerManager?:
|
|
183
|
+
string;
|
|
150
184
|
/** Deployment state of root-reconciler */
|
|
151
|
-
rootReconciler?:
|
|
185
|
+
rootReconciler?:
|
|
186
|
+
string;
|
|
152
187
|
/** Deployment state of the syncer pod */
|
|
153
|
-
syncer?:
|
|
188
|
+
syncer?:
|
|
189
|
+
string;
|
|
154
190
|
}
|
|
155
191
|
interface ConfigManagementConfigSyncState {
|
|
156
192
|
/** Information about the deployment of ConfigSync, including the version of the various Pods deployed */
|
|
157
|
-
deploymentState?:
|
|
193
|
+
deploymentState?:
|
|
194
|
+
ConfigManagementConfigSyncDeploymentState;
|
|
158
195
|
/** The state of ConfigSync's process to sync configs to a cluster */
|
|
159
|
-
syncState?:
|
|
196
|
+
syncState?:
|
|
197
|
+
ConfigManagementSyncState;
|
|
160
198
|
/** The version of ConfigSync deployed */
|
|
161
|
-
version?:
|
|
199
|
+
version?:
|
|
200
|
+
ConfigManagementConfigSyncVersion;
|
|
162
201
|
}
|
|
163
202
|
interface ConfigManagementConfigSyncVersion {
|
|
164
203
|
/** Version of the deployed admission_webhook pod */
|
|
165
|
-
admissionWebhook?:
|
|
204
|
+
admissionWebhook?:
|
|
205
|
+
string;
|
|
166
206
|
/** Version of the deployed git-sync pod */
|
|
167
|
-
gitSync?:
|
|
207
|
+
gitSync?:
|
|
208
|
+
string;
|
|
168
209
|
/** Version of the deployed importer pod */
|
|
169
|
-
importer?:
|
|
210
|
+
importer?:
|
|
211
|
+
string;
|
|
170
212
|
/** Version of the deployed monitor pod */
|
|
171
|
-
monitor?:
|
|
213
|
+
monitor?:
|
|
214
|
+
string;
|
|
172
215
|
/** Version of the deployed reconciler-manager pod */
|
|
173
|
-
reconcilerManager?:
|
|
216
|
+
reconcilerManager?:
|
|
217
|
+
string;
|
|
174
218
|
/** Version of the deployed reconciler container in root-reconciler pod */
|
|
175
|
-
rootReconciler?:
|
|
219
|
+
rootReconciler?:
|
|
220
|
+
string;
|
|
176
221
|
/** Version of the deployed syncer pod */
|
|
177
|
-
syncer?:
|
|
222
|
+
syncer?:
|
|
223
|
+
string;
|
|
178
224
|
}
|
|
179
225
|
interface ConfigManagementErrorResource {
|
|
180
226
|
/** Group/version/kind of the resource that is causing an error */
|
|
181
|
-
resourceGvk?:
|
|
227
|
+
resourceGvk?:
|
|
228
|
+
ConfigManagementGroupVersionKind;
|
|
182
229
|
/** Metadata name of the resource that is causing an error */
|
|
183
|
-
resourceName?:
|
|
230
|
+
resourceName?:
|
|
231
|
+
string;
|
|
184
232
|
/** Namespace of the resource that is causing an error */
|
|
185
|
-
resourceNamespace?:
|
|
233
|
+
resourceNamespace?:
|
|
234
|
+
string;
|
|
186
235
|
/** Path in the git repo of the erroneous config */
|
|
187
|
-
sourcePath?:
|
|
236
|
+
sourcePath?:
|
|
237
|
+
string;
|
|
188
238
|
}
|
|
189
239
|
interface ConfigManagementGatekeeperDeploymentState {
|
|
190
240
|
/** Status of gatekeeper-audit deployment. */
|
|
191
|
-
gatekeeperAudit?:
|
|
241
|
+
gatekeeperAudit?:
|
|
242
|
+
string;
|
|
192
243
|
/** Status of gatekeeper-controller-manager pod. */
|
|
193
|
-
gatekeeperControllerManagerState?:
|
|
244
|
+
gatekeeperControllerManagerState?:
|
|
245
|
+
string;
|
|
194
246
|
/** Status of the pod serving the mutation webhook. */
|
|
195
|
-
gatekeeperMutation?:
|
|
247
|
+
gatekeeperMutation?:
|
|
248
|
+
string;
|
|
196
249
|
}
|
|
197
250
|
interface ConfigManagementGitConfig {
|
|
198
251
|
/** The GCP Service Account Email used for auth when secret_type is gcpServiceAccount. */
|
|
199
|
-
gcpServiceAccountEmail?:
|
|
252
|
+
gcpServiceAccountEmail?:
|
|
253
|
+
string;
|
|
200
254
|
/** URL for the HTTPS proxy to be used when communicating with the Git repo. */
|
|
201
|
-
httpsProxy?:
|
|
255
|
+
httpsProxy?:
|
|
256
|
+
string;
|
|
202
257
|
/** The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository. */
|
|
203
|
-
policyDir?:
|
|
258
|
+
policyDir?:
|
|
259
|
+
string;
|
|
204
260
|
/** Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required. */
|
|
205
|
-
secretType?:
|
|
261
|
+
secretType?:
|
|
262
|
+
string;
|
|
206
263
|
/** The branch of the repository to sync from. Default: master. */
|
|
207
|
-
syncBranch?:
|
|
264
|
+
syncBranch?:
|
|
265
|
+
string;
|
|
208
266
|
/** The URL of the Git repository to use as the source of truth. */
|
|
209
|
-
syncRepo?:
|
|
267
|
+
syncRepo?:
|
|
268
|
+
string;
|
|
210
269
|
/** Git revision (tag or hash) to check out. Default HEAD. */
|
|
211
|
-
syncRev?:
|
|
270
|
+
syncRev?:
|
|
271
|
+
string;
|
|
212
272
|
/** Period in seconds between consecutive syncs. Default: 15. */
|
|
213
|
-
syncWaitSecs?:
|
|
273
|
+
syncWaitSecs?:
|
|
274
|
+
string;
|
|
214
275
|
}
|
|
215
276
|
interface ConfigManagementGroupVersionKind {
|
|
216
277
|
/** Kubernetes Group */
|
|
217
|
-
group?:
|
|
278
|
+
group?:
|
|
279
|
+
string;
|
|
218
280
|
/** Kubernetes Kind */
|
|
219
|
-
kind?:
|
|
281
|
+
kind?:
|
|
282
|
+
string;
|
|
220
283
|
/** Kubernetes Version */
|
|
221
|
-
version?:
|
|
284
|
+
version?:
|
|
285
|
+
string;
|
|
222
286
|
}
|
|
223
287
|
interface ConfigManagementHierarchyControllerConfig {
|
|
224
288
|
/** Whether Hierarchy Controller is enabled in this cluster. */
|
|
225
|
-
enabled?:
|
|
289
|
+
enabled?:
|
|
290
|
+
boolean;
|
|
226
291
|
/** Whether hierarchical resource quota is enabled in this cluster. */
|
|
227
|
-
enableHierarchicalResourceQuota?:
|
|
292
|
+
enableHierarchicalResourceQuota?:
|
|
293
|
+
boolean;
|
|
228
294
|
/** Whether pod tree labels are enabled in this cluster. */
|
|
229
|
-
enablePodTreeLabels?:
|
|
295
|
+
enablePodTreeLabels?:
|
|
296
|
+
boolean;
|
|
230
297
|
}
|
|
231
298
|
interface ConfigManagementHierarchyControllerDeploymentState {
|
|
232
299
|
/** The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) */
|
|
233
|
-
extension?:
|
|
300
|
+
extension?:
|
|
301
|
+
string;
|
|
234
302
|
/** The deployment state for open source HNC (e.g. v0.7.0-hc.0) */
|
|
235
|
-
hnc?:
|
|
303
|
+
hnc?:
|
|
304
|
+
string;
|
|
236
305
|
}
|
|
237
306
|
interface ConfigManagementHierarchyControllerState {
|
|
238
307
|
/** The deployment state for Hierarchy Controller */
|
|
239
|
-
state?:
|
|
308
|
+
state?:
|
|
309
|
+
ConfigManagementHierarchyControllerDeploymentState;
|
|
240
310
|
/** The version for Hierarchy Controller */
|
|
241
|
-
version?:
|
|
311
|
+
version?:
|
|
312
|
+
ConfigManagementHierarchyControllerVersion;
|
|
242
313
|
}
|
|
243
314
|
interface ConfigManagementHierarchyControllerVersion {
|
|
244
315
|
/** Version for Hierarchy Controller extension */
|
|
245
|
-
extension?:
|
|
316
|
+
extension?:
|
|
317
|
+
string;
|
|
246
318
|
/** Version for open source HNC */
|
|
247
|
-
hnc?:
|
|
319
|
+
hnc?:
|
|
320
|
+
string;
|
|
248
321
|
}
|
|
249
322
|
interface ConfigManagementInstallError {
|
|
250
323
|
/** A string representing the user facing error message */
|
|
251
|
-
errorMessage?:
|
|
324
|
+
errorMessage?:
|
|
325
|
+
string;
|
|
252
326
|
}
|
|
253
327
|
interface ConfigManagementManaged {
|
|
254
328
|
/** Set to true to enable Managed Config Sync. Defaults to false which disables Managed Config Sync. */
|
|
255
|
-
enabled?:
|
|
329
|
+
enabled?:
|
|
330
|
+
boolean;
|
|
256
331
|
}
|
|
257
332
|
interface ConfigManagementMembershipSpec {
|
|
258
333
|
/** Config Sync configuration for the cluster. */
|
|
259
|
-
configSync?:
|
|
334
|
+
configSync?:
|
|
335
|
+
ConfigManagementConfigSync;
|
|
260
336
|
/** Hierarchy Controller configuration for the cluster. */
|
|
261
|
-
hierarchyController?:
|
|
337
|
+
hierarchyController?:
|
|
338
|
+
ConfigManagementHierarchyControllerConfig;
|
|
262
339
|
/** Policy Controller configuration for the cluster. */
|
|
263
|
-
policyController?:
|
|
340
|
+
policyController?:
|
|
341
|
+
ConfigManagementPolicyController;
|
|
264
342
|
/** Version of ACM installed. */
|
|
265
|
-
version?:
|
|
343
|
+
version?:
|
|
344
|
+
string;
|
|
266
345
|
}
|
|
267
346
|
interface ConfigManagementMembershipState {
|
|
268
347
|
/**
|
|
269
348
|
* The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed ACM on the
|
|
270
349
|
* cluster manually prior to enabling the ACM hub feature. Unique within a Anthos Config Management installation.
|
|
271
350
|
*/
|
|
272
|
-
clusterName?:
|
|
351
|
+
clusterName?:
|
|
352
|
+
string;
|
|
273
353
|
/** Current sync status */
|
|
274
|
-
configSyncState?:
|
|
354
|
+
configSyncState?:
|
|
355
|
+
ConfigManagementConfigSyncState;
|
|
275
356
|
/** Hierarchy Controller status */
|
|
276
|
-
hierarchyControllerState?:
|
|
357
|
+
hierarchyControllerState?:
|
|
358
|
+
ConfigManagementHierarchyControllerState;
|
|
277
359
|
/** Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state */
|
|
278
|
-
membershipSpec?:
|
|
360
|
+
membershipSpec?:
|
|
361
|
+
ConfigManagementMembershipSpec;
|
|
279
362
|
/** Current install status of ACM's Operator */
|
|
280
|
-
operatorState?:
|
|
363
|
+
operatorState?:
|
|
364
|
+
ConfigManagementOperatorState;
|
|
281
365
|
/** PolicyController status */
|
|
282
|
-
policyControllerState?:
|
|
366
|
+
policyControllerState?:
|
|
367
|
+
ConfigManagementPolicyControllerState;
|
|
283
368
|
}
|
|
284
369
|
interface ConfigManagementOciConfig {
|
|
285
370
|
/** The GCP Service Account Email used for auth when secret_type is gcpServiceAccount. */
|
|
286
|
-
gcpServiceAccountEmail?:
|
|
371
|
+
gcpServiceAccountEmail?:
|
|
372
|
+
string;
|
|
287
373
|
/** The absolute path of the directory that contains the local resources. Default: the root directory of the image. */
|
|
288
|
-
policyDir?:
|
|
374
|
+
policyDir?:
|
|
375
|
+
string;
|
|
289
376
|
/** Type of secret configured for access to the Git repo. */
|
|
290
|
-
secretType?:
|
|
377
|
+
secretType?:
|
|
378
|
+
string;
|
|
291
379
|
/** The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. */
|
|
292
|
-
syncRepo?:
|
|
380
|
+
syncRepo?:
|
|
381
|
+
string;
|
|
293
382
|
/** Period in seconds between consecutive syncs. Default: 15. */
|
|
294
|
-
syncWaitSecs?:
|
|
383
|
+
syncWaitSecs?:
|
|
384
|
+
string;
|
|
295
385
|
}
|
|
296
386
|
interface ConfigManagementOperatorState {
|
|
297
387
|
/** The state of the Operator's deployment */
|
|
298
|
-
deploymentState?:
|
|
388
|
+
deploymentState?:
|
|
389
|
+
string;
|
|
299
390
|
/** Install errors. */
|
|
300
|
-
errors?:
|
|
391
|
+
errors?:
|
|
392
|
+
ConfigManagementInstallError[];
|
|
301
393
|
/** The semenatic version number of the operator */
|
|
302
|
-
version?:
|
|
394
|
+
version?:
|
|
395
|
+
string;
|
|
303
396
|
}
|
|
304
397
|
interface ConfigManagementPolicyController {
|
|
305
398
|
/** Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether. */
|
|
306
|
-
auditIntervalSeconds?:
|
|
399
|
+
auditIntervalSeconds?:
|
|
400
|
+
string;
|
|
307
401
|
/** Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect. */
|
|
308
|
-
enabled?:
|
|
402
|
+
enabled?:
|
|
403
|
+
boolean;
|
|
309
404
|
/** The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster. */
|
|
310
|
-
exemptableNamespaces?:
|
|
405
|
+
exemptableNamespaces?:
|
|
406
|
+
string[];
|
|
311
407
|
/** Logs all denies and dry run failures. */
|
|
312
|
-
logDeniesEnabled?:
|
|
408
|
+
logDeniesEnabled?:
|
|
409
|
+
boolean;
|
|
313
410
|
/** Monitoring specifies the configuration of monitoring. */
|
|
314
|
-
monitoring?:
|
|
411
|
+
monitoring?:
|
|
412
|
+
ConfigManagementPolicyControllerMonitoring;
|
|
315
413
|
/** Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster. */
|
|
316
|
-
mutationEnabled?:
|
|
414
|
+
mutationEnabled?:
|
|
415
|
+
boolean;
|
|
317
416
|
/** Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated. */
|
|
318
|
-
referentialRulesEnabled?:
|
|
417
|
+
referentialRulesEnabled?:
|
|
418
|
+
boolean;
|
|
319
419
|
/** Installs the default template library along with Policy Controller. */
|
|
320
|
-
templateLibraryInstalled?:
|
|
420
|
+
templateLibraryInstalled?:
|
|
421
|
+
boolean;
|
|
321
422
|
}
|
|
322
423
|
interface ConfigManagementPolicyControllerMigration {
|
|
323
424
|
/** Stage of the migration. */
|
|
324
|
-
stage?:
|
|
425
|
+
stage?:
|
|
426
|
+
string;
|
|
325
427
|
}
|
|
326
428
|
interface ConfigManagementPolicyControllerMonitoring {
|
|
327
429
|
/** Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export. */
|
|
328
|
-
backends?:
|
|
430
|
+
backends?:
|
|
431
|
+
string[];
|
|
329
432
|
}
|
|
330
433
|
interface ConfigManagementPolicyControllerState {
|
|
331
434
|
/** The state about the policy controller installation. */
|
|
332
|
-
deploymentState?:
|
|
435
|
+
deploymentState?:
|
|
436
|
+
ConfigManagementGatekeeperDeploymentState;
|
|
333
437
|
/** Record state of ACM -> PoCo Hub migration for this feature. */
|
|
334
|
-
migration?:
|
|
438
|
+
migration?:
|
|
439
|
+
ConfigManagementPolicyControllerMigration;
|
|
335
440
|
/** The version of Gatekeeper Policy Controller deployed. */
|
|
336
|
-
version?:
|
|
441
|
+
version?:
|
|
442
|
+
ConfigManagementPolicyControllerVersion;
|
|
337
443
|
}
|
|
338
444
|
interface ConfigManagementPolicyControllerVersion {
|
|
339
445
|
/** The gatekeeper image tag that is composed of ACM version, git tag, build number. */
|
|
340
|
-
version?:
|
|
446
|
+
version?:
|
|
447
|
+
string;
|
|
341
448
|
}
|
|
342
449
|
interface ConfigManagementSyncError {
|
|
343
450
|
/** An ACM defined error code */
|
|
344
|
-
code?:
|
|
451
|
+
code?:
|
|
452
|
+
string;
|
|
345
453
|
/** A description of the error */
|
|
346
|
-
errorMessage?:
|
|
454
|
+
errorMessage?:
|
|
455
|
+
string;
|
|
347
456
|
/** A list of config(s) associated with the error, if any */
|
|
348
|
-
errorResources?:
|
|
457
|
+
errorResources?:
|
|
458
|
+
ConfigManagementErrorResource[];
|
|
349
459
|
}
|
|
350
460
|
interface ConfigManagementSyncState {
|
|
351
461
|
/** Sync status code */
|
|
352
|
-
code?:
|
|
462
|
+
code?:
|
|
463
|
+
string;
|
|
353
464
|
/** A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist. */
|
|
354
|
-
errors?:
|
|
465
|
+
errors?:
|
|
466
|
+
ConfigManagementSyncError[];
|
|
355
467
|
/** Token indicating the state of the importer. */
|
|
356
|
-
importToken?:
|
|
468
|
+
importToken?:
|
|
469
|
+
string;
|
|
357
470
|
/** Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String */
|
|
358
|
-
lastSync?:
|
|
471
|
+
lastSync?:
|
|
472
|
+
string;
|
|
359
473
|
/** Timestamp type of when ACM last successfully synced the repo */
|
|
360
|
-
lastSyncTime?:
|
|
474
|
+
lastSyncTime?:
|
|
475
|
+
string;
|
|
361
476
|
/** Token indicating the state of the repo. */
|
|
362
|
-
sourceToken?:
|
|
477
|
+
sourceToken?:
|
|
478
|
+
string;
|
|
363
479
|
/** Token indicating the state of the syncer. */
|
|
364
|
-
syncToken?:
|
|
480
|
+
syncToken?:
|
|
481
|
+
string;
|
|
365
482
|
}
|
|
366
483
|
interface ConnectAgentResource {
|
|
367
484
|
/** YAML manifest of the resource. */
|
|
368
|
-
manifest?:
|
|
485
|
+
manifest?:
|
|
486
|
+
string;
|
|
369
487
|
/** Kubernetes type of the resource. */
|
|
370
|
-
type?:
|
|
488
|
+
type?:
|
|
489
|
+
TypeMeta;
|
|
371
490
|
}
|
|
372
491
|
interface EdgeCluster {
|
|
373
|
-
/** Immutable. Self-link of the
|
|
374
|
-
resourceLink?:
|
|
492
|
+
/** Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example: //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster */
|
|
493
|
+
resourceLink?:
|
|
494
|
+
string;
|
|
375
495
|
}
|
|
376
496
|
// tslint:disable-next-line:no-empty-interface
|
|
377
497
|
interface Empty {
|
|
378
498
|
}
|
|
379
499
|
interface Expr {
|
|
380
500
|
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
381
|
-
description?:
|
|
501
|
+
description?:
|
|
502
|
+
string;
|
|
382
503
|
/** Textual representation of an expression in Common Expression Language syntax. */
|
|
383
|
-
expression?:
|
|
504
|
+
expression?:
|
|
505
|
+
string;
|
|
384
506
|
/** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
|
|
385
|
-
location?:
|
|
507
|
+
location?:
|
|
508
|
+
string;
|
|
386
509
|
/** 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. */
|
|
387
|
-
title?:
|
|
510
|
+
title?:
|
|
511
|
+
string;
|
|
388
512
|
}
|
|
389
513
|
interface Feature {
|
|
390
514
|
/** Output only. When the Feature resource was created. */
|
|
391
|
-
createTime?:
|
|
515
|
+
createTime?:
|
|
516
|
+
string;
|
|
392
517
|
/** Output only. When the Feature resource was deleted. */
|
|
393
|
-
deleteTime?:
|
|
518
|
+
deleteTime?:
|
|
519
|
+
string;
|
|
394
520
|
/** Optional. Feature configuration applicable to all memberships of the fleet. */
|
|
395
|
-
fleetDefaultMemberConfig?:
|
|
396
|
-
|
|
397
|
-
|
|
521
|
+
fleetDefaultMemberConfig?:
|
|
522
|
+
any;
|
|
523
|
+
/** Labels for this Feature. */
|
|
524
|
+
labels?:
|
|
525
|
+
{ [P in string]: string };
|
|
398
526
|
/**
|
|
399
527
|
* Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which
|
|
400
528
|
* Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in
|
|
@@ -402,17 +530,21 @@ declare namespace gapi.client {
|
|
|
402
530
|
* Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this
|
|
403
531
|
* reason, it is recommended the same format be used for all entries when mutating a Feature.
|
|
404
532
|
*/
|
|
405
|
-
membershipSpecs?:
|
|
533
|
+
membershipSpecs?:
|
|
534
|
+
{ [P in string]: MembershipFeatureSpec };
|
|
406
535
|
/**
|
|
407
536
|
* Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is
|
|
408
537
|
* for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that
|
|
409
538
|
* location. {p} MUST match the Feature's project number.
|
|
410
539
|
*/
|
|
411
|
-
membershipStates?:
|
|
540
|
+
membershipStates?:
|
|
541
|
+
{ [P in string]: MembershipFeatureState };
|
|
412
542
|
/** Output only. The full, unique name of this Feature resource in the format `projects/*/locations/*/features/*`. */
|
|
413
|
-
name?:
|
|
543
|
+
name?:
|
|
544
|
+
string;
|
|
414
545
|
/** Output only. State of the Feature resource itself. */
|
|
415
|
-
resourceState?:
|
|
546
|
+
resourceState?:
|
|
547
|
+
FeatureResourceState;
|
|
416
548
|
/**
|
|
417
549
|
* Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the
|
|
418
550
|
* configuration is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.
|
|
@@ -420,30 +552,39 @@ declare namespace gapi.client {
|
|
|
420
552
|
* the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when
|
|
421
553
|
* mutating a Feature.
|
|
422
554
|
*/
|
|
423
|
-
scopeSpecs?:
|
|
555
|
+
scopeSpecs?:
|
|
556
|
+
{ [P in string]: any };
|
|
424
557
|
/**
|
|
425
558
|
* Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
|
|
426
559
|
* `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.
|
|
427
560
|
*/
|
|
428
|
-
scopeStates?:
|
|
561
|
+
scopeStates?:
|
|
562
|
+
{ [P in string]: ScopeFeatureState };
|
|
429
563
|
/** Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused. */
|
|
430
|
-
spec?:
|
|
564
|
+
spec?:
|
|
565
|
+
CommonFeatureSpec;
|
|
431
566
|
/** Output only. The Hub-wide Feature state. */
|
|
432
|
-
state?:
|
|
567
|
+
state?:
|
|
568
|
+
CommonFeatureState;
|
|
433
569
|
/** Output only. When the Feature resource was last updated. */
|
|
434
|
-
updateTime?:
|
|
570
|
+
updateTime?:
|
|
571
|
+
string;
|
|
435
572
|
}
|
|
436
573
|
interface FeatureResourceState {
|
|
437
574
|
/** The current state of the Feature resource in the Hub API. */
|
|
438
|
-
state?:
|
|
575
|
+
state?:
|
|
576
|
+
string;
|
|
439
577
|
}
|
|
440
578
|
interface FeatureState {
|
|
441
579
|
/** The high-level, machine-readable status of this Feature. */
|
|
442
|
-
code?:
|
|
580
|
+
code?:
|
|
581
|
+
string;
|
|
443
582
|
/** A human-readable description of the current status. */
|
|
444
|
-
description?:
|
|
583
|
+
description?:
|
|
584
|
+
string;
|
|
445
585
|
/** The time this status and any related Feature-specific details were updated. */
|
|
446
|
-
updateTime?:
|
|
586
|
+
updateTime?:
|
|
587
|
+
string;
|
|
447
588
|
}
|
|
448
589
|
// tslint:disable-next-line:no-empty-interface
|
|
449
590
|
interface FleetObservabilityFeatureSpec {
|
|
@@ -459,119 +600,161 @@ declare namespace gapi.client {
|
|
|
459
600
|
}
|
|
460
601
|
interface GenerateConnectManifestResponse {
|
|
461
602
|
/** The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade. */
|
|
462
|
-
manifest?:
|
|
603
|
+
manifest?:
|
|
604
|
+
ConnectAgentResource[];
|
|
463
605
|
}
|
|
464
606
|
interface GkeCluster {
|
|
465
607
|
/** Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane. */
|
|
466
|
-
clusterMissing?:
|
|
608
|
+
clusterMissing?:
|
|
609
|
+
boolean;
|
|
467
610
|
/**
|
|
468
|
-
* Immutable. Self-link of the
|
|
469
|
-
* also supported.
|
|
611
|
+
* Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal
|
|
612
|
+
* clusters are also supported.
|
|
470
613
|
*/
|
|
471
|
-
resourceLink?:
|
|
614
|
+
resourceLink?:
|
|
615
|
+
string;
|
|
472
616
|
}
|
|
473
617
|
interface GoogleRpcStatus {
|
|
474
618
|
/** The status code, which should be an enum value of google.rpc.Code. */
|
|
475
|
-
code?:
|
|
619
|
+
code?:
|
|
620
|
+
number;
|
|
476
621
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
477
|
-
details?:
|
|
622
|
+
details?:
|
|
623
|
+
Array<{ [P in string]: any }>;
|
|
478
624
|
/**
|
|
479
625
|
* 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
|
|
480
626
|
* client.
|
|
481
627
|
*/
|
|
482
|
-
message?:
|
|
628
|
+
message?:
|
|
629
|
+
string;
|
|
483
630
|
}
|
|
484
631
|
interface IdentityServiceAuthMethod {
|
|
485
632
|
/** AzureAD specific Configuration. */
|
|
486
|
-
azureadConfig?:
|
|
633
|
+
azureadConfig?:
|
|
634
|
+
IdentityServiceAzureADConfig;
|
|
487
635
|
/** GoogleConfig specific configuration */
|
|
488
|
-
googleConfig?:
|
|
636
|
+
googleConfig?:
|
|
637
|
+
IdentityServiceGoogleConfig;
|
|
489
638
|
/** Identifier for auth config. */
|
|
490
|
-
name?:
|
|
639
|
+
name?:
|
|
640
|
+
string;
|
|
491
641
|
/** OIDC specific configuration. */
|
|
492
|
-
oidcConfig?:
|
|
642
|
+
oidcConfig?:
|
|
643
|
+
IdentityServiceOidcConfig;
|
|
493
644
|
/** Proxy server address to use for auth method. */
|
|
494
|
-
proxy?:
|
|
645
|
+
proxy?:
|
|
646
|
+
string;
|
|
495
647
|
}
|
|
496
648
|
interface IdentityServiceAzureADConfig {
|
|
497
649
|
/** ID for the registered client application that makes authentication requests to the Azure AD identity provider. */
|
|
498
|
-
clientId?:
|
|
650
|
+
clientId?:
|
|
651
|
+
string;
|
|
499
652
|
/** Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. */
|
|
500
|
-
clientSecret?:
|
|
653
|
+
clientSecret?:
|
|
654
|
+
string;
|
|
501
655
|
/** Output only. Encrypted AzureAD client secret. */
|
|
502
|
-
encryptedClientSecret?:
|
|
656
|
+
encryptedClientSecret?:
|
|
657
|
+
string;
|
|
503
658
|
/** The redirect URL that kubectl uses for authorization. */
|
|
504
|
-
kubectlRedirectUri?:
|
|
659
|
+
kubectlRedirectUri?:
|
|
660
|
+
string;
|
|
505
661
|
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
506
|
-
tenant?:
|
|
662
|
+
tenant?:
|
|
663
|
+
string;
|
|
507
664
|
}
|
|
508
665
|
interface IdentityServiceGoogleConfig {
|
|
509
666
|
/** Disable automatic configuration of Google Plugin on supported platforms. */
|
|
510
|
-
disable?:
|
|
667
|
+
disable?:
|
|
668
|
+
boolean;
|
|
511
669
|
}
|
|
512
670
|
interface IdentityServiceMembershipSpec {
|
|
513
671
|
/** A member may support multiple auth methods. */
|
|
514
|
-
authMethods?:
|
|
672
|
+
authMethods?:
|
|
673
|
+
IdentityServiceAuthMethod[];
|
|
515
674
|
}
|
|
516
675
|
interface IdentityServiceMembershipState {
|
|
517
676
|
/** The reason of the failure. */
|
|
518
|
-
failureReason?:
|
|
677
|
+
failureReason?:
|
|
678
|
+
string;
|
|
519
679
|
/** Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is OK. */
|
|
520
|
-
installedVersion?:
|
|
680
|
+
installedVersion?:
|
|
681
|
+
string;
|
|
521
682
|
/** Last reconciled membership configuration */
|
|
522
|
-
memberConfig?:
|
|
683
|
+
memberConfig?:
|
|
684
|
+
IdentityServiceMembershipSpec;
|
|
523
685
|
/** Deployment state on this member */
|
|
524
|
-
state?:
|
|
686
|
+
state?:
|
|
687
|
+
string;
|
|
525
688
|
}
|
|
526
689
|
interface IdentityServiceOidcConfig {
|
|
527
690
|
/** PEM-encoded CA for OIDC provider. */
|
|
528
|
-
certificateAuthorityData?:
|
|
691
|
+
certificateAuthorityData?:
|
|
692
|
+
string;
|
|
529
693
|
/** ID for OIDC client application. */
|
|
530
|
-
clientId?:
|
|
694
|
+
clientId?:
|
|
695
|
+
string;
|
|
531
696
|
/** Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH. */
|
|
532
|
-
clientSecret?:
|
|
697
|
+
clientSecret?:
|
|
698
|
+
string;
|
|
533
699
|
/** Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console. */
|
|
534
|
-
deployCloudConsoleProxy?:
|
|
700
|
+
deployCloudConsoleProxy?:
|
|
701
|
+
boolean;
|
|
535
702
|
/** Enable access token. */
|
|
536
|
-
enableAccessToken?:
|
|
703
|
+
enableAccessToken?:
|
|
704
|
+
boolean;
|
|
537
705
|
/** Output only. Encrypted OIDC Client secret */
|
|
538
|
-
encryptedClientSecret?:
|
|
706
|
+
encryptedClientSecret?:
|
|
707
|
+
string;
|
|
539
708
|
/** Comma-separated list of key-value pairs. */
|
|
540
|
-
extraParams?:
|
|
709
|
+
extraParams?:
|
|
710
|
+
string;
|
|
541
711
|
/** Prefix to prepend to group name. */
|
|
542
|
-
groupPrefix?:
|
|
712
|
+
groupPrefix?:
|
|
713
|
+
string;
|
|
543
714
|
/** Claim in OIDC ID token that holds group information. */
|
|
544
|
-
groupsClaim?:
|
|
715
|
+
groupsClaim?:
|
|
716
|
+
string;
|
|
545
717
|
/** URI for the OIDC provider. This should point to the level below .well-known/openid-configuration. */
|
|
546
|
-
issuerUri?:
|
|
718
|
+
issuerUri?:
|
|
719
|
+
string;
|
|
547
720
|
/** Registered redirect uri to redirect users going through OAuth flow using kubectl plugin. */
|
|
548
|
-
kubectlRedirectUri?:
|
|
721
|
+
kubectlRedirectUri?:
|
|
722
|
+
string;
|
|
549
723
|
/** Comma-separated list of identifiers. */
|
|
550
|
-
scopes?:
|
|
724
|
+
scopes?:
|
|
725
|
+
string;
|
|
551
726
|
/** Claim in OIDC ID token that holds username. */
|
|
552
|
-
userClaim?:
|
|
727
|
+
userClaim?:
|
|
728
|
+
string;
|
|
553
729
|
/** Prefix to prepend to user name. */
|
|
554
|
-
userPrefix?:
|
|
730
|
+
userPrefix?:
|
|
731
|
+
string;
|
|
555
732
|
}
|
|
556
733
|
interface KubernetesMetadata {
|
|
557
734
|
/** Output only. Kubernetes API server version string as reported by `/version`. */
|
|
558
|
-
kubernetesApiServerVersion?:
|
|
735
|
+
kubernetesApiServerVersion?:
|
|
736
|
+
string;
|
|
559
737
|
/** Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB. */
|
|
560
|
-
memoryMb?:
|
|
738
|
+
memoryMb?:
|
|
739
|
+
number;
|
|
561
740
|
/** Output only. Node count as reported by Kubernetes nodes resources. */
|
|
562
|
-
nodeCount?:
|
|
741
|
+
nodeCount?:
|
|
742
|
+
number;
|
|
563
743
|
/**
|
|
564
744
|
* Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like
|
|
565
745
|
* GKE-on-GCP), the node_count will be zero and the node_provider_id will be empty.
|
|
566
746
|
*/
|
|
567
|
-
nodeProviderId?:
|
|
747
|
+
nodeProviderId?:
|
|
748
|
+
string;
|
|
568
749
|
/**
|
|
569
750
|
* Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for
|
|
570
751
|
* API consumers.
|
|
571
752
|
*/
|
|
572
|
-
updateTime?:
|
|
753
|
+
updateTime?:
|
|
754
|
+
string;
|
|
573
755
|
/** Output only. vCPU count as reported by Kubernetes nodes resources. */
|
|
574
|
-
vcpuCount?:
|
|
756
|
+
vcpuCount?:
|
|
757
|
+
number;
|
|
575
758
|
}
|
|
576
759
|
interface KubernetesResource {
|
|
577
760
|
/**
|
|
@@ -579,292 +762,384 @@ declare namespace gapi.client {
|
|
|
579
762
|
* CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the
|
|
580
763
|
* caller should make a UpdateMembership call with an empty field mask.
|
|
581
764
|
*/
|
|
582
|
-
connectResources?:
|
|
765
|
+
connectResources?:
|
|
766
|
+
ResourceManifest[];
|
|
583
767
|
/**
|
|
584
768
|
* Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub can read the CR directly. Callers should provide the CR that is currently
|
|
585
769
|
* present in the cluster during CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to validate the cluster has not been registered
|
|
586
770
|
* with another Membership.
|
|
587
771
|
*/
|
|
588
|
-
membershipCrManifest?:
|
|
772
|
+
membershipCrManifest?:
|
|
773
|
+
string;
|
|
589
774
|
/**
|
|
590
775
|
* Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership creation, and after every update. This field is only populated in the Membership
|
|
591
776
|
* returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the
|
|
592
777
|
* resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.
|
|
593
778
|
*/
|
|
594
|
-
membershipResources?:
|
|
779
|
+
membershipResources?:
|
|
780
|
+
ResourceManifest[];
|
|
595
781
|
/** Optional. Options for Kubernetes resource generation. */
|
|
596
|
-
resourceOptions?:
|
|
782
|
+
resourceOptions?:
|
|
783
|
+
ResourceOptions;
|
|
597
784
|
}
|
|
598
785
|
interface ListFeaturesResponse {
|
|
599
786
|
/** A token to request the next page of resources from the `ListFeatures` method. The value of an empty string means that there are no more resources to return. */
|
|
600
|
-
nextPageToken?:
|
|
787
|
+
nextPageToken?:
|
|
788
|
+
string;
|
|
601
789
|
/** The list of matching Features */
|
|
602
|
-
resources?:
|
|
790
|
+
resources?:
|
|
791
|
+
Feature[];
|
|
603
792
|
}
|
|
604
793
|
interface ListLocationsResponse {
|
|
605
794
|
/** A list of locations that matches the specified filter in the request. */
|
|
606
|
-
locations?:
|
|
795
|
+
locations?:
|
|
796
|
+
Location[];
|
|
607
797
|
/** The standard List next-page token. */
|
|
608
|
-
nextPageToken?:
|
|
798
|
+
nextPageToken?:
|
|
799
|
+
string;
|
|
609
800
|
}
|
|
610
801
|
interface ListMembershipBindingsResponse {
|
|
611
802
|
/** The list of membership_bindings */
|
|
612
|
-
membershipBindings?:
|
|
803
|
+
membershipBindings?:
|
|
804
|
+
MembershipBinding[];
|
|
613
805
|
/** A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return. */
|
|
614
|
-
nextPageToken?:
|
|
806
|
+
nextPageToken?:
|
|
807
|
+
string;
|
|
615
808
|
}
|
|
616
809
|
interface ListMembershipsResponse {
|
|
617
810
|
/** A token to request the next page of resources from the `ListMemberships` method. The value of an empty string means that there are no more resources to return. */
|
|
618
|
-
nextPageToken?:
|
|
811
|
+
nextPageToken?:
|
|
812
|
+
string;
|
|
619
813
|
/** The list of matching Memberships. */
|
|
620
|
-
resources?:
|
|
814
|
+
resources?:
|
|
815
|
+
Membership[];
|
|
621
816
|
/** List of locations that could not be reached while fetching this list. */
|
|
622
|
-
unreachable?:
|
|
817
|
+
unreachable?:
|
|
818
|
+
string[];
|
|
623
819
|
}
|
|
624
820
|
interface ListOperationsResponse {
|
|
625
821
|
/** The standard List next-page token. */
|
|
626
|
-
nextPageToken?:
|
|
822
|
+
nextPageToken?:
|
|
823
|
+
string;
|
|
627
824
|
/** A list of operations that matches the specified filter in the request. */
|
|
628
|
-
operations?:
|
|
825
|
+
operations?:
|
|
826
|
+
Operation[];
|
|
629
827
|
}
|
|
630
828
|
interface ListScopesResponse {
|
|
631
829
|
/** A token to request the next page of resources from the `ListScopes` method. The value of an empty string means that there are no more resources to return. */
|
|
632
|
-
nextPageToken?:
|
|
830
|
+
nextPageToken?:
|
|
831
|
+
string;
|
|
633
832
|
/** The list of Scopes */
|
|
634
|
-
scopes?:
|
|
833
|
+
scopes?:
|
|
834
|
+
Scope[];
|
|
635
835
|
}
|
|
636
836
|
interface Location {
|
|
637
837
|
/** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
|
|
638
|
-
displayName?:
|
|
838
|
+
displayName?:
|
|
839
|
+
string;
|
|
639
840
|
/** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
|
|
640
|
-
labels?:
|
|
841
|
+
labels?:
|
|
842
|
+
{ [P in string]: string };
|
|
641
843
|
/** The canonical id for this location. For example: `"us-east1"`. */
|
|
642
|
-
locationId?:
|
|
844
|
+
locationId?:
|
|
845
|
+
string;
|
|
643
846
|
/** Service-specific metadata. For example the available capacity at the given location. */
|
|
644
|
-
metadata?:
|
|
847
|
+
metadata?:
|
|
848
|
+
{ [P in string]: any };
|
|
645
849
|
/** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
|
|
646
|
-
name?:
|
|
850
|
+
name?:
|
|
851
|
+
string;
|
|
647
852
|
}
|
|
648
853
|
interface Membership {
|
|
649
854
|
/**
|
|
650
855
|
* Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for more details:
|
|
651
856
|
* https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity
|
|
652
857
|
*/
|
|
653
|
-
authority?:
|
|
858
|
+
authority?:
|
|
859
|
+
Authority;
|
|
654
860
|
/** Output only. When the Membership was created. */
|
|
655
|
-
createTime?:
|
|
861
|
+
createTime?:
|
|
862
|
+
string;
|
|
656
863
|
/** Output only. When the Membership was deleted. */
|
|
657
|
-
deleteTime?:
|
|
864
|
+
deleteTime?:
|
|
865
|
+
string;
|
|
658
866
|
/** Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` This field is present for legacy purposes. */
|
|
659
|
-
description?:
|
|
867
|
+
description?:
|
|
868
|
+
string;
|
|
660
869
|
/** Optional. Endpoint information to reach this member. */
|
|
661
|
-
endpoint?:
|
|
870
|
+
endpoint?:
|
|
871
|
+
MembershipEndpoint;
|
|
662
872
|
/**
|
|
663
873
|
* Optional. An externally-generated and managed ID for this Membership. This ID may be modified after creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*`
|
|
664
874
|
* If this Membership represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object.
|
|
665
875
|
*/
|
|
666
|
-
externalId?:
|
|
667
|
-
|
|
668
|
-
|
|
876
|
+
externalId?:
|
|
877
|
+
string;
|
|
878
|
+
/** Optional. Labels for this membership. */
|
|
879
|
+
labels?:
|
|
880
|
+
{ [P in string]: string };
|
|
669
881
|
/**
|
|
670
882
|
* Output only. For clusters using Connect, the timestamp of the most recent connection established with Google Cloud. This time is updated every several minutes, not continuously. For
|
|
671
883
|
* clusters that do not use GKE Connect, or that have never connected successfully, this field will be unset.
|
|
672
884
|
*/
|
|
673
|
-
lastConnectionTime?:
|
|
885
|
+
lastConnectionTime?:
|
|
886
|
+
string;
|
|
674
887
|
/** Optional. The monitoring config information for this membership. */
|
|
675
|
-
monitoringConfig?:
|
|
888
|
+
monitoringConfig?:
|
|
889
|
+
MonitoringConfig;
|
|
676
890
|
/**
|
|
677
891
|
* Output only. The full, unique name of this Membership resource in the format `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a
|
|
678
892
|
* valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric
|
|
679
893
|
* character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.
|
|
680
894
|
*/
|
|
681
|
-
name?:
|
|
895
|
+
name?:
|
|
896
|
+
string;
|
|
682
897
|
/** Output only. State of the Membership resource. */
|
|
683
|
-
state?:
|
|
898
|
+
state?:
|
|
899
|
+
MembershipState;
|
|
684
900
|
/**
|
|
685
901
|
* Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a Membership resource is deleted and another resource with the same name is
|
|
686
902
|
* created, it gets a different unique_id.
|
|
687
903
|
*/
|
|
688
|
-
uniqueId?:
|
|
904
|
+
uniqueId?:
|
|
905
|
+
string;
|
|
689
906
|
/** Output only. When the Membership was last updated. */
|
|
690
|
-
updateTime?:
|
|
907
|
+
updateTime?:
|
|
908
|
+
string;
|
|
691
909
|
}
|
|
692
910
|
interface MembershipBinding {
|
|
693
911
|
/** Output only. When the membership binding was created. */
|
|
694
|
-
createTime?:
|
|
912
|
+
createTime?:
|
|
913
|
+
string;
|
|
695
914
|
/** Output only. When the membership binding was deleted. */
|
|
696
|
-
deleteTime?:
|
|
915
|
+
deleteTime?:
|
|
916
|
+
string;
|
|
697
917
|
/** Whether the membershipbinding is Fleet-wide; true means that this Membership should be bound to all Namespaces in this entire Fleet. */
|
|
698
|
-
fleet?:
|
|
918
|
+
fleet?:
|
|
919
|
+
boolean;
|
|
699
920
|
/** The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` */
|
|
700
|
-
name?:
|
|
921
|
+
name?:
|
|
922
|
+
string;
|
|
701
923
|
/** A Workspace resource name in the format `projects/*/locations/*/scopes/*`. */
|
|
702
|
-
scope?:
|
|
924
|
+
scope?:
|
|
925
|
+
string;
|
|
703
926
|
/** Output only. State of the membership binding resource. */
|
|
704
|
-
state?:
|
|
927
|
+
state?:
|
|
928
|
+
MembershipBindingLifecycleState;
|
|
705
929
|
/**
|
|
706
930
|
* Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. If a membershipbinding resource is deleted and another resource with the
|
|
707
931
|
* same name is created, it gets a different uid.
|
|
708
932
|
*/
|
|
709
|
-
uid?:
|
|
933
|
+
uid?:
|
|
934
|
+
string;
|
|
710
935
|
/** Output only. When the membership binding was last updated. */
|
|
711
|
-
updateTime?:
|
|
936
|
+
updateTime?:
|
|
937
|
+
string;
|
|
712
938
|
}
|
|
713
939
|
interface MembershipBindingLifecycleState {
|
|
714
940
|
/** Output only. The current state of the MembershipBinding resource. */
|
|
715
|
-
code?:
|
|
941
|
+
code?:
|
|
942
|
+
string;
|
|
716
943
|
}
|
|
717
944
|
interface MembershipEndpoint {
|
|
718
945
|
/** Optional. Specific information for a GDC Edge Appliance cluster. */
|
|
719
|
-
applianceCluster?:
|
|
946
|
+
applianceCluster?:
|
|
947
|
+
ApplianceCluster;
|
|
720
948
|
/** Optional. Specific information for a Google Edge cluster. */
|
|
721
|
-
edgeCluster?:
|
|
949
|
+
edgeCluster?:
|
|
950
|
+
EdgeCluster;
|
|
722
951
|
/** Optional. Specific information for a GKE-on-GCP cluster. */
|
|
723
|
-
gkeCluster?:
|
|
952
|
+
gkeCluster?:
|
|
953
|
+
GkeCluster;
|
|
724
954
|
/** Output only. Whether the lifecycle of this membership is managed by a google cluster platform service. */
|
|
725
|
-
googleManaged?:
|
|
955
|
+
googleManaged?:
|
|
956
|
+
boolean;
|
|
726
957
|
/** Output only. Useful Kubernetes-specific metadata. */
|
|
727
|
-
kubernetesMetadata?:
|
|
958
|
+
kubernetesMetadata?:
|
|
959
|
+
KubernetesMetadata;
|
|
728
960
|
/**
|
|
729
961
|
* Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in the steady state. These resources: * Ensure that the cluster is
|
|
730
962
|
* exclusively registered to one and only one Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure proper initial configuration
|
|
731
963
|
* of default Hub Features.
|
|
732
964
|
*/
|
|
733
|
-
kubernetesResource?:
|
|
965
|
+
kubernetesResource?:
|
|
966
|
+
KubernetesResource;
|
|
734
967
|
/** Optional. Specific information for a GKE Multi-Cloud cluster. */
|
|
735
|
-
multiCloudCluster?:
|
|
968
|
+
multiCloudCluster?:
|
|
969
|
+
MultiCloudCluster;
|
|
736
970
|
/** Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is not allowed to use this field, it should have a nil "type" instead. */
|
|
737
|
-
onPremCluster?:
|
|
971
|
+
onPremCluster?:
|
|
972
|
+
OnPremCluster;
|
|
738
973
|
}
|
|
739
974
|
interface MembershipFeatureSpec {
|
|
740
975
|
/** Config Management-specific spec. */
|
|
741
|
-
configmanagement?:
|
|
976
|
+
configmanagement?:
|
|
977
|
+
ConfigManagementMembershipSpec;
|
|
742
978
|
/** True if value of `feature_spec` was inherited from a fleet-level default. */
|
|
743
|
-
fleetInherited?:
|
|
979
|
+
fleetInherited?:
|
|
980
|
+
boolean;
|
|
744
981
|
/** Fleet observability membership spec */
|
|
745
|
-
fleetobservability?:
|
|
982
|
+
fleetobservability?:
|
|
983
|
+
any;
|
|
746
984
|
/** Identity Service-specific spec. */
|
|
747
|
-
identityservice?:
|
|
985
|
+
identityservice?:
|
|
986
|
+
IdentityServiceMembershipSpec;
|
|
748
987
|
/** Anthos Service Mesh-specific spec */
|
|
749
|
-
mesh?:
|
|
988
|
+
mesh?:
|
|
989
|
+
ServiceMeshMembershipSpec;
|
|
750
990
|
}
|
|
751
991
|
interface MembershipFeatureState {
|
|
752
992
|
/** Appdevexperience specific state. */
|
|
753
|
-
appdevexperience?:
|
|
993
|
+
appdevexperience?:
|
|
994
|
+
AppDevExperienceFeatureState;
|
|
754
995
|
/** Config Management-specific state. */
|
|
755
|
-
configmanagement?:
|
|
996
|
+
configmanagement?:
|
|
997
|
+
ConfigManagementMembershipState;
|
|
756
998
|
/** Fleet observability membership state. */
|
|
757
|
-
fleetobservability?:
|
|
999
|
+
fleetobservability?:
|
|
1000
|
+
any;
|
|
758
1001
|
/** Identity Service-specific state. */
|
|
759
|
-
identityservice?:
|
|
1002
|
+
identityservice?:
|
|
1003
|
+
IdentityServiceMembershipState;
|
|
760
1004
|
/** Service Mesh-specific state. */
|
|
761
|
-
servicemesh?:
|
|
1005
|
+
servicemesh?:
|
|
1006
|
+
ServiceMeshMembershipState;
|
|
762
1007
|
/** The high-level state of this Feature for a single membership. */
|
|
763
|
-
state?:
|
|
1008
|
+
state?:
|
|
1009
|
+
FeatureState;
|
|
764
1010
|
}
|
|
765
1011
|
interface MembershipState {
|
|
766
1012
|
/** Output only. The current state of the Membership resource. */
|
|
767
|
-
code?:
|
|
1013
|
+
code?:
|
|
1014
|
+
string;
|
|
768
1015
|
}
|
|
769
1016
|
interface MonitoringConfig {
|
|
770
1017
|
/**
|
|
771
1018
|
* Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal, it would be in format `memberClusters/cluster_name`; And for Anthos on MultiCloud, it would be in
|
|
772
1019
|
* format `{azureClusters, awsClusters}/cluster_name`.
|
|
773
1020
|
*/
|
|
774
|
-
cluster?:
|
|
1021
|
+
cluster?:
|
|
1022
|
+
string;
|
|
775
1023
|
/**
|
|
776
1024
|
* Immutable. Cluster hash, this is a unique string generated by google code, which does not contain any PII, which we can use to reference the cluster. This is expected to be created
|
|
777
1025
|
* by the monitoring stack and persisted into the Cluster object as well as to GKE-Hub.
|
|
778
1026
|
*/
|
|
779
|
-
clusterHash?:
|
|
1027
|
+
clusterHash?:
|
|
1028
|
+
string;
|
|
780
1029
|
/**
|
|
781
1030
|
* Kubernetes system metrics, if available, are written to this prefix. This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud
|
|
782
1031
|
* will have kubernetes.io prefix today but will migration to be under kubernetes.io/anthos
|
|
783
1032
|
*/
|
|
784
|
-
kubernetesMetricsPrefix?:
|
|
1033
|
+
kubernetesMetricsPrefix?:
|
|
1034
|
+
string;
|
|
785
1035
|
/** Immutable. Location used to report Metrics */
|
|
786
|
-
location?:
|
|
1036
|
+
location?:
|
|
1037
|
+
string;
|
|
787
1038
|
/** Immutable. Project used to report Metrics */
|
|
788
|
-
projectId?:
|
|
1039
|
+
projectId?:
|
|
1040
|
+
string;
|
|
789
1041
|
}
|
|
790
1042
|
interface MultiCloudCluster {
|
|
791
1043
|
/** Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists. */
|
|
792
|
-
clusterMissing?:
|
|
1044
|
+
clusterMissing?:
|
|
1045
|
+
boolean;
|
|
793
1046
|
/**
|
|
794
|
-
* Immutable. Self-link of the
|
|
1047
|
+
* Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example:
|
|
1048
|
+
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster
|
|
795
1049
|
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster
|
|
796
1050
|
* //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster
|
|
797
1051
|
*/
|
|
798
|
-
resourceLink?:
|
|
1052
|
+
resourceLink?:
|
|
1053
|
+
string;
|
|
799
1054
|
}
|
|
800
1055
|
interface MultiClusterIngressFeatureSpec {
|
|
801
1056
|
/** Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar` */
|
|
802
|
-
configMembership?:
|
|
1057
|
+
configMembership?:
|
|
1058
|
+
string;
|
|
803
1059
|
}
|
|
804
1060
|
interface OnPremCluster {
|
|
805
1061
|
/** Immutable. Whether the cluster is an admin cluster. */
|
|
806
|
-
adminCluster?:
|
|
1062
|
+
adminCluster?:
|
|
1063
|
+
boolean;
|
|
807
1064
|
/** Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists. */
|
|
808
|
-
clusterMissing?:
|
|
1065
|
+
clusterMissing?:
|
|
1066
|
+
boolean;
|
|
809
1067
|
/** Immutable. The on prem cluster's type. */
|
|
810
|
-
clusterType?:
|
|
1068
|
+
clusterType?:
|
|
1069
|
+
string;
|
|
811
1070
|
/**
|
|
812
|
-
* Immutable. Self-link of the
|
|
1071
|
+
* Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example:
|
|
1072
|
+
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster
|
|
813
1073
|
* //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster
|
|
814
1074
|
*/
|
|
815
|
-
resourceLink?:
|
|
1075
|
+
resourceLink?:
|
|
1076
|
+
string;
|
|
816
1077
|
}
|
|
817
1078
|
interface Operation {
|
|
818
1079
|
/** 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. */
|
|
819
|
-
done?:
|
|
1080
|
+
done?:
|
|
1081
|
+
boolean;
|
|
820
1082
|
/** The error result of the operation in case of failure or cancellation. */
|
|
821
|
-
error?:
|
|
1083
|
+
error?:
|
|
1084
|
+
GoogleRpcStatus;
|
|
822
1085
|
/**
|
|
823
1086
|
* 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
|
|
824
1087
|
* metadata. Any method that returns a long-running operation should document the metadata type, if any.
|
|
825
1088
|
*/
|
|
826
|
-
metadata?:
|
|
1089
|
+
metadata?:
|
|
1090
|
+
{ [P in string]: any };
|
|
827
1091
|
/**
|
|
828
1092
|
* 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
|
|
829
1093
|
* with `operations/{unique_id}`.
|
|
830
1094
|
*/
|
|
831
|
-
name?:
|
|
1095
|
+
name?:
|
|
1096
|
+
string;
|
|
832
1097
|
/**
|
|
833
1098
|
* 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
|
|
834
1099
|
* 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
|
|
835
1100
|
* original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
|
|
836
1101
|
*/
|
|
837
|
-
response?:
|
|
1102
|
+
response?:
|
|
1103
|
+
{ [P in string]: any };
|
|
838
1104
|
}
|
|
839
1105
|
interface OperationMetadata {
|
|
840
1106
|
/** Output only. API version used to start the operation. */
|
|
841
|
-
apiVersion?:
|
|
1107
|
+
apiVersion?:
|
|
1108
|
+
string;
|
|
842
1109
|
/**
|
|
843
1110
|
* Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a
|
|
844
1111
|
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
|
|
845
1112
|
*/
|
|
846
|
-
cancelRequested?:
|
|
1113
|
+
cancelRequested?:
|
|
1114
|
+
boolean;
|
|
847
1115
|
/** Output only. The time the operation was created. */
|
|
848
|
-
createTime?:
|
|
1116
|
+
createTime?:
|
|
1117
|
+
string;
|
|
849
1118
|
/** Output only. The time the operation finished running. */
|
|
850
|
-
endTime?:
|
|
1119
|
+
endTime?:
|
|
1120
|
+
string;
|
|
851
1121
|
/** Output only. Human-readable status of the operation, if any. */
|
|
852
|
-
statusDetail?:
|
|
1122
|
+
statusDetail?:
|
|
1123
|
+
string;
|
|
853
1124
|
/** Output only. Server-defined resource path for the target of the operation. */
|
|
854
|
-
target?:
|
|
1125
|
+
target?:
|
|
1126
|
+
string;
|
|
855
1127
|
/** Output only. Name of the verb executed by the operation. */
|
|
856
|
-
verb?:
|
|
1128
|
+
verb?:
|
|
1129
|
+
string;
|
|
857
1130
|
}
|
|
858
1131
|
interface Policy {
|
|
859
1132
|
/** Specifies cloud audit logging configuration for this policy. */
|
|
860
|
-
auditConfigs?:
|
|
1133
|
+
auditConfigs?:
|
|
1134
|
+
AuditConfig[];
|
|
861
1135
|
/**
|
|
862
1136
|
* 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`
|
|
863
1137
|
* 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
|
|
864
1138
|
* 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
|
|
865
1139
|
* 1,450 principals to the `bindings` in the `Policy`.
|
|
866
1140
|
*/
|
|
867
|
-
bindings?:
|
|
1141
|
+
bindings?:
|
|
1142
|
+
Binding[];
|
|
868
1143
|
/**
|
|
869
1144
|
* `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
|
|
870
1145
|
* 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
|
|
@@ -872,7 +1147,8 @@ declare namespace gapi.client {
|
|
|
872
1147
|
* 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`
|
|
873
1148
|
* policy, and all of the conditions in the version `3` policy are lost.
|
|
874
1149
|
*/
|
|
875
|
-
etag?:
|
|
1150
|
+
etag?:
|
|
1151
|
+
string;
|
|
876
1152
|
/**
|
|
877
1153
|
* 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
|
|
878
1154
|
* 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
|
|
@@ -881,154 +1157,198 @@ declare namespace gapi.client {
|
|
|
881
1157
|
* 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
|
|
882
1158
|
* 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).
|
|
883
1159
|
*/
|
|
884
|
-
version?:
|
|
1160
|
+
version?:
|
|
1161
|
+
number;
|
|
885
1162
|
}
|
|
886
1163
|
interface ResourceManifest {
|
|
887
1164
|
/**
|
|
888
1165
|
* Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the
|
|
889
1166
|
* resource in a cluster.
|
|
890
1167
|
*/
|
|
891
|
-
clusterScoped?:
|
|
1168
|
+
clusterScoped?:
|
|
1169
|
+
boolean;
|
|
892
1170
|
/** YAML manifest of the resource. */
|
|
893
|
-
manifest?:
|
|
1171
|
+
manifest?:
|
|
1172
|
+
string;
|
|
894
1173
|
}
|
|
895
1174
|
interface ResourceOptions {
|
|
896
1175
|
/**
|
|
897
1176
|
* Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions
|
|
898
1177
|
* will be rejected.
|
|
899
1178
|
*/
|
|
900
|
-
connectVersion?:
|
|
1179
|
+
connectVersion?:
|
|
1180
|
+
string;
|
|
901
1181
|
/**
|
|
902
1182
|
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
|
|
903
1183
|
* or`apiextensions/v1`.
|
|
904
1184
|
*/
|
|
905
|
-
k8sVersion?:
|
|
1185
|
+
k8sVersion?:
|
|
1186
|
+
string;
|
|
906
1187
|
/**
|
|
907
1188
|
* Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions
|
|
908
1189
|
* <1.16.
|
|
909
1190
|
*/
|
|
910
|
-
v1beta1Crd?:
|
|
1191
|
+
v1beta1Crd?:
|
|
1192
|
+
boolean;
|
|
911
1193
|
}
|
|
912
1194
|
interface Scope {
|
|
913
1195
|
/** If true, all Memberships in the Fleet bind to this Scope. */
|
|
914
|
-
allMemberships?:
|
|
1196
|
+
allMemberships?:
|
|
1197
|
+
boolean;
|
|
915
1198
|
/** Output only. When the scope was created. */
|
|
916
|
-
createTime?:
|
|
1199
|
+
createTime?:
|
|
1200
|
+
string;
|
|
917
1201
|
/** Output only. When the scope was deleted. */
|
|
918
|
-
deleteTime?:
|
|
1202
|
+
deleteTime?:
|
|
1203
|
+
string;
|
|
919
1204
|
/** The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}` */
|
|
920
|
-
name?:
|
|
1205
|
+
name?:
|
|
1206
|
+
string;
|
|
921
1207
|
/** Output only. State of the scope resource. */
|
|
922
|
-
state?:
|
|
1208
|
+
state?:
|
|
1209
|
+
ScopeLifecycleState;
|
|
923
1210
|
/**
|
|
924
1211
|
* Output only. Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created,
|
|
925
1212
|
* it gets a different uid.
|
|
926
1213
|
*/
|
|
927
|
-
uid?:
|
|
1214
|
+
uid?:
|
|
1215
|
+
string;
|
|
928
1216
|
/** Output only. When the scope was last updated. */
|
|
929
|
-
updateTime?:
|
|
1217
|
+
updateTime?:
|
|
1218
|
+
string;
|
|
930
1219
|
}
|
|
931
1220
|
// tslint:disable-next-line:no-empty-interface
|
|
932
1221
|
interface ScopeFeatureSpec {
|
|
933
1222
|
}
|
|
934
1223
|
interface ScopeFeatureState {
|
|
935
1224
|
/** Output only. The "running state" of the Feature in this Scope. */
|
|
936
|
-
state?:
|
|
1225
|
+
state?:
|
|
1226
|
+
FeatureState;
|
|
937
1227
|
}
|
|
938
1228
|
interface ScopeLifecycleState {
|
|
939
1229
|
/** Output only. The current state of the scope resource. */
|
|
940
|
-
code?:
|
|
1230
|
+
code?:
|
|
1231
|
+
string;
|
|
941
1232
|
}
|
|
942
1233
|
interface ServiceMeshControlPlaneManagement {
|
|
943
1234
|
/** Explanation of state. */
|
|
944
|
-
details?:
|
|
1235
|
+
details?:
|
|
1236
|
+
ServiceMeshStatusDetails[];
|
|
945
1237
|
/** LifecycleState of control plane management. */
|
|
946
|
-
state?:
|
|
1238
|
+
state?:
|
|
1239
|
+
string;
|
|
947
1240
|
}
|
|
948
1241
|
interface ServiceMeshDataPlaneManagement {
|
|
949
1242
|
/** Explanation of the status. */
|
|
950
|
-
details?:
|
|
1243
|
+
details?:
|
|
1244
|
+
ServiceMeshStatusDetails[];
|
|
951
1245
|
/** Lifecycle status of data plane management. */
|
|
952
|
-
state?:
|
|
1246
|
+
state?:
|
|
1247
|
+
string;
|
|
953
1248
|
}
|
|
954
1249
|
interface ServiceMeshMembershipSpec {
|
|
955
1250
|
/** Deprecated: use `management` instead Enables automatic control plane management. */
|
|
956
|
-
controlPlane?:
|
|
1251
|
+
controlPlane?:
|
|
1252
|
+
string;
|
|
957
1253
|
/** Enables automatic Service Mesh management. */
|
|
958
|
-
management?:
|
|
1254
|
+
management?:
|
|
1255
|
+
string;
|
|
959
1256
|
}
|
|
960
1257
|
interface ServiceMeshMembershipState {
|
|
961
1258
|
/** Output only. Status of control plane management */
|
|
962
|
-
controlPlaneManagement?:
|
|
1259
|
+
controlPlaneManagement?:
|
|
1260
|
+
ServiceMeshControlPlaneManagement;
|
|
963
1261
|
/** Output only. Status of data plane management. */
|
|
964
|
-
dataPlaneManagement?:
|
|
1262
|
+
dataPlaneManagement?:
|
|
1263
|
+
ServiceMeshDataPlaneManagement;
|
|
965
1264
|
}
|
|
966
1265
|
interface ServiceMeshStatusDetails {
|
|
967
1266
|
/** A machine-readable code that further describes a broad status. */
|
|
968
|
-
code?:
|
|
1267
|
+
code?:
|
|
1268
|
+
string;
|
|
969
1269
|
/** Human-readable explanation of code. */
|
|
970
|
-
details?:
|
|
1270
|
+
details?:
|
|
1271
|
+
string;
|
|
971
1272
|
}
|
|
972
1273
|
interface SetIamPolicyRequest {
|
|
973
1274
|
/**
|
|
974
1275
|
* 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
|
|
975
1276
|
* services (such as Projects) might reject them.
|
|
976
1277
|
*/
|
|
977
|
-
policy?:
|
|
1278
|
+
policy?:
|
|
1279
|
+
Policy;
|
|
978
1280
|
/**
|
|
979
1281
|
* 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:
|
|
980
1282
|
* `paths: "bindings, etag"`
|
|
981
1283
|
*/
|
|
982
|
-
updateMask?:
|
|
1284
|
+
updateMask?:
|
|
1285
|
+
string;
|
|
983
1286
|
}
|
|
984
1287
|
interface Status {
|
|
985
1288
|
/** Code specifies AppDevExperienceFeature's subcomponent ready state. */
|
|
986
|
-
code?:
|
|
1289
|
+
code?:
|
|
1290
|
+
string;
|
|
987
1291
|
/** Description is populated if Code is Failed, explaining why it has failed. */
|
|
988
|
-
description?:
|
|
1292
|
+
description?:
|
|
1293
|
+
string;
|
|
989
1294
|
}
|
|
990
1295
|
interface TestIamPermissionsRequest {
|
|
991
1296
|
/**
|
|
992
1297
|
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
|
993
1298
|
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
|
994
1299
|
*/
|
|
995
|
-
permissions?:
|
|
1300
|
+
permissions?:
|
|
1301
|
+
string[];
|
|
996
1302
|
}
|
|
997
1303
|
interface TestIamPermissionsResponse {
|
|
998
1304
|
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
999
|
-
permissions?:
|
|
1305
|
+
permissions?:
|
|
1306
|
+
string[];
|
|
1000
1307
|
}
|
|
1001
1308
|
interface TypeMeta {
|
|
1002
1309
|
/** APIVersion of the resource (e.g. v1). */
|
|
1003
|
-
apiVersion?:
|
|
1310
|
+
apiVersion?:
|
|
1311
|
+
string;
|
|
1004
1312
|
/** Kind of the resource (e.g. Deployment). */
|
|
1005
|
-
kind?:
|
|
1313
|
+
kind?:
|
|
1314
|
+
string;
|
|
1006
1315
|
}
|
|
1007
1316
|
interface FeaturesResource {
|
|
1008
1317
|
/** Adds a new Feature. */
|
|
1009
1318
|
create(request: {
|
|
1010
1319
|
/** V1 error format. */
|
|
1011
|
-
"$.xgafv"?:
|
|
1320
|
+
"$.xgafv"?:
|
|
1321
|
+
string;
|
|
1012
1322
|
/** OAuth access token. */
|
|
1013
|
-
access_token?:
|
|
1323
|
+
access_token?:
|
|
1324
|
+
string;
|
|
1014
1325
|
/** Data format for response. */
|
|
1015
|
-
alt?:
|
|
1326
|
+
alt?:
|
|
1327
|
+
string;
|
|
1016
1328
|
/** JSONP */
|
|
1017
|
-
callback?:
|
|
1329
|
+
callback?:
|
|
1330
|
+
string;
|
|
1018
1331
|
/** The ID of the feature to create. */
|
|
1019
|
-
featureId?:
|
|
1332
|
+
featureId?:
|
|
1333
|
+
string;
|
|
1020
1334
|
/** Selector specifying which fields to include in a partial response. */
|
|
1021
|
-
fields?:
|
|
1335
|
+
fields?:
|
|
1336
|
+
string;
|
|
1022
1337
|
/** 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. */
|
|
1023
|
-
key?:
|
|
1338
|
+
key?:
|
|
1339
|
+
string;
|
|
1024
1340
|
/** OAuth 2.0 token for the current user. */
|
|
1025
|
-
oauth_token?:
|
|
1341
|
+
oauth_token?:
|
|
1342
|
+
string;
|
|
1026
1343
|
/** Required. The parent (project and location) where the Feature will be created. Specified in the format `projects/*/locations/*`. */
|
|
1027
|
-
parent:
|
|
1344
|
+
parent:
|
|
1345
|
+
string;
|
|
1028
1346
|
/** Returns response with indentations and line breaks. */
|
|
1029
|
-
prettyPrint?:
|
|
1347
|
+
prettyPrint?:
|
|
1348
|
+
boolean;
|
|
1030
1349
|
/** 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. */
|
|
1031
|
-
quotaUser?:
|
|
1350
|
+
quotaUser?:
|
|
1351
|
+
string;
|
|
1032
1352
|
/**
|
|
1033
1353
|
* A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been
|
|
1034
1354
|
* completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request
|
|
@@ -1036,37 +1356,52 @@ declare namespace gapi.client {
|
|
|
1036
1356
|
* second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported
|
|
1037
1357
|
* (00000000-0000-0000-0000-000000000000).
|
|
1038
1358
|
*/
|
|
1039
|
-
requestId?:
|
|
1359
|
+
requestId?:
|
|
1360
|
+
string;
|
|
1040
1361
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1041
|
-
upload_protocol?:
|
|
1362
|
+
upload_protocol?:
|
|
1363
|
+
string;
|
|
1042
1364
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1043
|
-
uploadType?:
|
|
1365
|
+
uploadType?:
|
|
1366
|
+
string;
|
|
1044
1367
|
/** Request body */
|
|
1045
|
-
resource:
|
|
1368
|
+
resource:
|
|
1369
|
+
Feature;
|
|
1046
1370
|
}): Request<Operation>;
|
|
1047
1371
|
create(request: {
|
|
1048
1372
|
/** V1 error format. */
|
|
1049
|
-
"$.xgafv"?:
|
|
1373
|
+
"$.xgafv"?:
|
|
1374
|
+
string;
|
|
1050
1375
|
/** OAuth access token. */
|
|
1051
|
-
access_token?:
|
|
1376
|
+
access_token?:
|
|
1377
|
+
string;
|
|
1052
1378
|
/** Data format for response. */
|
|
1053
|
-
alt?:
|
|
1379
|
+
alt?:
|
|
1380
|
+
string;
|
|
1054
1381
|
/** JSONP */
|
|
1055
|
-
callback?:
|
|
1382
|
+
callback?:
|
|
1383
|
+
string;
|
|
1056
1384
|
/** The ID of the feature to create. */
|
|
1057
|
-
featureId?:
|
|
1385
|
+
featureId?:
|
|
1386
|
+
string;
|
|
1058
1387
|
/** Selector specifying which fields to include in a partial response. */
|
|
1059
|
-
fields?:
|
|
1388
|
+
fields?:
|
|
1389
|
+
string;
|
|
1060
1390
|
/** 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. */
|
|
1061
|
-
key?:
|
|
1391
|
+
key?:
|
|
1392
|
+
string;
|
|
1062
1393
|
/** OAuth 2.0 token for the current user. */
|
|
1063
|
-
oauth_token?:
|
|
1394
|
+
oauth_token?:
|
|
1395
|
+
string;
|
|
1064
1396
|
/** Required. The parent (project and location) where the Feature will be created. Specified in the format `projects/*/locations/*`. */
|
|
1065
|
-
parent:
|
|
1397
|
+
parent:
|
|
1398
|
+
string;
|
|
1066
1399
|
/** Returns response with indentations and line breaks. */
|
|
1067
|
-
prettyPrint?:
|
|
1400
|
+
prettyPrint?:
|
|
1401
|
+
boolean;
|
|
1068
1402
|
/** 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. */
|
|
1069
|
-
quotaUser?:
|
|
1403
|
+
quotaUser?:
|
|
1404
|
+
string;
|
|
1070
1405
|
/**
|
|
1071
1406
|
* A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been
|
|
1072
1407
|
* completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request
|
|
@@ -1074,40 +1409,54 @@ declare namespace gapi.client {
|
|
|
1074
1409
|
* second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported
|
|
1075
1410
|
* (00000000-0000-0000-0000-000000000000).
|
|
1076
1411
|
*/
|
|
1077
|
-
requestId?:
|
|
1412
|
+
requestId?:
|
|
1413
|
+
string;
|
|
1078
1414
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1079
|
-
upload_protocol?:
|
|
1415
|
+
upload_protocol?:
|
|
1416
|
+
string;
|
|
1080
1417
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1081
|
-
uploadType?:
|
|
1418
|
+
uploadType?:
|
|
1419
|
+
string;
|
|
1082
1420
|
},
|
|
1083
1421
|
body: Feature): Request<Operation>;
|
|
1084
1422
|
/** Removes a Feature. */
|
|
1085
1423
|
delete(request?: {
|
|
1086
1424
|
/** V1 error format. */
|
|
1087
|
-
"$.xgafv"?:
|
|
1425
|
+
"$.xgafv"?:
|
|
1426
|
+
string;
|
|
1088
1427
|
/** OAuth access token. */
|
|
1089
|
-
access_token?:
|
|
1428
|
+
access_token?:
|
|
1429
|
+
string;
|
|
1090
1430
|
/** Data format for response. */
|
|
1091
|
-
alt?:
|
|
1431
|
+
alt?:
|
|
1432
|
+
string;
|
|
1092
1433
|
/** JSONP */
|
|
1093
|
-
callback?:
|
|
1434
|
+
callback?:
|
|
1435
|
+
string;
|
|
1094
1436
|
/** Selector specifying which fields to include in a partial response. */
|
|
1095
|
-
fields?:
|
|
1437
|
+
fields?:
|
|
1438
|
+
string;
|
|
1096
1439
|
/**
|
|
1097
1440
|
* If set to true, the delete will ignore any outstanding resources for this Feature (that is, `FeatureState.has_resources` is set to true). These resources will NOT be cleaned up
|
|
1098
1441
|
* or modified in any way.
|
|
1099
1442
|
*/
|
|
1100
|
-
force?:
|
|
1443
|
+
force?:
|
|
1444
|
+
boolean;
|
|
1101
1445
|
/** 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. */
|
|
1102
|
-
key?:
|
|
1446
|
+
key?:
|
|
1447
|
+
string;
|
|
1103
1448
|
/** Required. The Feature resource name in the format `projects/*/locations/*/features/*`. */
|
|
1104
|
-
name:
|
|
1449
|
+
name:
|
|
1450
|
+
string;
|
|
1105
1451
|
/** OAuth 2.0 token for the current user. */
|
|
1106
|
-
oauth_token?:
|
|
1452
|
+
oauth_token?:
|
|
1453
|
+
string;
|
|
1107
1454
|
/** Returns response with indentations and line breaks. */
|
|
1108
|
-
prettyPrint?:
|
|
1455
|
+
prettyPrint?:
|
|
1456
|
+
boolean;
|
|
1109
1457
|
/** 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. */
|
|
1110
|
-
quotaUser?:
|
|
1458
|
+
quotaUser?:
|
|
1459
|
+
string;
|
|
1111
1460
|
/**
|
|
1112
1461
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1113
1462
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1115,55 +1464,77 @@ declare namespace gapi.client {
|
|
|
1115
1464
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1116
1465
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1117
1466
|
*/
|
|
1118
|
-
requestId?:
|
|
1467
|
+
requestId?:
|
|
1468
|
+
string;
|
|
1119
1469
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1120
|
-
upload_protocol?:
|
|
1470
|
+
upload_protocol?:
|
|
1471
|
+
string;
|
|
1121
1472
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1122
|
-
uploadType?:
|
|
1473
|
+
uploadType?:
|
|
1474
|
+
string;
|
|
1123
1475
|
}): Request<Operation>;
|
|
1124
1476
|
/** Gets details of a single Feature. */
|
|
1125
1477
|
get(request?: {
|
|
1126
1478
|
/** V1 error format. */
|
|
1127
|
-
"$.xgafv"?:
|
|
1479
|
+
"$.xgafv"?:
|
|
1480
|
+
string;
|
|
1128
1481
|
/** OAuth access token. */
|
|
1129
|
-
access_token?:
|
|
1482
|
+
access_token?:
|
|
1483
|
+
string;
|
|
1130
1484
|
/** Data format for response. */
|
|
1131
|
-
alt?:
|
|
1485
|
+
alt?:
|
|
1486
|
+
string;
|
|
1132
1487
|
/** JSONP */
|
|
1133
|
-
callback?:
|
|
1488
|
+
callback?:
|
|
1489
|
+
string;
|
|
1134
1490
|
/** Selector specifying which fields to include in a partial response. */
|
|
1135
|
-
fields?:
|
|
1491
|
+
fields?:
|
|
1492
|
+
string;
|
|
1136
1493
|
/** 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. */
|
|
1137
|
-
key?:
|
|
1494
|
+
key?:
|
|
1495
|
+
string;
|
|
1138
1496
|
/** Required. The Feature resource name in the format `projects/*/locations/*/features/*` */
|
|
1139
|
-
name:
|
|
1497
|
+
name:
|
|
1498
|
+
string;
|
|
1140
1499
|
/** OAuth 2.0 token for the current user. */
|
|
1141
|
-
oauth_token?:
|
|
1500
|
+
oauth_token?:
|
|
1501
|
+
string;
|
|
1142
1502
|
/** Returns response with indentations and line breaks. */
|
|
1143
|
-
prettyPrint?:
|
|
1503
|
+
prettyPrint?:
|
|
1504
|
+
boolean;
|
|
1144
1505
|
/** 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. */
|
|
1145
|
-
quotaUser?:
|
|
1506
|
+
quotaUser?:
|
|
1507
|
+
string;
|
|
1146
1508
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1147
|
-
upload_protocol?:
|
|
1509
|
+
upload_protocol?:
|
|
1510
|
+
string;
|
|
1148
1511
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1149
|
-
uploadType?:
|
|
1512
|
+
uploadType?:
|
|
1513
|
+
string;
|
|
1150
1514
|
}): Request<Feature>;
|
|
1151
1515
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
1152
1516
|
getIamPolicy(request?: {
|
|
1153
1517
|
/** V1 error format. */
|
|
1154
|
-
"$.xgafv"?:
|
|
1518
|
+
"$.xgafv"?:
|
|
1519
|
+
string;
|
|
1155
1520
|
/** OAuth access token. */
|
|
1156
|
-
access_token?:
|
|
1521
|
+
access_token?:
|
|
1522
|
+
string;
|
|
1157
1523
|
/** Data format for response. */
|
|
1158
|
-
alt?:
|
|
1524
|
+
alt?:
|
|
1525
|
+
string;
|
|
1159
1526
|
/** JSONP */
|
|
1160
|
-
callback?:
|
|
1527
|
+
callback?:
|
|
1528
|
+
string;
|
|
1161
1529
|
/** Selector specifying which fields to include in a partial response. */
|
|
1162
|
-
fields?:
|
|
1530
|
+
fields?:
|
|
1531
|
+
string;
|
|
1163
1532
|
/** 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. */
|
|
1164
|
-
key?:
|
|
1533
|
+
key?:
|
|
1534
|
+
string;
|
|
1165
1535
|
/** OAuth 2.0 token for the current user. */
|
|
1166
|
-
oauth_token?:
|
|
1536
|
+
oauth_token?:
|
|
1537
|
+
string;
|
|
1167
1538
|
/**
|
|
1168
1539
|
* 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
|
|
1169
1540
|
* 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
|
|
@@ -1171,82 +1542,114 @@ declare namespace gapi.client {
|
|
|
1171
1542
|
* role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
|
|
1172
1543
|
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
1173
1544
|
*/
|
|
1174
|
-
"options.requestedPolicyVersion"?:
|
|
1545
|
+
"options.requestedPolicyVersion"?:
|
|
1546
|
+
number;
|
|
1175
1547
|
/** Returns response with indentations and line breaks. */
|
|
1176
|
-
prettyPrint?:
|
|
1548
|
+
prettyPrint?:
|
|
1549
|
+
boolean;
|
|
1177
1550
|
/** 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. */
|
|
1178
|
-
quotaUser?:
|
|
1551
|
+
quotaUser?:
|
|
1552
|
+
string;
|
|
1179
1553
|
/**
|
|
1180
1554
|
* 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
|
|
1181
1555
|
* field.
|
|
1182
1556
|
*/
|
|
1183
|
-
resource:
|
|
1557
|
+
resource:
|
|
1558
|
+
string;
|
|
1184
1559
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1185
|
-
upload_protocol?:
|
|
1560
|
+
upload_protocol?:
|
|
1561
|
+
string;
|
|
1186
1562
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1187
|
-
uploadType?:
|
|
1563
|
+
uploadType?:
|
|
1564
|
+
string;
|
|
1188
1565
|
}): Request<Policy>;
|
|
1189
1566
|
/** Lists Features in a given project and location. */
|
|
1190
1567
|
list(request?: {
|
|
1191
1568
|
/** V1 error format. */
|
|
1192
|
-
"$.xgafv"?:
|
|
1569
|
+
"$.xgafv"?:
|
|
1570
|
+
string;
|
|
1193
1571
|
/** OAuth access token. */
|
|
1194
|
-
access_token?:
|
|
1572
|
+
access_token?:
|
|
1573
|
+
string;
|
|
1195
1574
|
/** Data format for response. */
|
|
1196
|
-
alt?:
|
|
1575
|
+
alt?:
|
|
1576
|
+
string;
|
|
1197
1577
|
/** JSONP */
|
|
1198
|
-
callback?:
|
|
1578
|
+
callback?:
|
|
1579
|
+
string;
|
|
1199
1580
|
/** Selector specifying which fields to include in a partial response. */
|
|
1200
|
-
fields?:
|
|
1581
|
+
fields?:
|
|
1582
|
+
string;
|
|
1201
1583
|
/**
|
|
1202
1584
|
* Lists Features that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Feature with the name "servicemesh" in project
|
|
1203
1585
|
* "foo-proj": name = "projects/foo-proj/locations/global/features/servicemesh" - Features that have a label called `foo`: labels.foo:* - Features that have a label called `foo`
|
|
1204
1586
|
* whose value is `bar`: labels.foo = bar
|
|
1205
1587
|
*/
|
|
1206
|
-
filter?:
|
|
1588
|
+
filter?:
|
|
1589
|
+
string;
|
|
1207
1590
|
/** 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. */
|
|
1208
|
-
key?:
|
|
1591
|
+
key?:
|
|
1592
|
+
string;
|
|
1209
1593
|
/** OAuth 2.0 token for the current user. */
|
|
1210
|
-
oauth_token?:
|
|
1594
|
+
oauth_token?:
|
|
1595
|
+
string;
|
|
1211
1596
|
/** One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering. */
|
|
1212
|
-
orderBy?:
|
|
1597
|
+
orderBy?:
|
|
1598
|
+
string;
|
|
1213
1599
|
/** When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned. */
|
|
1214
|
-
pageSize?:
|
|
1600
|
+
pageSize?:
|
|
1601
|
+
number;
|
|
1215
1602
|
/** Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources. */
|
|
1216
|
-
pageToken?:
|
|
1603
|
+
pageToken?:
|
|
1604
|
+
string;
|
|
1217
1605
|
/** Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*`. */
|
|
1218
|
-
parent:
|
|
1606
|
+
parent:
|
|
1607
|
+
string;
|
|
1219
1608
|
/** Returns response with indentations and line breaks. */
|
|
1220
|
-
prettyPrint?:
|
|
1609
|
+
prettyPrint?:
|
|
1610
|
+
boolean;
|
|
1221
1611
|
/** 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. */
|
|
1222
|
-
quotaUser?:
|
|
1612
|
+
quotaUser?:
|
|
1613
|
+
string;
|
|
1223
1614
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1224
|
-
upload_protocol?:
|
|
1615
|
+
upload_protocol?:
|
|
1616
|
+
string;
|
|
1225
1617
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1226
|
-
uploadType?:
|
|
1618
|
+
uploadType?:
|
|
1619
|
+
string;
|
|
1227
1620
|
}): Request<ListFeaturesResponse>;
|
|
1228
1621
|
/** Updates an existing Feature. */
|
|
1229
1622
|
patch(request: {
|
|
1230
1623
|
/** V1 error format. */
|
|
1231
|
-
"$.xgafv"?:
|
|
1624
|
+
"$.xgafv"?:
|
|
1625
|
+
string;
|
|
1232
1626
|
/** OAuth access token. */
|
|
1233
|
-
access_token?:
|
|
1627
|
+
access_token?:
|
|
1628
|
+
string;
|
|
1234
1629
|
/** Data format for response. */
|
|
1235
|
-
alt?:
|
|
1630
|
+
alt?:
|
|
1631
|
+
string;
|
|
1236
1632
|
/** JSONP */
|
|
1237
|
-
callback?:
|
|
1633
|
+
callback?:
|
|
1634
|
+
string;
|
|
1238
1635
|
/** Selector specifying which fields to include in a partial response. */
|
|
1239
|
-
fields?:
|
|
1636
|
+
fields?:
|
|
1637
|
+
string;
|
|
1240
1638
|
/** 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. */
|
|
1241
|
-
key?:
|
|
1639
|
+
key?:
|
|
1640
|
+
string;
|
|
1242
1641
|
/** Required. The Feature resource name in the format `projects/*/locations/*/features/*`. */
|
|
1243
|
-
name:
|
|
1642
|
+
name:
|
|
1643
|
+
string;
|
|
1244
1644
|
/** OAuth 2.0 token for the current user. */
|
|
1245
|
-
oauth_token?:
|
|
1645
|
+
oauth_token?:
|
|
1646
|
+
string;
|
|
1246
1647
|
/** Returns response with indentations and line breaks. */
|
|
1247
|
-
prettyPrint?:
|
|
1648
|
+
prettyPrint?:
|
|
1649
|
+
boolean;
|
|
1248
1650
|
/** 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. */
|
|
1249
|
-
quotaUser?:
|
|
1651
|
+
quotaUser?:
|
|
1652
|
+
string;
|
|
1250
1653
|
/**
|
|
1251
1654
|
* A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been
|
|
1252
1655
|
* completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request
|
|
@@ -1254,37 +1657,52 @@ declare namespace gapi.client {
|
|
|
1254
1657
|
* second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported
|
|
1255
1658
|
* (00000000-0000-0000-0000-000000000000).
|
|
1256
1659
|
*/
|
|
1257
|
-
requestId?:
|
|
1660
|
+
requestId?:
|
|
1661
|
+
string;
|
|
1258
1662
|
/** Mask of fields to update. */
|
|
1259
|
-
updateMask?:
|
|
1663
|
+
updateMask?:
|
|
1664
|
+
string;
|
|
1260
1665
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1261
|
-
upload_protocol?:
|
|
1666
|
+
upload_protocol?:
|
|
1667
|
+
string;
|
|
1262
1668
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1263
|
-
uploadType?:
|
|
1669
|
+
uploadType?:
|
|
1670
|
+
string;
|
|
1264
1671
|
/** Request body */
|
|
1265
|
-
resource:
|
|
1672
|
+
resource:
|
|
1673
|
+
Feature;
|
|
1266
1674
|
}): Request<Operation>;
|
|
1267
1675
|
patch(request: {
|
|
1268
1676
|
/** V1 error format. */
|
|
1269
|
-
"$.xgafv"?:
|
|
1677
|
+
"$.xgafv"?:
|
|
1678
|
+
string;
|
|
1270
1679
|
/** OAuth access token. */
|
|
1271
|
-
access_token?:
|
|
1680
|
+
access_token?:
|
|
1681
|
+
string;
|
|
1272
1682
|
/** Data format for response. */
|
|
1273
|
-
alt?:
|
|
1683
|
+
alt?:
|
|
1684
|
+
string;
|
|
1274
1685
|
/** JSONP */
|
|
1275
|
-
callback?:
|
|
1686
|
+
callback?:
|
|
1687
|
+
string;
|
|
1276
1688
|
/** Selector specifying which fields to include in a partial response. */
|
|
1277
|
-
fields?:
|
|
1689
|
+
fields?:
|
|
1690
|
+
string;
|
|
1278
1691
|
/** 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. */
|
|
1279
|
-
key?:
|
|
1692
|
+
key?:
|
|
1693
|
+
string;
|
|
1280
1694
|
/** Required. The Feature resource name in the format `projects/*/locations/*/features/*`. */
|
|
1281
|
-
name:
|
|
1695
|
+
name:
|
|
1696
|
+
string;
|
|
1282
1697
|
/** OAuth 2.0 token for the current user. */
|
|
1283
|
-
oauth_token?:
|
|
1698
|
+
oauth_token?:
|
|
1699
|
+
string;
|
|
1284
1700
|
/** Returns response with indentations and line breaks. */
|
|
1285
|
-
prettyPrint?:
|
|
1701
|
+
prettyPrint?:
|
|
1702
|
+
boolean;
|
|
1286
1703
|
/** 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. */
|
|
1287
|
-
quotaUser?:
|
|
1704
|
+
quotaUser?:
|
|
1705
|
+
string;
|
|
1288
1706
|
/**
|
|
1289
1707
|
* A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been
|
|
1290
1708
|
* completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request
|
|
@@ -1292,44 +1710,60 @@ declare namespace gapi.client {
|
|
|
1292
1710
|
* second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported
|
|
1293
1711
|
* (00000000-0000-0000-0000-000000000000).
|
|
1294
1712
|
*/
|
|
1295
|
-
requestId?:
|
|
1713
|
+
requestId?:
|
|
1714
|
+
string;
|
|
1296
1715
|
/** Mask of fields to update. */
|
|
1297
|
-
updateMask?:
|
|
1716
|
+
updateMask?:
|
|
1717
|
+
string;
|
|
1298
1718
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1299
|
-
upload_protocol?:
|
|
1719
|
+
upload_protocol?:
|
|
1720
|
+
string;
|
|
1300
1721
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1301
|
-
uploadType?:
|
|
1722
|
+
uploadType?:
|
|
1723
|
+
string;
|
|
1302
1724
|
},
|
|
1303
1725
|
body: Feature): Request<Operation>;
|
|
1304
1726
|
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
1305
1727
|
setIamPolicy(request: {
|
|
1306
1728
|
/** V1 error format. */
|
|
1307
|
-
"$.xgafv"?:
|
|
1729
|
+
"$.xgafv"?:
|
|
1730
|
+
string;
|
|
1308
1731
|
/** OAuth access token. */
|
|
1309
|
-
access_token?:
|
|
1732
|
+
access_token?:
|
|
1733
|
+
string;
|
|
1310
1734
|
/** Data format for response. */
|
|
1311
|
-
alt?:
|
|
1735
|
+
alt?:
|
|
1736
|
+
string;
|
|
1312
1737
|
/** JSONP */
|
|
1313
|
-
callback?:
|
|
1738
|
+
callback?:
|
|
1739
|
+
string;
|
|
1314
1740
|
/** Selector specifying which fields to include in a partial response. */
|
|
1315
|
-
fields?:
|
|
1741
|
+
fields?:
|
|
1742
|
+
string;
|
|
1316
1743
|
/** 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. */
|
|
1317
|
-
key?:
|
|
1744
|
+
key?:
|
|
1745
|
+
string;
|
|
1318
1746
|
/** OAuth 2.0 token for the current user. */
|
|
1319
|
-
oauth_token?:
|
|
1747
|
+
oauth_token?:
|
|
1748
|
+
string;
|
|
1320
1749
|
/** Returns response with indentations and line breaks. */
|
|
1321
|
-
prettyPrint?:
|
|
1750
|
+
prettyPrint?:
|
|
1751
|
+
boolean;
|
|
1322
1752
|
/** 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. */
|
|
1323
|
-
quotaUser?:
|
|
1753
|
+
quotaUser?:
|
|
1754
|
+
string;
|
|
1324
1755
|
/**
|
|
1325
1756
|
* 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
|
|
1326
1757
|
* field.
|
|
1327
1758
|
*/
|
|
1328
|
-
resource:
|
|
1759
|
+
resource:
|
|
1760
|
+
string;
|
|
1329
1761
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1330
|
-
upload_protocol?:
|
|
1762
|
+
upload_protocol?:
|
|
1763
|
+
string;
|
|
1331
1764
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1332
|
-
uploadType?:
|
|
1765
|
+
uploadType?:
|
|
1766
|
+
string;
|
|
1333
1767
|
},
|
|
1334
1768
|
body: SetIamPolicyRequest): Request<Policy>;
|
|
1335
1769
|
/**
|
|
@@ -1338,32 +1772,44 @@ declare namespace gapi.client {
|
|
|
1338
1772
|
*/
|
|
1339
1773
|
testIamPermissions(request: {
|
|
1340
1774
|
/** V1 error format. */
|
|
1341
|
-
"$.xgafv"?:
|
|
1775
|
+
"$.xgafv"?:
|
|
1776
|
+
string;
|
|
1342
1777
|
/** OAuth access token. */
|
|
1343
|
-
access_token?:
|
|
1778
|
+
access_token?:
|
|
1779
|
+
string;
|
|
1344
1780
|
/** Data format for response. */
|
|
1345
|
-
alt?:
|
|
1781
|
+
alt?:
|
|
1782
|
+
string;
|
|
1346
1783
|
/** JSONP */
|
|
1347
|
-
callback?:
|
|
1784
|
+
callback?:
|
|
1785
|
+
string;
|
|
1348
1786
|
/** Selector specifying which fields to include in a partial response. */
|
|
1349
|
-
fields?:
|
|
1787
|
+
fields?:
|
|
1788
|
+
string;
|
|
1350
1789
|
/** 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. */
|
|
1351
|
-
key?:
|
|
1790
|
+
key?:
|
|
1791
|
+
string;
|
|
1352
1792
|
/** OAuth 2.0 token for the current user. */
|
|
1353
|
-
oauth_token?:
|
|
1793
|
+
oauth_token?:
|
|
1794
|
+
string;
|
|
1354
1795
|
/** Returns response with indentations and line breaks. */
|
|
1355
|
-
prettyPrint?:
|
|
1796
|
+
prettyPrint?:
|
|
1797
|
+
boolean;
|
|
1356
1798
|
/** 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. */
|
|
1357
|
-
quotaUser?:
|
|
1799
|
+
quotaUser?:
|
|
1800
|
+
string;
|
|
1358
1801
|
/**
|
|
1359
1802
|
* 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
|
|
1360
1803
|
* this field.
|
|
1361
1804
|
*/
|
|
1362
|
-
resource:
|
|
1805
|
+
resource:
|
|
1806
|
+
string;
|
|
1363
1807
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1364
|
-
upload_protocol?:
|
|
1808
|
+
upload_protocol?:
|
|
1809
|
+
string;
|
|
1365
1810
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1366
|
-
uploadType?:
|
|
1811
|
+
uploadType?:
|
|
1812
|
+
string;
|
|
1367
1813
|
},
|
|
1368
1814
|
body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
|
|
1369
1815
|
}
|
|
@@ -1371,206 +1817,298 @@ declare namespace gapi.client {
|
|
|
1371
1817
|
/** Creates a MembershipBinding. */
|
|
1372
1818
|
create(request: {
|
|
1373
1819
|
/** V1 error format. */
|
|
1374
|
-
"$.xgafv"?:
|
|
1820
|
+
"$.xgafv"?:
|
|
1821
|
+
string;
|
|
1375
1822
|
/** OAuth access token. */
|
|
1376
|
-
access_token?:
|
|
1823
|
+
access_token?:
|
|
1824
|
+
string;
|
|
1377
1825
|
/** Data format for response. */
|
|
1378
|
-
alt?:
|
|
1826
|
+
alt?:
|
|
1827
|
+
string;
|
|
1379
1828
|
/** JSONP */
|
|
1380
|
-
callback?:
|
|
1829
|
+
callback?:
|
|
1830
|
+
string;
|
|
1381
1831
|
/** Selector specifying which fields to include in a partial response. */
|
|
1382
|
-
fields?:
|
|
1832
|
+
fields?:
|
|
1833
|
+
string;
|
|
1383
1834
|
/** 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. */
|
|
1384
|
-
key?:
|
|
1835
|
+
key?:
|
|
1836
|
+
string;
|
|
1385
1837
|
/** Required. The ID to use for the MembershipBinding. */
|
|
1386
|
-
membershipBindingId?:
|
|
1838
|
+
membershipBindingId?:
|
|
1839
|
+
string;
|
|
1387
1840
|
/** OAuth 2.0 token for the current user. */
|
|
1388
|
-
oauth_token?:
|
|
1841
|
+
oauth_token?:
|
|
1842
|
+
string;
|
|
1389
1843
|
/** Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`. */
|
|
1390
|
-
parent:
|
|
1844
|
+
parent:
|
|
1845
|
+
string;
|
|
1391
1846
|
/** Returns response with indentations and line breaks. */
|
|
1392
|
-
prettyPrint?:
|
|
1847
|
+
prettyPrint?:
|
|
1848
|
+
boolean;
|
|
1393
1849
|
/** 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. */
|
|
1394
|
-
quotaUser?:
|
|
1850
|
+
quotaUser?:
|
|
1851
|
+
string;
|
|
1395
1852
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1396
|
-
upload_protocol?:
|
|
1853
|
+
upload_protocol?:
|
|
1854
|
+
string;
|
|
1397
1855
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1398
|
-
uploadType?:
|
|
1856
|
+
uploadType?:
|
|
1857
|
+
string;
|
|
1399
1858
|
/** Request body */
|
|
1400
|
-
resource:
|
|
1859
|
+
resource:
|
|
1860
|
+
MembershipBinding;
|
|
1401
1861
|
}): Request<Operation>;
|
|
1402
1862
|
create(request: {
|
|
1403
1863
|
/** V1 error format. */
|
|
1404
|
-
"$.xgafv"?:
|
|
1864
|
+
"$.xgafv"?:
|
|
1865
|
+
string;
|
|
1405
1866
|
/** OAuth access token. */
|
|
1406
|
-
access_token?:
|
|
1867
|
+
access_token?:
|
|
1868
|
+
string;
|
|
1407
1869
|
/** Data format for response. */
|
|
1408
|
-
alt?:
|
|
1870
|
+
alt?:
|
|
1871
|
+
string;
|
|
1409
1872
|
/** JSONP */
|
|
1410
|
-
callback?:
|
|
1873
|
+
callback?:
|
|
1874
|
+
string;
|
|
1411
1875
|
/** Selector specifying which fields to include in a partial response. */
|
|
1412
|
-
fields?:
|
|
1876
|
+
fields?:
|
|
1877
|
+
string;
|
|
1413
1878
|
/** 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. */
|
|
1414
|
-
key?:
|
|
1879
|
+
key?:
|
|
1880
|
+
string;
|
|
1415
1881
|
/** Required. The ID to use for the MembershipBinding. */
|
|
1416
|
-
membershipBindingId?:
|
|
1882
|
+
membershipBindingId?:
|
|
1883
|
+
string;
|
|
1417
1884
|
/** OAuth 2.0 token for the current user. */
|
|
1418
|
-
oauth_token?:
|
|
1885
|
+
oauth_token?:
|
|
1886
|
+
string;
|
|
1419
1887
|
/** Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`. */
|
|
1420
|
-
parent:
|
|
1888
|
+
parent:
|
|
1889
|
+
string;
|
|
1421
1890
|
/** Returns response with indentations and line breaks. */
|
|
1422
|
-
prettyPrint?:
|
|
1891
|
+
prettyPrint?:
|
|
1892
|
+
boolean;
|
|
1423
1893
|
/** 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. */
|
|
1424
|
-
quotaUser?:
|
|
1894
|
+
quotaUser?:
|
|
1895
|
+
string;
|
|
1425
1896
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1426
|
-
upload_protocol?:
|
|
1897
|
+
upload_protocol?:
|
|
1898
|
+
string;
|
|
1427
1899
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1428
|
-
uploadType?:
|
|
1900
|
+
uploadType?:
|
|
1901
|
+
string;
|
|
1429
1902
|
},
|
|
1430
1903
|
body: MembershipBinding): Request<Operation>;
|
|
1431
1904
|
/** Deletes a MembershipBinding. */
|
|
1432
1905
|
delete(request?: {
|
|
1433
1906
|
/** V1 error format. */
|
|
1434
|
-
"$.xgafv"?:
|
|
1907
|
+
"$.xgafv"?:
|
|
1908
|
+
string;
|
|
1435
1909
|
/** OAuth access token. */
|
|
1436
|
-
access_token?:
|
|
1910
|
+
access_token?:
|
|
1911
|
+
string;
|
|
1437
1912
|
/** Data format for response. */
|
|
1438
|
-
alt?:
|
|
1913
|
+
alt?:
|
|
1914
|
+
string;
|
|
1439
1915
|
/** JSONP */
|
|
1440
|
-
callback?:
|
|
1916
|
+
callback?:
|
|
1917
|
+
string;
|
|
1441
1918
|
/** Selector specifying which fields to include in a partial response. */
|
|
1442
|
-
fields?:
|
|
1919
|
+
fields?:
|
|
1920
|
+
string;
|
|
1443
1921
|
/** 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. */
|
|
1444
|
-
key?:
|
|
1922
|
+
key?:
|
|
1923
|
+
string;
|
|
1445
1924
|
/** Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`. */
|
|
1446
|
-
name:
|
|
1925
|
+
name:
|
|
1926
|
+
string;
|
|
1447
1927
|
/** OAuth 2.0 token for the current user. */
|
|
1448
|
-
oauth_token?:
|
|
1928
|
+
oauth_token?:
|
|
1929
|
+
string;
|
|
1449
1930
|
/** Returns response with indentations and line breaks. */
|
|
1450
|
-
prettyPrint?:
|
|
1931
|
+
prettyPrint?:
|
|
1932
|
+
boolean;
|
|
1451
1933
|
/** 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. */
|
|
1452
|
-
quotaUser?:
|
|
1934
|
+
quotaUser?:
|
|
1935
|
+
string;
|
|
1453
1936
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1454
|
-
upload_protocol?:
|
|
1937
|
+
upload_protocol?:
|
|
1938
|
+
string;
|
|
1455
1939
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1456
|
-
uploadType?:
|
|
1940
|
+
uploadType?:
|
|
1941
|
+
string;
|
|
1457
1942
|
}): Request<Operation>;
|
|
1458
1943
|
/** Returns the details of a MembershipBinding. */
|
|
1459
1944
|
get(request?: {
|
|
1460
1945
|
/** V1 error format. */
|
|
1461
|
-
"$.xgafv"?:
|
|
1946
|
+
"$.xgafv"?:
|
|
1947
|
+
string;
|
|
1462
1948
|
/** OAuth access token. */
|
|
1463
|
-
access_token?:
|
|
1949
|
+
access_token?:
|
|
1950
|
+
string;
|
|
1464
1951
|
/** Data format for response. */
|
|
1465
|
-
alt?:
|
|
1952
|
+
alt?:
|
|
1953
|
+
string;
|
|
1466
1954
|
/** JSONP */
|
|
1467
|
-
callback?:
|
|
1955
|
+
callback?:
|
|
1956
|
+
string;
|
|
1468
1957
|
/** Selector specifying which fields to include in a partial response. */
|
|
1469
|
-
fields?:
|
|
1958
|
+
fields?:
|
|
1959
|
+
string;
|
|
1470
1960
|
/** 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. */
|
|
1471
|
-
key?:
|
|
1961
|
+
key?:
|
|
1962
|
+
string;
|
|
1472
1963
|
/** Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`. */
|
|
1473
|
-
name:
|
|
1964
|
+
name:
|
|
1965
|
+
string;
|
|
1474
1966
|
/** OAuth 2.0 token for the current user. */
|
|
1475
|
-
oauth_token?:
|
|
1967
|
+
oauth_token?:
|
|
1968
|
+
string;
|
|
1476
1969
|
/** Returns response with indentations and line breaks. */
|
|
1477
|
-
prettyPrint?:
|
|
1970
|
+
prettyPrint?:
|
|
1971
|
+
boolean;
|
|
1478
1972
|
/** 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. */
|
|
1479
|
-
quotaUser?:
|
|
1973
|
+
quotaUser?:
|
|
1974
|
+
string;
|
|
1480
1975
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1481
|
-
upload_protocol?:
|
|
1976
|
+
upload_protocol?:
|
|
1977
|
+
string;
|
|
1482
1978
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1483
|
-
uploadType?:
|
|
1979
|
+
uploadType?:
|
|
1980
|
+
string;
|
|
1484
1981
|
}): Request<MembershipBinding>;
|
|
1485
1982
|
/** Lists MembershipBindings. */
|
|
1486
1983
|
list(request?: {
|
|
1487
1984
|
/** V1 error format. */
|
|
1488
|
-
"$.xgafv"?:
|
|
1985
|
+
"$.xgafv"?:
|
|
1986
|
+
string;
|
|
1489
1987
|
/** OAuth access token. */
|
|
1490
|
-
access_token?:
|
|
1988
|
+
access_token?:
|
|
1989
|
+
string;
|
|
1491
1990
|
/** Data format for response. */
|
|
1492
|
-
alt?:
|
|
1991
|
+
alt?:
|
|
1992
|
+
string;
|
|
1493
1993
|
/** JSONP */
|
|
1494
|
-
callback?:
|
|
1994
|
+
callback?:
|
|
1995
|
+
string;
|
|
1495
1996
|
/** Selector specifying which fields to include in a partial response. */
|
|
1496
|
-
fields?:
|
|
1997
|
+
fields?:
|
|
1998
|
+
string;
|
|
1497
1999
|
/** 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. */
|
|
1498
|
-
key?:
|
|
2000
|
+
key?:
|
|
2001
|
+
string;
|
|
1499
2002
|
/** OAuth 2.0 token for the current user. */
|
|
1500
|
-
oauth_token?:
|
|
2003
|
+
oauth_token?:
|
|
2004
|
+
string;
|
|
1501
2005
|
/** Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned. */
|
|
1502
|
-
pageSize?:
|
|
2006
|
+
pageSize?:
|
|
2007
|
+
number;
|
|
1503
2008
|
/** Optional. Token returned by previous call to `ListMembershipBindings` which specifies the position in the list from where to continue listing the resources. */
|
|
1504
|
-
pageToken?:
|
|
2009
|
+
pageToken?:
|
|
2010
|
+
string;
|
|
1505
2011
|
/** Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format `projects/*/locations/*/memberships/*`. */
|
|
1506
|
-
parent:
|
|
2012
|
+
parent:
|
|
2013
|
+
string;
|
|
1507
2014
|
/** Returns response with indentations and line breaks. */
|
|
1508
|
-
prettyPrint?:
|
|
2015
|
+
prettyPrint?:
|
|
2016
|
+
boolean;
|
|
1509
2017
|
/** 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. */
|
|
1510
|
-
quotaUser?:
|
|
2018
|
+
quotaUser?:
|
|
2019
|
+
string;
|
|
1511
2020
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1512
|
-
upload_protocol?:
|
|
2021
|
+
upload_protocol?:
|
|
2022
|
+
string;
|
|
1513
2023
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1514
|
-
uploadType?:
|
|
2024
|
+
uploadType?:
|
|
2025
|
+
string;
|
|
1515
2026
|
}): Request<ListMembershipBindingsResponse>;
|
|
1516
2027
|
/** Updates a MembershipBinding. */
|
|
1517
2028
|
patch(request: {
|
|
1518
2029
|
/** V1 error format. */
|
|
1519
|
-
"$.xgafv"?:
|
|
2030
|
+
"$.xgafv"?:
|
|
2031
|
+
string;
|
|
1520
2032
|
/** OAuth access token. */
|
|
1521
|
-
access_token?:
|
|
2033
|
+
access_token?:
|
|
2034
|
+
string;
|
|
1522
2035
|
/** Data format for response. */
|
|
1523
|
-
alt?:
|
|
2036
|
+
alt?:
|
|
2037
|
+
string;
|
|
1524
2038
|
/** JSONP */
|
|
1525
|
-
callback?:
|
|
2039
|
+
callback?:
|
|
2040
|
+
string;
|
|
1526
2041
|
/** Selector specifying which fields to include in a partial response. */
|
|
1527
|
-
fields?:
|
|
2042
|
+
fields?:
|
|
2043
|
+
string;
|
|
1528
2044
|
/** 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. */
|
|
1529
|
-
key?:
|
|
2045
|
+
key?:
|
|
2046
|
+
string;
|
|
1530
2047
|
/** The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` */
|
|
1531
|
-
name:
|
|
2048
|
+
name:
|
|
2049
|
+
string;
|
|
1532
2050
|
/** OAuth 2.0 token for the current user. */
|
|
1533
|
-
oauth_token?:
|
|
2051
|
+
oauth_token?:
|
|
2052
|
+
string;
|
|
1534
2053
|
/** Returns response with indentations and line breaks. */
|
|
1535
|
-
prettyPrint?:
|
|
2054
|
+
prettyPrint?:
|
|
2055
|
+
boolean;
|
|
1536
2056
|
/** 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. */
|
|
1537
|
-
quotaUser?:
|
|
2057
|
+
quotaUser?:
|
|
2058
|
+
string;
|
|
1538
2059
|
/** Required. The fields to be updated. */
|
|
1539
|
-
updateMask?:
|
|
2060
|
+
updateMask?:
|
|
2061
|
+
string;
|
|
1540
2062
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1541
|
-
upload_protocol?:
|
|
2063
|
+
upload_protocol?:
|
|
2064
|
+
string;
|
|
1542
2065
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1543
|
-
uploadType?:
|
|
2066
|
+
uploadType?:
|
|
2067
|
+
string;
|
|
1544
2068
|
/** Request body */
|
|
1545
|
-
resource:
|
|
2069
|
+
resource:
|
|
2070
|
+
MembershipBinding;
|
|
1546
2071
|
}): Request<Operation>;
|
|
1547
2072
|
patch(request: {
|
|
1548
2073
|
/** V1 error format. */
|
|
1549
|
-
"$.xgafv"?:
|
|
2074
|
+
"$.xgafv"?:
|
|
2075
|
+
string;
|
|
1550
2076
|
/** OAuth access token. */
|
|
1551
|
-
access_token?:
|
|
2077
|
+
access_token?:
|
|
2078
|
+
string;
|
|
1552
2079
|
/** Data format for response. */
|
|
1553
|
-
alt?:
|
|
2080
|
+
alt?:
|
|
2081
|
+
string;
|
|
1554
2082
|
/** JSONP */
|
|
1555
|
-
callback?:
|
|
2083
|
+
callback?:
|
|
2084
|
+
string;
|
|
1556
2085
|
/** Selector specifying which fields to include in a partial response. */
|
|
1557
|
-
fields?:
|
|
2086
|
+
fields?:
|
|
2087
|
+
string;
|
|
1558
2088
|
/** 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. */
|
|
1559
|
-
key?:
|
|
2089
|
+
key?:
|
|
2090
|
+
string;
|
|
1560
2091
|
/** The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` */
|
|
1561
|
-
name:
|
|
2092
|
+
name:
|
|
2093
|
+
string;
|
|
1562
2094
|
/** OAuth 2.0 token for the current user. */
|
|
1563
|
-
oauth_token?:
|
|
2095
|
+
oauth_token?:
|
|
2096
|
+
string;
|
|
1564
2097
|
/** Returns response with indentations and line breaks. */
|
|
1565
|
-
prettyPrint?:
|
|
2098
|
+
prettyPrint?:
|
|
2099
|
+
boolean;
|
|
1566
2100
|
/** 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. */
|
|
1567
|
-
quotaUser?:
|
|
2101
|
+
quotaUser?:
|
|
2102
|
+
string;
|
|
1568
2103
|
/** Required. The fields to be updated. */
|
|
1569
|
-
updateMask?:
|
|
2104
|
+
updateMask?:
|
|
2105
|
+
string;
|
|
1570
2106
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1571
|
-
upload_protocol?:
|
|
2107
|
+
upload_protocol?:
|
|
2108
|
+
string;
|
|
1572
2109
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1573
|
-
uploadType?:
|
|
2110
|
+
uploadType?:
|
|
2111
|
+
string;
|
|
1574
2112
|
},
|
|
1575
2113
|
body: MembershipBinding): Request<Operation>;
|
|
1576
2114
|
}
|
|
@@ -1581,31 +2119,42 @@ declare namespace gapi.client {
|
|
|
1581
2119
|
*/
|
|
1582
2120
|
create(request: {
|
|
1583
2121
|
/** V1 error format. */
|
|
1584
|
-
"$.xgafv"?:
|
|
2122
|
+
"$.xgafv"?:
|
|
2123
|
+
string;
|
|
1585
2124
|
/** OAuth access token. */
|
|
1586
|
-
access_token?:
|
|
2125
|
+
access_token?:
|
|
2126
|
+
string;
|
|
1587
2127
|
/** Data format for response. */
|
|
1588
|
-
alt?:
|
|
2128
|
+
alt?:
|
|
2129
|
+
string;
|
|
1589
2130
|
/** JSONP */
|
|
1590
|
-
callback?:
|
|
2131
|
+
callback?:
|
|
2132
|
+
string;
|
|
1591
2133
|
/** Selector specifying which fields to include in a partial response. */
|
|
1592
|
-
fields?:
|
|
2134
|
+
fields?:
|
|
2135
|
+
string;
|
|
1593
2136
|
/** 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. */
|
|
1594
|
-
key?:
|
|
2137
|
+
key?:
|
|
2138
|
+
string;
|
|
1595
2139
|
/**
|
|
1596
2140
|
* Required. Client chosen ID for the membership. `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case
|
|
1597
2141
|
* alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum
|
|
1598
2142
|
* length of 63 characters.
|
|
1599
2143
|
*/
|
|
1600
|
-
membershipId?:
|
|
2144
|
+
membershipId?:
|
|
2145
|
+
string;
|
|
1601
2146
|
/** OAuth 2.0 token for the current user. */
|
|
1602
|
-
oauth_token?:
|
|
2147
|
+
oauth_token?:
|
|
2148
|
+
string;
|
|
1603
2149
|
/** Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/*/locations/*`. */
|
|
1604
|
-
parent:
|
|
2150
|
+
parent:
|
|
2151
|
+
string;
|
|
1605
2152
|
/** Returns response with indentations and line breaks. */
|
|
1606
|
-
prettyPrint?:
|
|
2153
|
+
prettyPrint?:
|
|
2154
|
+
boolean;
|
|
1607
2155
|
/** 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. */
|
|
1608
|
-
quotaUser?:
|
|
2156
|
+
quotaUser?:
|
|
2157
|
+
string;
|
|
1609
2158
|
/**
|
|
1610
2159
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1611
2160
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1613,41 +2162,56 @@ declare namespace gapi.client {
|
|
|
1613
2162
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1614
2163
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1615
2164
|
*/
|
|
1616
|
-
requestId?:
|
|
2165
|
+
requestId?:
|
|
2166
|
+
string;
|
|
1617
2167
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1618
|
-
upload_protocol?:
|
|
2168
|
+
upload_protocol?:
|
|
2169
|
+
string;
|
|
1619
2170
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1620
|
-
uploadType?:
|
|
2171
|
+
uploadType?:
|
|
2172
|
+
string;
|
|
1621
2173
|
/** Request body */
|
|
1622
|
-
resource:
|
|
2174
|
+
resource:
|
|
2175
|
+
Membership;
|
|
1623
2176
|
}): Request<Operation>;
|
|
1624
2177
|
create(request: {
|
|
1625
2178
|
/** V1 error format. */
|
|
1626
|
-
"$.xgafv"?:
|
|
2179
|
+
"$.xgafv"?:
|
|
2180
|
+
string;
|
|
1627
2181
|
/** OAuth access token. */
|
|
1628
|
-
access_token?:
|
|
2182
|
+
access_token?:
|
|
2183
|
+
string;
|
|
1629
2184
|
/** Data format for response. */
|
|
1630
|
-
alt?:
|
|
2185
|
+
alt?:
|
|
2186
|
+
string;
|
|
1631
2187
|
/** JSONP */
|
|
1632
|
-
callback?:
|
|
2188
|
+
callback?:
|
|
2189
|
+
string;
|
|
1633
2190
|
/** Selector specifying which fields to include in a partial response. */
|
|
1634
|
-
fields?:
|
|
2191
|
+
fields?:
|
|
2192
|
+
string;
|
|
1635
2193
|
/** 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. */
|
|
1636
|
-
key?:
|
|
2194
|
+
key?:
|
|
2195
|
+
string;
|
|
1637
2196
|
/**
|
|
1638
2197
|
* Required. Client chosen ID for the membership. `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case
|
|
1639
2198
|
* alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum
|
|
1640
2199
|
* length of 63 characters.
|
|
1641
2200
|
*/
|
|
1642
|
-
membershipId?:
|
|
2201
|
+
membershipId?:
|
|
2202
|
+
string;
|
|
1643
2203
|
/** OAuth 2.0 token for the current user. */
|
|
1644
|
-
oauth_token?:
|
|
2204
|
+
oauth_token?:
|
|
2205
|
+
string;
|
|
1645
2206
|
/** Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/*/locations/*`. */
|
|
1646
|
-
parent:
|
|
2207
|
+
parent:
|
|
2208
|
+
string;
|
|
1647
2209
|
/** Returns response with indentations and line breaks. */
|
|
1648
|
-
prettyPrint?:
|
|
2210
|
+
prettyPrint?:
|
|
2211
|
+
boolean;
|
|
1649
2212
|
/** 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. */
|
|
1650
|
-
quotaUser?:
|
|
2213
|
+
quotaUser?:
|
|
2214
|
+
string;
|
|
1651
2215
|
/**
|
|
1652
2216
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1653
2217
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1655,11 +2219,14 @@ declare namespace gapi.client {
|
|
|
1655
2219
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1656
2220
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1657
2221
|
*/
|
|
1658
|
-
requestId?:
|
|
2222
|
+
requestId?:
|
|
2223
|
+
string;
|
|
1659
2224
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1660
|
-
upload_protocol?:
|
|
2225
|
+
upload_protocol?:
|
|
2226
|
+
string;
|
|
1661
2227
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1662
|
-
uploadType?:
|
|
2228
|
+
uploadType?:
|
|
2229
|
+
string;
|
|
1663
2230
|
},
|
|
1664
2231
|
body: Membership): Request<Operation>;
|
|
1665
2232
|
/**
|
|
@@ -1668,27 +2235,38 @@ declare namespace gapi.client {
|
|
|
1668
2235
|
*/
|
|
1669
2236
|
delete(request?: {
|
|
1670
2237
|
/** V1 error format. */
|
|
1671
|
-
"$.xgafv"?:
|
|
2238
|
+
"$.xgafv"?:
|
|
2239
|
+
string;
|
|
1672
2240
|
/** OAuth access token. */
|
|
1673
|
-
access_token?:
|
|
2241
|
+
access_token?:
|
|
2242
|
+
string;
|
|
1674
2243
|
/** Data format for response. */
|
|
1675
|
-
alt?:
|
|
2244
|
+
alt?:
|
|
2245
|
+
string;
|
|
1676
2246
|
/** JSONP */
|
|
1677
|
-
callback?:
|
|
2247
|
+
callback?:
|
|
2248
|
+
string;
|
|
1678
2249
|
/** Selector specifying which fields to include in a partial response. */
|
|
1679
|
-
fields?:
|
|
2250
|
+
fields?:
|
|
2251
|
+
string;
|
|
1680
2252
|
/** Optional. If set to true, any subresource from this Membership will also be deleted. Otherwise, the request will only work if the Membership has no subresource. */
|
|
1681
|
-
force?:
|
|
2253
|
+
force?:
|
|
2254
|
+
boolean;
|
|
1682
2255
|
/** 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. */
|
|
1683
|
-
key?:
|
|
2256
|
+
key?:
|
|
2257
|
+
string;
|
|
1684
2258
|
/** Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`. */
|
|
1685
|
-
name:
|
|
2259
|
+
name:
|
|
2260
|
+
string;
|
|
1686
2261
|
/** OAuth 2.0 token for the current user. */
|
|
1687
|
-
oauth_token?:
|
|
2262
|
+
oauth_token?:
|
|
2263
|
+
string;
|
|
1688
2264
|
/** Returns response with indentations and line breaks. */
|
|
1689
|
-
prettyPrint?:
|
|
2265
|
+
prettyPrint?:
|
|
2266
|
+
boolean;
|
|
1690
2267
|
/** 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. */
|
|
1691
|
-
quotaUser?:
|
|
2268
|
+
quotaUser?:
|
|
2269
|
+
string;
|
|
1692
2270
|
/**
|
|
1693
2271
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1694
2272
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1696,11 +2274,14 @@ declare namespace gapi.client {
|
|
|
1696
2274
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1697
2275
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1698
2276
|
*/
|
|
1699
|
-
requestId?:
|
|
2277
|
+
requestId?:
|
|
2278
|
+
string;
|
|
1700
2279
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1701
|
-
upload_protocol?:
|
|
2280
|
+
upload_protocol?:
|
|
2281
|
+
string;
|
|
1702
2282
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1703
|
-
uploadType?:
|
|
2283
|
+
uploadType?:
|
|
2284
|
+
string;
|
|
1704
2285
|
}): Request<Operation>;
|
|
1705
2286
|
/**
|
|
1706
2287
|
* Generates the manifest for deployment of the GKE connect agent. **This method is used internally by Google-provided libraries.** Most clients should not need to call this method
|
|
@@ -1708,91 +2289,128 @@ declare namespace gapi.client {
|
|
|
1708
2289
|
*/
|
|
1709
2290
|
generateConnectManifest(request?: {
|
|
1710
2291
|
/** V1 error format. */
|
|
1711
|
-
"$.xgafv"?:
|
|
2292
|
+
"$.xgafv"?:
|
|
2293
|
+
string;
|
|
1712
2294
|
/** OAuth access token. */
|
|
1713
|
-
access_token?:
|
|
2295
|
+
access_token?:
|
|
2296
|
+
string;
|
|
1714
2297
|
/** Data format for response. */
|
|
1715
|
-
alt?:
|
|
2298
|
+
alt?:
|
|
2299
|
+
string;
|
|
1716
2300
|
/** JSONP */
|
|
1717
|
-
callback?:
|
|
2301
|
+
callback?:
|
|
2302
|
+
string;
|
|
1718
2303
|
/** Selector specifying which fields to include in a partial response. */
|
|
1719
|
-
fields?:
|
|
2304
|
+
fields?:
|
|
2305
|
+
string;
|
|
1720
2306
|
/** Optional. The image pull secret content for the registry, if not public. */
|
|
1721
|
-
imagePullSecretContent?:
|
|
2307
|
+
imagePullSecretContent?:
|
|
2308
|
+
string;
|
|
1722
2309
|
/** Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded. */
|
|
1723
|
-
isUpgrade?:
|
|
2310
|
+
isUpgrade?:
|
|
2311
|
+
boolean;
|
|
1724
2312
|
/** 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. */
|
|
1725
|
-
key?:
|
|
2313
|
+
key?:
|
|
2314
|
+
string;
|
|
1726
2315
|
/** Required. The Membership resource name the Agent will associate with, in the format `projects/*/locations/*/memberships/*`. */
|
|
1727
|
-
name:
|
|
2316
|
+
name:
|
|
2317
|
+
string;
|
|
1728
2318
|
/**
|
|
1729
2319
|
* Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. The Connect Agent is authorized automatically when run in the default namespace. Otherwise,
|
|
1730
2320
|
* explicit authorization must be granted with an additional IAM binding.
|
|
1731
2321
|
*/
|
|
1732
|
-
namespace?:
|
|
2322
|
+
namespace?:
|
|
2323
|
+
string;
|
|
1733
2324
|
/** OAuth 2.0 token for the current user. */
|
|
1734
|
-
oauth_token?:
|
|
2325
|
+
oauth_token?:
|
|
2326
|
+
string;
|
|
1735
2327
|
/** Returns response with indentations and line breaks. */
|
|
1736
|
-
prettyPrint?:
|
|
2328
|
+
prettyPrint?:
|
|
2329
|
+
boolean;
|
|
1737
2330
|
/**
|
|
1738
2331
|
* Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com requires the use of a proxy. Format must be in the form `http(s)://{proxy_address}`,
|
|
1739
2332
|
* depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent's outbound traffic through a HTTP(S) proxy.
|
|
1740
2333
|
*/
|
|
1741
|
-
proxy?:
|
|
2334
|
+
proxy?:
|
|
2335
|
+
string;
|
|
1742
2336
|
/** 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. */
|
|
1743
|
-
quotaUser?:
|
|
2337
|
+
quotaUser?:
|
|
2338
|
+
string;
|
|
1744
2339
|
/** Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect. */
|
|
1745
|
-
registry?:
|
|
2340
|
+
registry?:
|
|
2341
|
+
string;
|
|
1746
2342
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1747
|
-
upload_protocol?:
|
|
2343
|
+
upload_protocol?:
|
|
2344
|
+
string;
|
|
1748
2345
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1749
|
-
uploadType?:
|
|
2346
|
+
uploadType?:
|
|
2347
|
+
string;
|
|
1750
2348
|
/** Optional. The Connect agent version to use. Defaults to the most current version. */
|
|
1751
|
-
version?:
|
|
2349
|
+
version?:
|
|
2350
|
+
string;
|
|
1752
2351
|
}): Request<GenerateConnectManifestResponse>;
|
|
1753
2352
|
/** Gets the details of a Membership. */
|
|
1754
2353
|
get(request?: {
|
|
1755
2354
|
/** V1 error format. */
|
|
1756
|
-
"$.xgafv"?:
|
|
2355
|
+
"$.xgafv"?:
|
|
2356
|
+
string;
|
|
1757
2357
|
/** OAuth access token. */
|
|
1758
|
-
access_token?:
|
|
2358
|
+
access_token?:
|
|
2359
|
+
string;
|
|
1759
2360
|
/** Data format for response. */
|
|
1760
|
-
alt?:
|
|
2361
|
+
alt?:
|
|
2362
|
+
string;
|
|
1761
2363
|
/** JSONP */
|
|
1762
|
-
callback?:
|
|
2364
|
+
callback?:
|
|
2365
|
+
string;
|
|
1763
2366
|
/** Selector specifying which fields to include in a partial response. */
|
|
1764
|
-
fields?:
|
|
2367
|
+
fields?:
|
|
2368
|
+
string;
|
|
1765
2369
|
/** 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. */
|
|
1766
|
-
key?:
|
|
2370
|
+
key?:
|
|
2371
|
+
string;
|
|
1767
2372
|
/** Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`. */
|
|
1768
|
-
name:
|
|
2373
|
+
name:
|
|
2374
|
+
string;
|
|
1769
2375
|
/** OAuth 2.0 token for the current user. */
|
|
1770
|
-
oauth_token?:
|
|
2376
|
+
oauth_token?:
|
|
2377
|
+
string;
|
|
1771
2378
|
/** Returns response with indentations and line breaks. */
|
|
1772
|
-
prettyPrint?:
|
|
2379
|
+
prettyPrint?:
|
|
2380
|
+
boolean;
|
|
1773
2381
|
/** 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. */
|
|
1774
|
-
quotaUser?:
|
|
2382
|
+
quotaUser?:
|
|
2383
|
+
string;
|
|
1775
2384
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1776
|
-
upload_protocol?:
|
|
2385
|
+
upload_protocol?:
|
|
2386
|
+
string;
|
|
1777
2387
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1778
|
-
uploadType?:
|
|
2388
|
+
uploadType?:
|
|
2389
|
+
string;
|
|
1779
2390
|
}): Request<Membership>;
|
|
1780
2391
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
1781
2392
|
getIamPolicy(request?: {
|
|
1782
2393
|
/** V1 error format. */
|
|
1783
|
-
"$.xgafv"?:
|
|
2394
|
+
"$.xgafv"?:
|
|
2395
|
+
string;
|
|
1784
2396
|
/** OAuth access token. */
|
|
1785
|
-
access_token?:
|
|
2397
|
+
access_token?:
|
|
2398
|
+
string;
|
|
1786
2399
|
/** Data format for response. */
|
|
1787
|
-
alt?:
|
|
2400
|
+
alt?:
|
|
2401
|
+
string;
|
|
1788
2402
|
/** JSONP */
|
|
1789
|
-
callback?:
|
|
2403
|
+
callback?:
|
|
2404
|
+
string;
|
|
1790
2405
|
/** Selector specifying which fields to include in a partial response. */
|
|
1791
|
-
fields?:
|
|
2406
|
+
fields?:
|
|
2407
|
+
string;
|
|
1792
2408
|
/** 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. */
|
|
1793
|
-
key?:
|
|
2409
|
+
key?:
|
|
2410
|
+
string;
|
|
1794
2411
|
/** OAuth 2.0 token for the current user. */
|
|
1795
|
-
oauth_token?:
|
|
2412
|
+
oauth_token?:
|
|
2413
|
+
string;
|
|
1796
2414
|
/**
|
|
1797
2415
|
* 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
|
|
1798
2416
|
* 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
|
|
@@ -1800,85 +2418,117 @@ declare namespace gapi.client {
|
|
|
1800
2418
|
* role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
|
|
1801
2419
|
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
1802
2420
|
*/
|
|
1803
|
-
"options.requestedPolicyVersion"?:
|
|
2421
|
+
"options.requestedPolicyVersion"?:
|
|
2422
|
+
number;
|
|
1804
2423
|
/** Returns response with indentations and line breaks. */
|
|
1805
|
-
prettyPrint?:
|
|
2424
|
+
prettyPrint?:
|
|
2425
|
+
boolean;
|
|
1806
2426
|
/** 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. */
|
|
1807
|
-
quotaUser?:
|
|
2427
|
+
quotaUser?:
|
|
2428
|
+
string;
|
|
1808
2429
|
/**
|
|
1809
2430
|
* 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
|
|
1810
2431
|
* field.
|
|
1811
2432
|
*/
|
|
1812
|
-
resource:
|
|
2433
|
+
resource:
|
|
2434
|
+
string;
|
|
1813
2435
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1814
|
-
upload_protocol?:
|
|
2436
|
+
upload_protocol?:
|
|
2437
|
+
string;
|
|
1815
2438
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1816
|
-
uploadType?:
|
|
2439
|
+
uploadType?:
|
|
2440
|
+
string;
|
|
1817
2441
|
}): Request<Policy>;
|
|
1818
2442
|
/** Lists Memberships in a given project and location. */
|
|
1819
2443
|
list(request?: {
|
|
1820
2444
|
/** V1 error format. */
|
|
1821
|
-
"$.xgafv"?:
|
|
2445
|
+
"$.xgafv"?:
|
|
2446
|
+
string;
|
|
1822
2447
|
/** OAuth access token. */
|
|
1823
|
-
access_token?:
|
|
2448
|
+
access_token?:
|
|
2449
|
+
string;
|
|
1824
2450
|
/** Data format for response. */
|
|
1825
|
-
alt?:
|
|
2451
|
+
alt?:
|
|
2452
|
+
string;
|
|
1826
2453
|
/** JSONP */
|
|
1827
|
-
callback?:
|
|
2454
|
+
callback?:
|
|
2455
|
+
string;
|
|
1828
2456
|
/** Selector specifying which fields to include in a partial response. */
|
|
1829
|
-
fields?:
|
|
2457
|
+
fields?:
|
|
2458
|
+
string;
|
|
1830
2459
|
/**
|
|
1831
2460
|
* Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Name is `bar` in project `foo-proj` and
|
|
1832
2461
|
* location `global`: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called `foo`: labels.foo:* - Memberships that have a label called
|
|
1833
2462
|
* `foo` whose value is `bar`: labels.foo = bar - Memberships in the CREATING state: state = CREATING
|
|
1834
2463
|
*/
|
|
1835
|
-
filter?:
|
|
2464
|
+
filter?:
|
|
2465
|
+
string;
|
|
1836
2466
|
/** 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. */
|
|
1837
|
-
key?:
|
|
2467
|
+
key?:
|
|
2468
|
+
string;
|
|
1838
2469
|
/** OAuth 2.0 token for the current user. */
|
|
1839
|
-
oauth_token?:
|
|
2470
|
+
oauth_token?:
|
|
2471
|
+
string;
|
|
1840
2472
|
/** Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering. */
|
|
1841
|
-
orderBy?:
|
|
2473
|
+
orderBy?:
|
|
2474
|
+
string;
|
|
1842
2475
|
/** Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned. */
|
|
1843
|
-
pageSize?:
|
|
2476
|
+
pageSize?:
|
|
2477
|
+
number;
|
|
1844
2478
|
/** Optional. Token returned by previous call to `ListMemberships` which specifies the position in the list from where to continue listing the resources. */
|
|
1845
|
-
pageToken?:
|
|
2479
|
+
pageToken?:
|
|
2480
|
+
string;
|
|
1846
2481
|
/**
|
|
1847
2482
|
* Required. The parent (project and location) where the Memberships will be listed. Specified in the format `projects/*/locations/*`. `projects/*/locations/-` list memberships
|
|
1848
2483
|
* in all the regions.
|
|
1849
2484
|
*/
|
|
1850
|
-
parent:
|
|
2485
|
+
parent:
|
|
2486
|
+
string;
|
|
1851
2487
|
/** Returns response with indentations and line breaks. */
|
|
1852
|
-
prettyPrint?:
|
|
2488
|
+
prettyPrint?:
|
|
2489
|
+
boolean;
|
|
1853
2490
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1854
|
-
quotaUser?:
|
|
2491
|
+
quotaUser?:
|
|
2492
|
+
string;
|
|
1855
2493
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1856
|
-
upload_protocol?:
|
|
2494
|
+
upload_protocol?:
|
|
2495
|
+
string;
|
|
1857
2496
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1858
|
-
uploadType?:
|
|
2497
|
+
uploadType?:
|
|
2498
|
+
string;
|
|
1859
2499
|
}): Request<ListMembershipsResponse>;
|
|
1860
2500
|
/** Updates an existing Membership. */
|
|
1861
2501
|
patch(request: {
|
|
1862
2502
|
/** V1 error format. */
|
|
1863
|
-
"$.xgafv"?:
|
|
2503
|
+
"$.xgafv"?:
|
|
2504
|
+
string;
|
|
1864
2505
|
/** OAuth access token. */
|
|
1865
|
-
access_token?:
|
|
2506
|
+
access_token?:
|
|
2507
|
+
string;
|
|
1866
2508
|
/** Data format for response. */
|
|
1867
|
-
alt?:
|
|
2509
|
+
alt?:
|
|
2510
|
+
string;
|
|
1868
2511
|
/** JSONP */
|
|
1869
|
-
callback?:
|
|
2512
|
+
callback?:
|
|
2513
|
+
string;
|
|
1870
2514
|
/** Selector specifying which fields to include in a partial response. */
|
|
1871
|
-
fields?:
|
|
2515
|
+
fields?:
|
|
2516
|
+
string;
|
|
1872
2517
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1873
|
-
key?:
|
|
2518
|
+
key?:
|
|
2519
|
+
string;
|
|
1874
2520
|
/** Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`. */
|
|
1875
|
-
name:
|
|
2521
|
+
name:
|
|
2522
|
+
string;
|
|
1876
2523
|
/** OAuth 2.0 token for the current user. */
|
|
1877
|
-
oauth_token?:
|
|
2524
|
+
oauth_token?:
|
|
2525
|
+
string;
|
|
1878
2526
|
/** Returns response with indentations and line breaks. */
|
|
1879
|
-
prettyPrint?:
|
|
2527
|
+
prettyPrint?:
|
|
2528
|
+
boolean;
|
|
1880
2529
|
/** 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. */
|
|
1881
|
-
quotaUser?:
|
|
2530
|
+
quotaUser?:
|
|
2531
|
+
string;
|
|
1882
2532
|
/**
|
|
1883
2533
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1884
2534
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1886,37 +2536,52 @@ declare namespace gapi.client {
|
|
|
1886
2536
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1887
2537
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1888
2538
|
*/
|
|
1889
|
-
requestId?:
|
|
2539
|
+
requestId?:
|
|
2540
|
+
string;
|
|
1890
2541
|
/** Required. Mask of fields to update. */
|
|
1891
|
-
updateMask?:
|
|
2542
|
+
updateMask?:
|
|
2543
|
+
string;
|
|
1892
2544
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1893
|
-
upload_protocol?:
|
|
2545
|
+
upload_protocol?:
|
|
2546
|
+
string;
|
|
1894
2547
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1895
|
-
uploadType?:
|
|
2548
|
+
uploadType?:
|
|
2549
|
+
string;
|
|
1896
2550
|
/** Request body */
|
|
1897
|
-
resource:
|
|
2551
|
+
resource:
|
|
2552
|
+
Membership;
|
|
1898
2553
|
}): Request<Operation>;
|
|
1899
2554
|
patch(request: {
|
|
1900
2555
|
/** V1 error format. */
|
|
1901
|
-
"$.xgafv"?:
|
|
2556
|
+
"$.xgafv"?:
|
|
2557
|
+
string;
|
|
1902
2558
|
/** OAuth access token. */
|
|
1903
|
-
access_token?:
|
|
2559
|
+
access_token?:
|
|
2560
|
+
string;
|
|
1904
2561
|
/** Data format for response. */
|
|
1905
|
-
alt?:
|
|
2562
|
+
alt?:
|
|
2563
|
+
string;
|
|
1906
2564
|
/** JSONP */
|
|
1907
|
-
callback?:
|
|
2565
|
+
callback?:
|
|
2566
|
+
string;
|
|
1908
2567
|
/** Selector specifying which fields to include in a partial response. */
|
|
1909
|
-
fields?:
|
|
2568
|
+
fields?:
|
|
2569
|
+
string;
|
|
1910
2570
|
/** 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. */
|
|
1911
|
-
key?:
|
|
2571
|
+
key?:
|
|
2572
|
+
string;
|
|
1912
2573
|
/** Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`. */
|
|
1913
|
-
name:
|
|
2574
|
+
name:
|
|
2575
|
+
string;
|
|
1914
2576
|
/** OAuth 2.0 token for the current user. */
|
|
1915
|
-
oauth_token?:
|
|
2577
|
+
oauth_token?:
|
|
2578
|
+
string;
|
|
1916
2579
|
/** Returns response with indentations and line breaks. */
|
|
1917
|
-
prettyPrint?:
|
|
2580
|
+
prettyPrint?:
|
|
2581
|
+
boolean;
|
|
1918
2582
|
/** 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. */
|
|
1919
|
-
quotaUser?:
|
|
2583
|
+
quotaUser?:
|
|
2584
|
+
string;
|
|
1920
2585
|
/**
|
|
1921
2586
|
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already
|
|
1922
2587
|
* been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the
|
|
@@ -1924,44 +2589,60 @@ declare namespace gapi.client {
|
|
|
1924
2589
|
* ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
|
|
1925
2590
|
* supported (00000000-0000-0000-0000-000000000000).
|
|
1926
2591
|
*/
|
|
1927
|
-
requestId?:
|
|
2592
|
+
requestId?:
|
|
2593
|
+
string;
|
|
1928
2594
|
/** Required. Mask of fields to update. */
|
|
1929
|
-
updateMask?:
|
|
2595
|
+
updateMask?:
|
|
2596
|
+
string;
|
|
1930
2597
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1931
|
-
upload_protocol?:
|
|
2598
|
+
upload_protocol?:
|
|
2599
|
+
string;
|
|
1932
2600
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1933
|
-
uploadType?:
|
|
2601
|
+
uploadType?:
|
|
2602
|
+
string;
|
|
1934
2603
|
},
|
|
1935
2604
|
body: Membership): Request<Operation>;
|
|
1936
2605
|
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
1937
2606
|
setIamPolicy(request: {
|
|
1938
2607
|
/** V1 error format. */
|
|
1939
|
-
"$.xgafv"?:
|
|
2608
|
+
"$.xgafv"?:
|
|
2609
|
+
string;
|
|
1940
2610
|
/** OAuth access token. */
|
|
1941
|
-
access_token?:
|
|
2611
|
+
access_token?:
|
|
2612
|
+
string;
|
|
1942
2613
|
/** Data format for response. */
|
|
1943
|
-
alt?:
|
|
2614
|
+
alt?:
|
|
2615
|
+
string;
|
|
1944
2616
|
/** JSONP */
|
|
1945
|
-
callback?:
|
|
2617
|
+
callback?:
|
|
2618
|
+
string;
|
|
1946
2619
|
/** Selector specifying which fields to include in a partial response. */
|
|
1947
|
-
fields?:
|
|
2620
|
+
fields?:
|
|
2621
|
+
string;
|
|
1948
2622
|
/** 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. */
|
|
1949
|
-
key?:
|
|
2623
|
+
key?:
|
|
2624
|
+
string;
|
|
1950
2625
|
/** OAuth 2.0 token for the current user. */
|
|
1951
|
-
oauth_token?:
|
|
2626
|
+
oauth_token?:
|
|
2627
|
+
string;
|
|
1952
2628
|
/** Returns response with indentations and line breaks. */
|
|
1953
|
-
prettyPrint?:
|
|
2629
|
+
prettyPrint?:
|
|
2630
|
+
boolean;
|
|
1954
2631
|
/** 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. */
|
|
1955
|
-
quotaUser?:
|
|
2632
|
+
quotaUser?:
|
|
2633
|
+
string;
|
|
1956
2634
|
/**
|
|
1957
2635
|
* 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
|
|
1958
2636
|
* field.
|
|
1959
2637
|
*/
|
|
1960
|
-
resource:
|
|
2638
|
+
resource:
|
|
2639
|
+
string;
|
|
1961
2640
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1962
|
-
upload_protocol?:
|
|
2641
|
+
upload_protocol?:
|
|
2642
|
+
string;
|
|
1963
2643
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1964
|
-
uploadType?:
|
|
2644
|
+
uploadType?:
|
|
2645
|
+
string;
|
|
1965
2646
|
},
|
|
1966
2647
|
body: SetIamPolicyRequest): Request<Policy>;
|
|
1967
2648
|
/**
|
|
@@ -1970,35 +2651,48 @@ declare namespace gapi.client {
|
|
|
1970
2651
|
*/
|
|
1971
2652
|
testIamPermissions(request: {
|
|
1972
2653
|
/** V1 error format. */
|
|
1973
|
-
"$.xgafv"?:
|
|
2654
|
+
"$.xgafv"?:
|
|
2655
|
+
string;
|
|
1974
2656
|
/** OAuth access token. */
|
|
1975
|
-
access_token?:
|
|
2657
|
+
access_token?:
|
|
2658
|
+
string;
|
|
1976
2659
|
/** Data format for response. */
|
|
1977
|
-
alt?:
|
|
2660
|
+
alt?:
|
|
2661
|
+
string;
|
|
1978
2662
|
/** JSONP */
|
|
1979
|
-
callback?:
|
|
2663
|
+
callback?:
|
|
2664
|
+
string;
|
|
1980
2665
|
/** Selector specifying which fields to include in a partial response. */
|
|
1981
|
-
fields?:
|
|
2666
|
+
fields?:
|
|
2667
|
+
string;
|
|
1982
2668
|
/** 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. */
|
|
1983
|
-
key?:
|
|
2669
|
+
key?:
|
|
2670
|
+
string;
|
|
1984
2671
|
/** OAuth 2.0 token for the current user. */
|
|
1985
|
-
oauth_token?:
|
|
2672
|
+
oauth_token?:
|
|
2673
|
+
string;
|
|
1986
2674
|
/** Returns response with indentations and line breaks. */
|
|
1987
|
-
prettyPrint?:
|
|
2675
|
+
prettyPrint?:
|
|
2676
|
+
boolean;
|
|
1988
2677
|
/** 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. */
|
|
1989
|
-
quotaUser?:
|
|
2678
|
+
quotaUser?:
|
|
2679
|
+
string;
|
|
1990
2680
|
/**
|
|
1991
2681
|
* 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
|
|
1992
2682
|
* this field.
|
|
1993
2683
|
*/
|
|
1994
|
-
resource:
|
|
2684
|
+
resource:
|
|
2685
|
+
string;
|
|
1995
2686
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1996
|
-
upload_protocol?:
|
|
2687
|
+
upload_protocol?:
|
|
2688
|
+
string;
|
|
1997
2689
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1998
|
-
uploadType?:
|
|
2690
|
+
uploadType?:
|
|
2691
|
+
string;
|
|
1999
2692
|
},
|
|
2000
2693
|
body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
|
|
2001
|
-
bindings:
|
|
2694
|
+
bindings:
|
|
2695
|
+
BindingsResource;
|
|
2002
2696
|
}
|
|
2003
2697
|
interface OperationsResource {
|
|
2004
2698
|
/**
|
|
@@ -2009,57 +2703,82 @@ declare namespace gapi.client {
|
|
|
2009
2703
|
*/
|
|
2010
2704
|
cancel(request: {
|
|
2011
2705
|
/** V1 error format. */
|
|
2012
|
-
"$.xgafv"?:
|
|
2706
|
+
"$.xgafv"?:
|
|
2707
|
+
string;
|
|
2013
2708
|
/** OAuth access token. */
|
|
2014
|
-
access_token?:
|
|
2709
|
+
access_token?:
|
|
2710
|
+
string;
|
|
2015
2711
|
/** Data format for response. */
|
|
2016
|
-
alt?:
|
|
2712
|
+
alt?:
|
|
2713
|
+
string;
|
|
2017
2714
|
/** JSONP */
|
|
2018
|
-
callback?:
|
|
2715
|
+
callback?:
|
|
2716
|
+
string;
|
|
2019
2717
|
/** Selector specifying which fields to include in a partial response. */
|
|
2020
|
-
fields?:
|
|
2718
|
+
fields?:
|
|
2719
|
+
string;
|
|
2021
2720
|
/** 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. */
|
|
2022
|
-
key?:
|
|
2721
|
+
key?:
|
|
2722
|
+
string;
|
|
2023
2723
|
/** The name of the operation resource to be cancelled. */
|
|
2024
|
-
name:
|
|
2724
|
+
name:
|
|
2725
|
+
string;
|
|
2025
2726
|
/** OAuth 2.0 token for the current user. */
|
|
2026
|
-
oauth_token?:
|
|
2727
|
+
oauth_token?:
|
|
2728
|
+
string;
|
|
2027
2729
|
/** Returns response with indentations and line breaks. */
|
|
2028
|
-
prettyPrint?:
|
|
2730
|
+
prettyPrint?:
|
|
2731
|
+
boolean;
|
|
2029
2732
|
/** 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. */
|
|
2030
|
-
quotaUser?:
|
|
2733
|
+
quotaUser?:
|
|
2734
|
+
string;
|
|
2031
2735
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2032
|
-
upload_protocol?:
|
|
2736
|
+
upload_protocol?:
|
|
2737
|
+
string;
|
|
2033
2738
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2034
|
-
uploadType?:
|
|
2739
|
+
uploadType?:
|
|
2740
|
+
string;
|
|
2035
2741
|
/** Request body */
|
|
2036
|
-
resource:
|
|
2742
|
+
resource:
|
|
2743
|
+
CancelOperationRequest;
|
|
2037
2744
|
}): Request<{}>;
|
|
2038
2745
|
cancel(request: {
|
|
2039
2746
|
/** V1 error format. */
|
|
2040
|
-
"$.xgafv"?:
|
|
2747
|
+
"$.xgafv"?:
|
|
2748
|
+
string;
|
|
2041
2749
|
/** OAuth access token. */
|
|
2042
|
-
access_token?:
|
|
2750
|
+
access_token?:
|
|
2751
|
+
string;
|
|
2043
2752
|
/** Data format for response. */
|
|
2044
|
-
alt?:
|
|
2753
|
+
alt?:
|
|
2754
|
+
string;
|
|
2045
2755
|
/** JSONP */
|
|
2046
|
-
callback?:
|
|
2756
|
+
callback?:
|
|
2757
|
+
string;
|
|
2047
2758
|
/** Selector specifying which fields to include in a partial response. */
|
|
2048
|
-
fields?:
|
|
2759
|
+
fields?:
|
|
2760
|
+
string;
|
|
2049
2761
|
/** 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. */
|
|
2050
|
-
key?:
|
|
2762
|
+
key?:
|
|
2763
|
+
string;
|
|
2051
2764
|
/** The name of the operation resource to be cancelled. */
|
|
2052
|
-
name:
|
|
2765
|
+
name:
|
|
2766
|
+
string;
|
|
2053
2767
|
/** OAuth 2.0 token for the current user. */
|
|
2054
|
-
oauth_token?:
|
|
2768
|
+
oauth_token?:
|
|
2769
|
+
string;
|
|
2055
2770
|
/** Returns response with indentations and line breaks. */
|
|
2056
|
-
prettyPrint?:
|
|
2771
|
+
prettyPrint?:
|
|
2772
|
+
boolean;
|
|
2057
2773
|
/** 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. */
|
|
2058
|
-
quotaUser?:
|
|
2774
|
+
quotaUser?:
|
|
2775
|
+
string;
|
|
2059
2776
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2060
|
-
upload_protocol?:
|
|
2777
|
+
upload_protocol?:
|
|
2778
|
+
string;
|
|
2061
2779
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2062
|
-
uploadType?:
|
|
2780
|
+
uploadType?:
|
|
2781
|
+
string;
|
|
2063
2782
|
},
|
|
2064
2783
|
body: CancelOperationRequest): Request<{}>;
|
|
2065
2784
|
/**
|
|
@@ -2068,309 +2787,445 @@ declare namespace gapi.client {
|
|
|
2068
2787
|
*/
|
|
2069
2788
|
delete(request?: {
|
|
2070
2789
|
/** V1 error format. */
|
|
2071
|
-
"$.xgafv"?:
|
|
2790
|
+
"$.xgafv"?:
|
|
2791
|
+
string;
|
|
2072
2792
|
/** OAuth access token. */
|
|
2073
|
-
access_token?:
|
|
2793
|
+
access_token?:
|
|
2794
|
+
string;
|
|
2074
2795
|
/** Data format for response. */
|
|
2075
|
-
alt?:
|
|
2796
|
+
alt?:
|
|
2797
|
+
string;
|
|
2076
2798
|
/** JSONP */
|
|
2077
|
-
callback?:
|
|
2799
|
+
callback?:
|
|
2800
|
+
string;
|
|
2078
2801
|
/** Selector specifying which fields to include in a partial response. */
|
|
2079
|
-
fields?:
|
|
2802
|
+
fields?:
|
|
2803
|
+
string;
|
|
2080
2804
|
/** 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. */
|
|
2081
|
-
key?:
|
|
2805
|
+
key?:
|
|
2806
|
+
string;
|
|
2082
2807
|
/** The name of the operation resource to be deleted. */
|
|
2083
|
-
name:
|
|
2808
|
+
name:
|
|
2809
|
+
string;
|
|
2084
2810
|
/** OAuth 2.0 token for the current user. */
|
|
2085
|
-
oauth_token?:
|
|
2811
|
+
oauth_token?:
|
|
2812
|
+
string;
|
|
2086
2813
|
/** Returns response with indentations and line breaks. */
|
|
2087
|
-
prettyPrint?:
|
|
2814
|
+
prettyPrint?:
|
|
2815
|
+
boolean;
|
|
2088
2816
|
/** 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. */
|
|
2089
|
-
quotaUser?:
|
|
2817
|
+
quotaUser?:
|
|
2818
|
+
string;
|
|
2090
2819
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2091
|
-
upload_protocol?:
|
|
2820
|
+
upload_protocol?:
|
|
2821
|
+
string;
|
|
2092
2822
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2093
|
-
uploadType?:
|
|
2823
|
+
uploadType?:
|
|
2824
|
+
string;
|
|
2094
2825
|
}): Request<{}>;
|
|
2095
2826
|
/** 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. */
|
|
2096
2827
|
get(request?: {
|
|
2097
2828
|
/** V1 error format. */
|
|
2098
|
-
"$.xgafv"?:
|
|
2829
|
+
"$.xgafv"?:
|
|
2830
|
+
string;
|
|
2099
2831
|
/** OAuth access token. */
|
|
2100
|
-
access_token?:
|
|
2832
|
+
access_token?:
|
|
2833
|
+
string;
|
|
2101
2834
|
/** Data format for response. */
|
|
2102
|
-
alt?:
|
|
2835
|
+
alt?:
|
|
2836
|
+
string;
|
|
2103
2837
|
/** JSONP */
|
|
2104
|
-
callback?:
|
|
2838
|
+
callback?:
|
|
2839
|
+
string;
|
|
2105
2840
|
/** Selector specifying which fields to include in a partial response. */
|
|
2106
|
-
fields?:
|
|
2841
|
+
fields?:
|
|
2842
|
+
string;
|
|
2107
2843
|
/** 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. */
|
|
2108
|
-
key?:
|
|
2844
|
+
key?:
|
|
2845
|
+
string;
|
|
2109
2846
|
/** The name of the operation resource. */
|
|
2110
|
-
name:
|
|
2847
|
+
name:
|
|
2848
|
+
string;
|
|
2111
2849
|
/** OAuth 2.0 token for the current user. */
|
|
2112
|
-
oauth_token?:
|
|
2850
|
+
oauth_token?:
|
|
2851
|
+
string;
|
|
2113
2852
|
/** Returns response with indentations and line breaks. */
|
|
2114
|
-
prettyPrint?:
|
|
2853
|
+
prettyPrint?:
|
|
2854
|
+
boolean;
|
|
2115
2855
|
/** 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. */
|
|
2116
|
-
quotaUser?:
|
|
2856
|
+
quotaUser?:
|
|
2857
|
+
string;
|
|
2117
2858
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2118
|
-
upload_protocol?:
|
|
2859
|
+
upload_protocol?:
|
|
2860
|
+
string;
|
|
2119
2861
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2120
|
-
uploadType?:
|
|
2862
|
+
uploadType?:
|
|
2863
|
+
string;
|
|
2121
2864
|
}): Request<Operation>;
|
|
2122
2865
|
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
2123
2866
|
list(request?: {
|
|
2124
2867
|
/** V1 error format. */
|
|
2125
|
-
"$.xgafv"?:
|
|
2868
|
+
"$.xgafv"?:
|
|
2869
|
+
string;
|
|
2126
2870
|
/** OAuth access token. */
|
|
2127
|
-
access_token?:
|
|
2871
|
+
access_token?:
|
|
2872
|
+
string;
|
|
2128
2873
|
/** Data format for response. */
|
|
2129
|
-
alt?:
|
|
2874
|
+
alt?:
|
|
2875
|
+
string;
|
|
2130
2876
|
/** JSONP */
|
|
2131
|
-
callback?:
|
|
2877
|
+
callback?:
|
|
2878
|
+
string;
|
|
2132
2879
|
/** Selector specifying which fields to include in a partial response. */
|
|
2133
|
-
fields?:
|
|
2880
|
+
fields?:
|
|
2881
|
+
string;
|
|
2134
2882
|
/** The standard list filter. */
|
|
2135
|
-
filter?:
|
|
2883
|
+
filter?:
|
|
2884
|
+
string;
|
|
2136
2885
|
/** 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. */
|
|
2137
|
-
key?:
|
|
2886
|
+
key?:
|
|
2887
|
+
string;
|
|
2138
2888
|
/** The name of the operation's parent resource. */
|
|
2139
|
-
name:
|
|
2889
|
+
name:
|
|
2890
|
+
string;
|
|
2140
2891
|
/** OAuth 2.0 token for the current user. */
|
|
2141
|
-
oauth_token?:
|
|
2892
|
+
oauth_token?:
|
|
2893
|
+
string;
|
|
2142
2894
|
/** The standard list page size. */
|
|
2143
|
-
pageSize?:
|
|
2895
|
+
pageSize?:
|
|
2896
|
+
number;
|
|
2144
2897
|
/** The standard list page token. */
|
|
2145
|
-
pageToken?:
|
|
2898
|
+
pageToken?:
|
|
2899
|
+
string;
|
|
2146
2900
|
/** Returns response with indentations and line breaks. */
|
|
2147
|
-
prettyPrint?:
|
|
2901
|
+
prettyPrint?:
|
|
2902
|
+
boolean;
|
|
2148
2903
|
/** 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. */
|
|
2149
|
-
quotaUser?:
|
|
2904
|
+
quotaUser?:
|
|
2905
|
+
string;
|
|
2150
2906
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2151
|
-
upload_protocol?:
|
|
2907
|
+
upload_protocol?:
|
|
2908
|
+
string;
|
|
2152
2909
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2153
|
-
uploadType?:
|
|
2910
|
+
uploadType?:
|
|
2911
|
+
string;
|
|
2154
2912
|
}): Request<ListOperationsResponse>;
|
|
2155
2913
|
}
|
|
2156
2914
|
interface ScopesResource {
|
|
2157
2915
|
/** Creates a Scope. */
|
|
2158
2916
|
create(request: {
|
|
2159
2917
|
/** V1 error format. */
|
|
2160
|
-
"$.xgafv"?:
|
|
2918
|
+
"$.xgafv"?:
|
|
2919
|
+
string;
|
|
2161
2920
|
/** OAuth access token. */
|
|
2162
|
-
access_token?:
|
|
2921
|
+
access_token?:
|
|
2922
|
+
string;
|
|
2163
2923
|
/** Data format for response. */
|
|
2164
|
-
alt?:
|
|
2924
|
+
alt?:
|
|
2925
|
+
string;
|
|
2165
2926
|
/** JSONP */
|
|
2166
|
-
callback?:
|
|
2927
|
+
callback?:
|
|
2928
|
+
string;
|
|
2167
2929
|
/** Selector specifying which fields to include in a partial response. */
|
|
2168
|
-
fields?:
|
|
2930
|
+
fields?:
|
|
2931
|
+
string;
|
|
2169
2932
|
/** 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. */
|
|
2170
|
-
key?:
|
|
2933
|
+
key?:
|
|
2934
|
+
string;
|
|
2171
2935
|
/** OAuth 2.0 token for the current user. */
|
|
2172
|
-
oauth_token?:
|
|
2936
|
+
oauth_token?:
|
|
2937
|
+
string;
|
|
2173
2938
|
/** Required. The parent (project and location) where the Scope will be created. Specified in the format `projects/*/locations/*`. */
|
|
2174
|
-
parent:
|
|
2939
|
+
parent:
|
|
2940
|
+
string;
|
|
2175
2941
|
/** Returns response with indentations and line breaks. */
|
|
2176
|
-
prettyPrint?:
|
|
2942
|
+
prettyPrint?:
|
|
2943
|
+
boolean;
|
|
2177
2944
|
/** 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. */
|
|
2178
|
-
quotaUser?:
|
|
2945
|
+
quotaUser?:
|
|
2946
|
+
string;
|
|
2179
2947
|
/** Required. Client chosen ID for the Scope. `scope_id` must be a ???? */
|
|
2180
|
-
scopeId?:
|
|
2948
|
+
scopeId?:
|
|
2949
|
+
string;
|
|
2181
2950
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2182
|
-
upload_protocol?:
|
|
2951
|
+
upload_protocol?:
|
|
2952
|
+
string;
|
|
2183
2953
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2184
|
-
uploadType?:
|
|
2954
|
+
uploadType?:
|
|
2955
|
+
string;
|
|
2185
2956
|
/** Request body */
|
|
2186
|
-
resource:
|
|
2957
|
+
resource:
|
|
2958
|
+
Scope;
|
|
2187
2959
|
}): Request<Operation>;
|
|
2188
2960
|
create(request: {
|
|
2189
2961
|
/** V1 error format. */
|
|
2190
|
-
"$.xgafv"?:
|
|
2962
|
+
"$.xgafv"?:
|
|
2963
|
+
string;
|
|
2191
2964
|
/** OAuth access token. */
|
|
2192
|
-
access_token?:
|
|
2965
|
+
access_token?:
|
|
2966
|
+
string;
|
|
2193
2967
|
/** Data format for response. */
|
|
2194
|
-
alt?:
|
|
2968
|
+
alt?:
|
|
2969
|
+
string;
|
|
2195
2970
|
/** JSONP */
|
|
2196
|
-
callback?:
|
|
2971
|
+
callback?:
|
|
2972
|
+
string;
|
|
2197
2973
|
/** Selector specifying which fields to include in a partial response. */
|
|
2198
|
-
fields?:
|
|
2974
|
+
fields?:
|
|
2975
|
+
string;
|
|
2199
2976
|
/** 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. */
|
|
2200
|
-
key?:
|
|
2977
|
+
key?:
|
|
2978
|
+
string;
|
|
2201
2979
|
/** OAuth 2.0 token for the current user. */
|
|
2202
|
-
oauth_token?:
|
|
2980
|
+
oauth_token?:
|
|
2981
|
+
string;
|
|
2203
2982
|
/** Required. The parent (project and location) where the Scope will be created. Specified in the format `projects/*/locations/*`. */
|
|
2204
|
-
parent:
|
|
2983
|
+
parent:
|
|
2984
|
+
string;
|
|
2205
2985
|
/** Returns response with indentations and line breaks. */
|
|
2206
|
-
prettyPrint?:
|
|
2986
|
+
prettyPrint?:
|
|
2987
|
+
boolean;
|
|
2207
2988
|
/** 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. */
|
|
2208
|
-
quotaUser?:
|
|
2989
|
+
quotaUser?:
|
|
2990
|
+
string;
|
|
2209
2991
|
/** Required. Client chosen ID for the Scope. `scope_id` must be a ???? */
|
|
2210
|
-
scopeId?:
|
|
2992
|
+
scopeId?:
|
|
2993
|
+
string;
|
|
2211
2994
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2212
|
-
upload_protocol?:
|
|
2995
|
+
upload_protocol?:
|
|
2996
|
+
string;
|
|
2213
2997
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2214
|
-
uploadType?:
|
|
2998
|
+
uploadType?:
|
|
2999
|
+
string;
|
|
2215
3000
|
},
|
|
2216
3001
|
body: Scope): Request<Operation>;
|
|
2217
3002
|
/** Deletes a Scope. */
|
|
2218
3003
|
delete(request?: {
|
|
2219
3004
|
/** V1 error format. */
|
|
2220
|
-
"$.xgafv"?:
|
|
3005
|
+
"$.xgafv"?:
|
|
3006
|
+
string;
|
|
2221
3007
|
/** OAuth access token. */
|
|
2222
|
-
access_token?:
|
|
3008
|
+
access_token?:
|
|
3009
|
+
string;
|
|
2223
3010
|
/** Data format for response. */
|
|
2224
|
-
alt?:
|
|
3011
|
+
alt?:
|
|
3012
|
+
string;
|
|
2225
3013
|
/** JSONP */
|
|
2226
|
-
callback?:
|
|
3014
|
+
callback?:
|
|
3015
|
+
string;
|
|
2227
3016
|
/** Selector specifying which fields to include in a partial response. */
|
|
2228
|
-
fields?:
|
|
3017
|
+
fields?:
|
|
3018
|
+
string;
|
|
2229
3019
|
/** 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. */
|
|
2230
|
-
key?:
|
|
3020
|
+
key?:
|
|
3021
|
+
string;
|
|
2231
3022
|
/** Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. */
|
|
2232
|
-
name:
|
|
3023
|
+
name:
|
|
3024
|
+
string;
|
|
2233
3025
|
/** OAuth 2.0 token for the current user. */
|
|
2234
|
-
oauth_token?:
|
|
3026
|
+
oauth_token?:
|
|
3027
|
+
string;
|
|
2235
3028
|
/** Returns response with indentations and line breaks. */
|
|
2236
|
-
prettyPrint?:
|
|
3029
|
+
prettyPrint?:
|
|
3030
|
+
boolean;
|
|
2237
3031
|
/** 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. */
|
|
2238
|
-
quotaUser?:
|
|
3032
|
+
quotaUser?:
|
|
3033
|
+
string;
|
|
2239
3034
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2240
|
-
upload_protocol?:
|
|
3035
|
+
upload_protocol?:
|
|
3036
|
+
string;
|
|
2241
3037
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2242
|
-
uploadType?:
|
|
3038
|
+
uploadType?:
|
|
3039
|
+
string;
|
|
2243
3040
|
}): Request<Operation>;
|
|
2244
3041
|
/** Returns the details of a Scope. */
|
|
2245
3042
|
get(request?: {
|
|
2246
3043
|
/** V1 error format. */
|
|
2247
|
-
"$.xgafv"?:
|
|
3044
|
+
"$.xgafv"?:
|
|
3045
|
+
string;
|
|
2248
3046
|
/** OAuth access token. */
|
|
2249
|
-
access_token?:
|
|
3047
|
+
access_token?:
|
|
3048
|
+
string;
|
|
2250
3049
|
/** Data format for response. */
|
|
2251
|
-
alt?:
|
|
3050
|
+
alt?:
|
|
3051
|
+
string;
|
|
2252
3052
|
/** JSONP */
|
|
2253
|
-
callback?:
|
|
3053
|
+
callback?:
|
|
3054
|
+
string;
|
|
2254
3055
|
/** Selector specifying which fields to include in a partial response. */
|
|
2255
|
-
fields?:
|
|
3056
|
+
fields?:
|
|
3057
|
+
string;
|
|
2256
3058
|
/** 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. */
|
|
2257
|
-
key?:
|
|
3059
|
+
key?:
|
|
3060
|
+
string;
|
|
2258
3061
|
/** Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. */
|
|
2259
|
-
name:
|
|
3062
|
+
name:
|
|
3063
|
+
string;
|
|
2260
3064
|
/** OAuth 2.0 token for the current user. */
|
|
2261
|
-
oauth_token?:
|
|
3065
|
+
oauth_token?:
|
|
3066
|
+
string;
|
|
2262
3067
|
/** Returns response with indentations and line breaks. */
|
|
2263
|
-
prettyPrint?:
|
|
3068
|
+
prettyPrint?:
|
|
3069
|
+
boolean;
|
|
2264
3070
|
/** 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. */
|
|
2265
|
-
quotaUser?:
|
|
3071
|
+
quotaUser?:
|
|
3072
|
+
string;
|
|
2266
3073
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2267
|
-
upload_protocol?:
|
|
3074
|
+
upload_protocol?:
|
|
3075
|
+
string;
|
|
2268
3076
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2269
|
-
uploadType?:
|
|
3077
|
+
uploadType?:
|
|
3078
|
+
string;
|
|
2270
3079
|
}): Request<Scope>;
|
|
2271
3080
|
/** Lists Scopes. */
|
|
2272
3081
|
list(request?: {
|
|
2273
3082
|
/** V1 error format. */
|
|
2274
|
-
"$.xgafv"?:
|
|
3083
|
+
"$.xgafv"?:
|
|
3084
|
+
string;
|
|
2275
3085
|
/** OAuth access token. */
|
|
2276
|
-
access_token?:
|
|
3086
|
+
access_token?:
|
|
3087
|
+
string;
|
|
2277
3088
|
/** Data format for response. */
|
|
2278
|
-
alt?:
|
|
3089
|
+
alt?:
|
|
3090
|
+
string;
|
|
2279
3091
|
/** JSONP */
|
|
2280
|
-
callback?:
|
|
3092
|
+
callback?:
|
|
3093
|
+
string;
|
|
2281
3094
|
/** Selector specifying which fields to include in a partial response. */
|
|
2282
|
-
fields?:
|
|
3095
|
+
fields?:
|
|
3096
|
+
string;
|
|
2283
3097
|
/** 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. */
|
|
2284
|
-
key?:
|
|
3098
|
+
key?:
|
|
3099
|
+
string;
|
|
2285
3100
|
/** OAuth 2.0 token for the current user. */
|
|
2286
|
-
oauth_token?:
|
|
3101
|
+
oauth_token?:
|
|
3102
|
+
string;
|
|
2287
3103
|
/** Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned. */
|
|
2288
|
-
pageSize?:
|
|
3104
|
+
pageSize?:
|
|
3105
|
+
number;
|
|
2289
3106
|
/** Optional. Token returned by previous call to `ListScopes` which specifies the position in the list from where to continue listing the resources. */
|
|
2290
|
-
pageToken?:
|
|
3107
|
+
pageToken?:
|
|
3108
|
+
string;
|
|
2291
3109
|
/** Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*/locations/*`. */
|
|
2292
|
-
parent:
|
|
3110
|
+
parent:
|
|
3111
|
+
string;
|
|
2293
3112
|
/** Returns response with indentations and line breaks. */
|
|
2294
|
-
prettyPrint?:
|
|
3113
|
+
prettyPrint?:
|
|
3114
|
+
boolean;
|
|
2295
3115
|
/** 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. */
|
|
2296
|
-
quotaUser?:
|
|
3116
|
+
quotaUser?:
|
|
3117
|
+
string;
|
|
2297
3118
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2298
|
-
upload_protocol?:
|
|
3119
|
+
upload_protocol?:
|
|
3120
|
+
string;
|
|
2299
3121
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2300
|
-
uploadType?:
|
|
3122
|
+
uploadType?:
|
|
3123
|
+
string;
|
|
2301
3124
|
}): Request<ListScopesResponse>;
|
|
2302
3125
|
}
|
|
2303
3126
|
interface LocationsResource {
|
|
2304
3127
|
/** Gets information about a location. */
|
|
2305
3128
|
get(request?: {
|
|
2306
3129
|
/** V1 error format. */
|
|
2307
|
-
"$.xgafv"?:
|
|
3130
|
+
"$.xgafv"?:
|
|
3131
|
+
string;
|
|
2308
3132
|
/** OAuth access token. */
|
|
2309
|
-
access_token?:
|
|
3133
|
+
access_token?:
|
|
3134
|
+
string;
|
|
2310
3135
|
/** Data format for response. */
|
|
2311
|
-
alt?:
|
|
3136
|
+
alt?:
|
|
3137
|
+
string;
|
|
2312
3138
|
/** JSONP */
|
|
2313
|
-
callback?:
|
|
3139
|
+
callback?:
|
|
3140
|
+
string;
|
|
2314
3141
|
/** Selector specifying which fields to include in a partial response. */
|
|
2315
|
-
fields?:
|
|
3142
|
+
fields?:
|
|
3143
|
+
string;
|
|
2316
3144
|
/** 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. */
|
|
2317
|
-
key?:
|
|
3145
|
+
key?:
|
|
3146
|
+
string;
|
|
2318
3147
|
/** Resource name for the location. */
|
|
2319
|
-
name:
|
|
3148
|
+
name:
|
|
3149
|
+
string;
|
|
2320
3150
|
/** OAuth 2.0 token for the current user. */
|
|
2321
|
-
oauth_token?:
|
|
3151
|
+
oauth_token?:
|
|
3152
|
+
string;
|
|
2322
3153
|
/** Returns response with indentations and line breaks. */
|
|
2323
|
-
prettyPrint?:
|
|
3154
|
+
prettyPrint?:
|
|
3155
|
+
boolean;
|
|
2324
3156
|
/** 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. */
|
|
2325
|
-
quotaUser?:
|
|
3157
|
+
quotaUser?:
|
|
3158
|
+
string;
|
|
2326
3159
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2327
|
-
upload_protocol?:
|
|
3160
|
+
upload_protocol?:
|
|
3161
|
+
string;
|
|
2328
3162
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2329
|
-
uploadType?:
|
|
3163
|
+
uploadType?:
|
|
3164
|
+
string;
|
|
2330
3165
|
}): Request<Location>;
|
|
2331
3166
|
/** Lists information about the supported locations for this service. */
|
|
2332
3167
|
list(request?: {
|
|
2333
3168
|
/** V1 error format. */
|
|
2334
|
-
"$.xgafv"?:
|
|
3169
|
+
"$.xgafv"?:
|
|
3170
|
+
string;
|
|
2335
3171
|
/** OAuth access token. */
|
|
2336
|
-
access_token?:
|
|
3172
|
+
access_token?:
|
|
3173
|
+
string;
|
|
2337
3174
|
/** Data format for response. */
|
|
2338
|
-
alt?:
|
|
3175
|
+
alt?:
|
|
3176
|
+
string;
|
|
2339
3177
|
/** JSONP */
|
|
2340
|
-
callback?:
|
|
3178
|
+
callback?:
|
|
3179
|
+
string;
|
|
2341
3180
|
/** Selector specifying which fields to include in a partial response. */
|
|
2342
|
-
fields?:
|
|
3181
|
+
fields?:
|
|
3182
|
+
string;
|
|
2343
3183
|
/**
|
|
2344
3184
|
* 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
|
|
2345
3185
|
* [AIP-160](https://google.aip.dev/160).
|
|
2346
3186
|
*/
|
|
2347
|
-
filter?:
|
|
3187
|
+
filter?:
|
|
3188
|
+
string;
|
|
2348
3189
|
/** 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. */
|
|
2349
|
-
key?:
|
|
3190
|
+
key?:
|
|
3191
|
+
string;
|
|
2350
3192
|
/** The resource that owns the locations collection, if applicable. */
|
|
2351
|
-
name:
|
|
3193
|
+
name:
|
|
3194
|
+
string;
|
|
2352
3195
|
/** OAuth 2.0 token for the current user. */
|
|
2353
|
-
oauth_token?:
|
|
3196
|
+
oauth_token?:
|
|
3197
|
+
string;
|
|
2354
3198
|
/** The maximum number of results to return. If not set, the service selects a default. */
|
|
2355
|
-
pageSize?:
|
|
3199
|
+
pageSize?:
|
|
3200
|
+
number;
|
|
2356
3201
|
/** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
|
|
2357
|
-
pageToken?:
|
|
3202
|
+
pageToken?:
|
|
3203
|
+
string;
|
|
2358
3204
|
/** Returns response with indentations and line breaks. */
|
|
2359
|
-
prettyPrint?:
|
|
3205
|
+
prettyPrint?:
|
|
3206
|
+
boolean;
|
|
2360
3207
|
/** 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. */
|
|
2361
|
-
quotaUser?:
|
|
3208
|
+
quotaUser?:
|
|
3209
|
+
string;
|
|
2362
3210
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2363
|
-
upload_protocol?:
|
|
3211
|
+
upload_protocol?:
|
|
3212
|
+
string;
|
|
2364
3213
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2365
|
-
uploadType?:
|
|
3214
|
+
uploadType?:
|
|
3215
|
+
string;
|
|
2366
3216
|
}): Request<ListLocationsResponse>;
|
|
2367
|
-
features:
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
3217
|
+
features:
|
|
3218
|
+
FeaturesResource;
|
|
3219
|
+
memberships:
|
|
3220
|
+
MembershipsResource;
|
|
3221
|
+
operations:
|
|
3222
|
+
OperationsResource;
|
|
3223
|
+
scopes:
|
|
3224
|
+
ScopesResource;
|
|
2371
3225
|
}
|
|
2372
3226
|
interface ProjectsResource {
|
|
2373
|
-
locations:
|
|
3227
|
+
locations:
|
|
3228
|
+
LocationsResource;
|
|
2374
3229
|
}
|
|
2375
3230
|
|
|
2376
3231
|
const projects: ProjectsResource;
|