@maxim_mazurok/gapi.client.gkehub-v1 0.0.20241025 → 0.0.20241206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -3
- 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://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241206
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -52,6 +52,10 @@ declare namespace gapi.client {
|
|
|
52
52
|
issuer?: string;
|
|
53
53
|
/** 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 will be validated using this field. */
|
|
54
54
|
oidcJwks?: string;
|
|
55
|
+
/** Optional. Output only. The identity provider for the scope-tenancy workload identity pool. */
|
|
56
|
+
scopeTenancyIdentityProvider?: string;
|
|
57
|
+
/** Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the fleet-level feature. */
|
|
58
|
+
scopeTenancyWorkloadIdentityPool?: string;
|
|
55
59
|
/** 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 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. */
|
|
56
60
|
workloadIdentityPool?: string;
|
|
57
61
|
}
|
|
@@ -1082,7 +1086,7 @@ declare namespace gapi.client {
|
|
|
1082
1086
|
interface OperationMetadata {
|
|
1083
1087
|
/** Output only. API version used to start the operation. */
|
|
1084
1088
|
apiVersion?: string;
|
|
1085
|
-
/** 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`. */
|
|
1089
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
1086
1090
|
cancelRequested?: boolean;
|
|
1087
1091
|
/** Output only. The time the operation was created. */
|
|
1088
1092
|
createTime?: string;
|
|
@@ -2776,7 +2780,7 @@ declare namespace gapi.client {
|
|
|
2776
2780
|
rbacrolebindings: RbacrolebindingsResource;
|
|
2777
2781
|
}
|
|
2778
2782
|
interface OperationsResource {
|
|
2779
|
-
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
2783
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
2780
2784
|
cancel(request: {
|
|
2781
2785
|
/** V1 error format. */
|
|
2782
2786
|
'$.xgafv'?: string;
|