@maxim_mazurok/gapi.client.dataproc-v1 0.0.20220824 → 0.0.20220907
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 +30 -11
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
11
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
12
|
// Generated from: https://dataproc.googleapis.com/$discovery/rest?version=v1
|
|
13
|
-
// Revision:
|
|
13
|
+
// Revision: 20220907
|
|
14
14
|
|
|
15
15
|
/// <reference types="gapi.client" />
|
|
16
16
|
|
|
@@ -178,14 +178,15 @@ declare namespace gapi.client {
|
|
|
178
178
|
condition?: Expr;
|
|
179
179
|
/**
|
|
180
180
|
* 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 the
|
|
181
|
-
* internet; with or without a Google account. allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
|
182
|
-
*
|
|
183
|
-
* service account. For example, my-other-app@appspot.gserviceaccount.com.
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
* that
|
|
187
|
-
*
|
|
188
|
-
*
|
|
181
|
+
* internet; with or without a Google account. allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does
|
|
182
|
+
* not include identities that come from external identity providers (IdPs) through identity federation. user:{emailid}: An email address that represents a specific Google account. For
|
|
183
|
+
* example, alice@example.com . serviceAccount:{emailid}: An email address that represents a Google service account. For example, my-other-app@appspot.gserviceaccount.com.
|
|
184
|
+
* serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account
|
|
185
|
+
* (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:{emailid}: An email
|
|
186
|
+
* address that represents a Google group. For example, admins@example.com. deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that
|
|
187
|
+
* has been recently deleted. For example, alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts to user:{emailid} and the recovered user retains
|
|
188
|
+
* the role in the binding. deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted.
|
|
189
|
+
* For example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts to serviceAccount:{emailid} and the
|
|
189
190
|
* undeleted service account retains the role in the binding. deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has
|
|
190
191
|
* 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 retains
|
|
191
192
|
* the role in the binding. domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example, google.com or example.com.
|
|
@@ -483,6 +484,24 @@ declare namespace gapi.client {
|
|
|
483
484
|
*/
|
|
484
485
|
zoneUri?: string;
|
|
485
486
|
}
|
|
487
|
+
interface GceNodePoolOperationMetadata {
|
|
488
|
+
/** Output only. Cluster UUID associated with the Compute Engine node pool operation. */
|
|
489
|
+
clusterUuid?: string;
|
|
490
|
+
/** Output only. Short description of operation. */
|
|
491
|
+
description?: string;
|
|
492
|
+
/** Output only. Compute Engine node pool ID for the operation. */
|
|
493
|
+
gceNodePoolId?: string;
|
|
494
|
+
/** Output only. Labels associated with the operation */
|
|
495
|
+
labels?: { [P in string]: string };
|
|
496
|
+
/** The operation type. */
|
|
497
|
+
operationType?: string;
|
|
498
|
+
/** Output only. Current operation status. */
|
|
499
|
+
status?: ClusterOperationStatus;
|
|
500
|
+
/** Output only. The previous operation status. */
|
|
501
|
+
statusHistory?: ClusterOperationStatus[];
|
|
502
|
+
/** Output only. Errors encountered during operation execution. */
|
|
503
|
+
warnings?: string[];
|
|
504
|
+
}
|
|
486
505
|
interface GetIamPolicyRequest {
|
|
487
506
|
/** OPTIONAL: A GetPolicyOptions object for specifying options to GetIamPolicy. */
|
|
488
507
|
options?: GetPolicyOptions;
|
|
@@ -2088,7 +2107,7 @@ declare namespace gapi.client {
|
|
|
2088
2107
|
fields?: string;
|
|
2089
2108
|
/** 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. */
|
|
2090
2109
|
key?: string;
|
|
2091
|
-
/** Required. The name of the batch
|
|
2110
|
+
/** Required. The fully qualified name of the batch to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID" */
|
|
2092
2111
|
name: string;
|
|
2093
2112
|
/** OAuth 2.0 token for the current user. */
|
|
2094
2113
|
oauth_token?: string;
|
|
@@ -2115,7 +2134,7 @@ declare namespace gapi.client {
|
|
|
2115
2134
|
fields?: string;
|
|
2116
2135
|
/** 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. */
|
|
2117
2136
|
key?: string;
|
|
2118
|
-
/** Required. The name of the batch to retrieve
|
|
2137
|
+
/** Required. The fully qualified name of the batch to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID" */
|
|
2119
2138
|
name: string;
|
|
2120
2139
|
/** OAuth 2.0 token for the current user. */
|
|
2121
2140
|
oauth_token?: string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20220907
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|