@maxim_mazurok/gapi.client.iam-v2beta 0.0.20240523 → 0.0.20240617
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 +65 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://iam.googleapis.com/$discovery/rest?version=v2beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240617
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -125,6 +125,70 @@ declare namespace gapi.client {
|
|
|
125
125
|
/** A user-specified description of the rule. This value can be up to 256 characters. */
|
|
126
126
|
description?: string;
|
|
127
127
|
}
|
|
128
|
+
interface GoogleIamV3alphaOperationMetadata {
|
|
129
|
+
/** Output only. API version used to start the operation. */
|
|
130
|
+
apiVersion?: string;
|
|
131
|
+
/** Output only. The time the operation was created. */
|
|
132
|
+
createTime?: string;
|
|
133
|
+
/** Output only. The time the operation finished running. */
|
|
134
|
+
endTime?: string;
|
|
135
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
136
|
+
requestedCancellation?: boolean;
|
|
137
|
+
/** Output only. Human-readable status of the operation, if any. */
|
|
138
|
+
statusMessage?: string;
|
|
139
|
+
/** Output only. Server-defined resource path for the target of the */
|
|
140
|
+
target?: string;
|
|
141
|
+
/** Output only. Name of the verb executed by the operation. */
|
|
142
|
+
verb?: string;
|
|
143
|
+
}
|
|
144
|
+
interface GoogleIamV3betaOperationMetadata {
|
|
145
|
+
/** Output only. API version used to start the operation. */
|
|
146
|
+
apiVersion?: string;
|
|
147
|
+
/** Output only. The time the operation was created. */
|
|
148
|
+
createTime?: string;
|
|
149
|
+
/** Output only. The time the operation finished running. */
|
|
150
|
+
endTime?: string;
|
|
151
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
152
|
+
requestedCancellation?: boolean;
|
|
153
|
+
/** Output only. Human-readable status of the operation, if any. */
|
|
154
|
+
statusMessage?: string;
|
|
155
|
+
/** Output only. Server-defined resource path for the target of the */
|
|
156
|
+
target?: string;
|
|
157
|
+
/** Output only. Name of the verb executed by the operation. */
|
|
158
|
+
verb?: string;
|
|
159
|
+
}
|
|
160
|
+
interface GoogleIamV3mainOperationMetadata {
|
|
161
|
+
/** Output only. API version used to start the operation. */
|
|
162
|
+
apiVersion?: string;
|
|
163
|
+
/** Output only. The time the operation was created. */
|
|
164
|
+
createTime?: string;
|
|
165
|
+
/** Output only. The time the operation finished running. */
|
|
166
|
+
endTime?: string;
|
|
167
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
168
|
+
requestedCancellation?: boolean;
|
|
169
|
+
/** Output only. Human-readable status of the operation, if any. */
|
|
170
|
+
statusMessage?: string;
|
|
171
|
+
/** Output only. Server-defined resource path for the target of the */
|
|
172
|
+
target?: string;
|
|
173
|
+
/** Output only. Name of the verb executed by the operation. */
|
|
174
|
+
verb?: string;
|
|
175
|
+
}
|
|
176
|
+
interface GoogleIamV3OperationMetadata {
|
|
177
|
+
/** Output only. API version used to start the operation. */
|
|
178
|
+
apiVersion?: string;
|
|
179
|
+
/** Output only. The time the operation was created. */
|
|
180
|
+
createTime?: string;
|
|
181
|
+
/** Output only. The time the operation finished running. */
|
|
182
|
+
endTime?: string;
|
|
183
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
184
|
+
requestedCancellation?: boolean;
|
|
185
|
+
/** Output only. Human-readable status of the operation, if any. */
|
|
186
|
+
statusMessage?: string;
|
|
187
|
+
/** Output only. Server-defined resource path for the target of the */
|
|
188
|
+
target?: string;
|
|
189
|
+
/** Output only. Name of the verb executed by the operation. */
|
|
190
|
+
verb?: string;
|
|
191
|
+
}
|
|
128
192
|
interface GoogleLongrunningOperation {
|
|
129
193
|
/** 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. */
|
|
130
194
|
done?: boolean;
|