@maxim_mazurok/gapi.client.gkehub-v1alpha 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.
Files changed (2) hide show
  1. package/index.d.ts +7 -3
  2. 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=v1alpha
12
- // Revision: 20241025
12
+ // Revision: 20241206
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -64,6 +64,10 @@ declare namespace gapi.client {
64
64
  issuer?: string;
65
65
  /** 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. */
66
66
  oidcJwks?: string;
67
+ /** Optional. Output only. The identity provider for the scope-tenancy workload identity pool. */
68
+ scopeTenancyIdentityProvider?: string;
69
+ /** Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the fleet-level feature. */
70
+ scopeTenancyWorkloadIdentityPool?: string;
67
71
  /** 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. */
68
72
  workloadIdentityPool?: string;
69
73
  }
@@ -1203,7 +1207,7 @@ declare namespace gapi.client {
1203
1207
  interface OperationMetadata {
1204
1208
  /** Output only. API version used to start the operation. */
1205
1209
  apiVersion?: string;
1206
- /** 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`. */
1210
+ /** 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`. */
1207
1211
  cancelRequested?: boolean;
1208
1212
  /** Output only. The time the operation was created. */
1209
1213
  createTime?: string;
@@ -3113,7 +3117,7 @@ declare namespace gapi.client {
3113
3117
  rbacrolebindings: RbacrolebindingsResource;
3114
3118
  }
3115
3119
  interface OperationsResource {
3116
- /** 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`. */
3120
+ /** 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`. */
3117
3121
  cancel(request: {
3118
3122
  /** V1 error format. */
3119
3123
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20241025",
3
+ "version": "0.0.20241206",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",