@maxim_mazurok/gapi.client.gkehub-v1alpha 0.1.20251030 → 0.1.20251108

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 +422 -1
  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: 20251030
12
+ // Revision: 20251108
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -84,6 +84,10 @@ declare namespace gapi.client {
84
84
  /** Version of the cloud build software on the cluster. */
85
85
  version?: string;
86
86
  }
87
+ interface ClusterSelector {
88
+ /** The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels. */
89
+ labelSelector?: string;
90
+ }
87
91
  interface ClusterUpgradeFleetSpec {
88
92
  /** Allow users to override some properties of each GKE upgrade. */
89
93
  gkeUpgradeOverrides?: ClusterUpgradeGKEUpgradeOverride[];
@@ -577,6 +581,12 @@ declare namespace gapi.client {
577
581
  resourceLink?: string;
578
582
  }
579
583
  interface Empty {}
584
+ interface ExcludedCluster {
585
+ /** Output only. The name of the fleet Membership resource associated to the excluded cluster. */
586
+ membership?: string;
587
+ /** Output only. The reason for excluding the cluster from the rollout. */
588
+ reason?: string;
589
+ }
580
590
  interface Expr {
581
591
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
582
592
  description?: string;
@@ -635,6 +645,12 @@ declare namespace gapi.client {
635
645
  /** The time this status and any related Feature-specific details were updated. */
636
646
  updateTime?: string;
637
647
  }
648
+ interface FeatureUpdate {
649
+ /** Optional. Configuration for Binary Authorization. */
650
+ binaryAuthorizationConfig?: BinaryAuthorizationConfig;
651
+ /** Optional. Configuration for Security Posture. */
652
+ securityPostureConfig?: SecurityPostureConfig;
653
+ }
638
654
  interface Fleet {
639
655
  /** Output only. When the Fleet was created. */
640
656
  createTime?: string;
@@ -987,6 +1003,18 @@ declare namespace gapi.client {
987
1003
  /** The list of permitted Scopes */
988
1004
  scopes?: Scope[];
989
1005
  }
1006
+ interface ListRolloutSequencesResponse {
1007
+ /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
1008
+ nextPageToken?: string;
1009
+ /** The rollout sequences from the specified parent resource. */
1010
+ rolloutSequences?: RolloutSequence[];
1011
+ }
1012
+ interface ListRolloutsResponse {
1013
+ /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
1014
+ nextPageToken?: string;
1015
+ /** The rollouts from the specified parent resource. */
1016
+ rollouts?: Rollout[];
1017
+ }
990
1018
  interface ListScopeNamespacesResponse {
991
1019
  /** A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string means that there are no more resources to return. */
992
1020
  nextPageToken?: string;
@@ -1415,6 +1443,100 @@ declare namespace gapi.client {
1415
1443
  /** predefined_role is the Kubernetes default role to use */
1416
1444
  predefinedRole?: string;
1417
1445
  }
1446
+ interface Rollout {
1447
+ /** Output only. The timestamp at which the Rollout was completed. */
1448
+ completeTime?: string;
1449
+ /** Output only. The timestamp at which the Rollout was created. */
1450
+ createTime?: string;
1451
+ /** Output only. The timestamp at the Rollout was deleted. */
1452
+ deleteTime?: string;
1453
+ /** Optional. Human readable display name of the Rollout. */
1454
+ displayName?: string;
1455
+ /** Output only. etag of the Rollout Ex. abc1234 */
1456
+ etag?: string;
1457
+ /** Optional. Output only. The excluded clusters from the rollout. */
1458
+ excludedClusters?: ExcludedCluster[];
1459
+ /** Optional. Feature config to use for Rollout. */
1460
+ feature?: FeatureUpdate;
1461
+ /** Optional. Labels for this Rollout. */
1462
+ labels?: {[P in string]: string};
1463
+ /** Output only. States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) that's part of this Rollout. The key is the membership name of the cluster. The value is the state of the cluster. */
1464
+ membershipStates?: {[P in string]: RolloutMembershipState};
1465
+ /** Identifier. The full, unique resource name of this Rollout in the format of `projects/{project}/locations/global/rollouts/{rollout}`. */
1466
+ name?: string;
1467
+ /** Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user initiated rollouts. */
1468
+ rolloutSequence?: string;
1469
+ /** Output only. The schedule of the Rollout. */
1470
+ schedule?: Schedule;
1471
+ /** Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts. */
1472
+ stages?: RolloutStage[];
1473
+ /** Output only. State specifies various states of the Rollout. */
1474
+ state?: string;
1475
+ /** Output only. A human-readable description explaining the reason for the current state. */
1476
+ stateReason?: string;
1477
+ /** Output only. Google-generated UUID for this resource. This is unique across all Rollout resources. If a Rollout resource is deleted and another resource with the same name is created, it gets a different uid. */
1478
+ uid?: string;
1479
+ /** Output only. The timestamp at which the Rollout was last updated. */
1480
+ updateTime?: string;
1481
+ /** Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only. */
1482
+ versionUpgrade?: VersionUpgrade;
1483
+ }
1484
+ interface RolloutMembershipState {
1485
+ /** Optional. Output only. The time this status and any related Rollout-specific details for the membership were updated. */
1486
+ lastUpdateTime?: string;
1487
+ /** Output only. The stage assignment of this cluster in this rollout. */
1488
+ stageAssignment?: number;
1489
+ /** Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets belongs to the same cluster, identified by the membership name (key of membership_states map). */
1490
+ targets?: RolloutTarget[];
1491
+ }
1492
+ interface RolloutSequence {
1493
+ /** Output only. The timestamp at which the Rollout Sequence was created. */
1494
+ createTime?: string;
1495
+ /** Output only. The timestamp at the Rollout Sequence was deleted. */
1496
+ deleteTime?: string;
1497
+ /** Optional. Human readable display name of the Rollout Sequence. */
1498
+ displayName?: string;
1499
+ /** Output only. etag of the Rollout Sequence Ex. abc1234 */
1500
+ etag?: string;
1501
+ /** Optional. Labels for this Rollout Sequence. */
1502
+ labels?: {[P in string]: string};
1503
+ /** Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} */
1504
+ name?: string;
1505
+ /** Required. Ordered list of stages that constitutes this Rollout. */
1506
+ stages?: Stage[];
1507
+ /** Output only. Google-generated UUID for this resource. This is unique across all Rollout Sequence resources. If a Rollout Sequence resource is deleted and another resource with the same name is created, it gets a different uid. */
1508
+ uid?: string;
1509
+ /** Output only. The timestamp at which the Rollout Sequence was last updated. */
1510
+ updateTime?: string;
1511
+ }
1512
+ interface RolloutStage {
1513
+ /** Optional. Output only. The time at which the wave ended. */
1514
+ endTime?: string;
1515
+ /** Optional. Duration to soak after this wave before starting the next wave. */
1516
+ soakDuration?: string;
1517
+ /** Output only. The wave number to which this status applies. */
1518
+ stageNumber?: number;
1519
+ /** Optional. Output only. The time at which the wave started. */
1520
+ startTime?: string;
1521
+ /** Output only. The state of the wave. */
1522
+ state?: string;
1523
+ }
1524
+ interface RolloutTarget {
1525
+ /** Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.com/projects//locations//clusters/. */
1526
+ cluster?: string;
1527
+ /** Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/. */
1528
+ nodePool?: string;
1529
+ /** Optional. Output only. The operation resource name performing the mutation. */
1530
+ operation?: string;
1531
+ /** Optional. Output only. A human-readable description of the current status. */
1532
+ reason?: string;
1533
+ /** Output only. The high-level, machine-readable status of this Rollout for the target. */
1534
+ state?: string;
1535
+ }
1536
+ interface Schedule {
1537
+ /** Output only. The schedule of each wave in the Rollout. */
1538
+ waves?: WaveSchedule[];
1539
+ }
1418
1540
  interface Scope {
1419
1541
  /** Output only. When the scope was created. */
1420
1542
  createTime?: string;
@@ -1551,6 +1673,14 @@ declare namespace gapi.client {
1551
1673
  /** 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: `paths: "bindings, etag"` */
1552
1674
  updateMask?: string;
1553
1675
  }
1676
+ interface Stage {
1677
+ /** Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the fleets are selected. */
1678
+ clusterSelector?: ClusterSelector;
1679
+ /** Required. List of Fleet projects to select the clusters from. Expected format: projects/{project} */
1680
+ fleetProjects?: string[];
1681
+ /** Optional. Soak time after upgrading all the clusters in the stage. */
1682
+ soakDuration?: string;
1683
+ }
1554
1684
  interface Status {
1555
1685
  /** Code specifies AppDevExperienceFeature's subcomponent ready state. */
1556
1686
  code?: string;
@@ -1593,6 +1723,20 @@ declare namespace gapi.client {
1593
1723
  /** Validator type to validate membership with. */
1594
1724
  validator?: string;
1595
1725
  }
1726
+ interface VersionUpgrade {
1727
+ /** Optional. Desired version of the component. */
1728
+ desiredVersion?: string;
1729
+ /** Optional. Type of version upgrade specifies which component should be upgraded. */
1730
+ type?: string;
1731
+ }
1732
+ interface WaveSchedule {
1733
+ /** Output only. The time at which the wave ends. */
1734
+ waveEndTime?: string;
1735
+ /** Output only. The wave number to which this schedule applies. */
1736
+ waveNumber?: number;
1737
+ /** Output only. The time at which the wave starts. */
1738
+ waveStartTime?: string;
1739
+ }
1596
1740
  interface WorkloadIdentityFeatureSpec {
1597
1741
  /** Pool to be used for Workload Identity. This pool in trust-domain mode is used with Fleet Tenancy, so that sameness can be enforced. ex: projects/example/locations/global/workloadidentitypools/custompool */
1598
1742
  scopeTenancyPool?: string;
@@ -3342,6 +3486,281 @@ declare namespace gapi.client {
3342
3486
  uploadType?: string;
3343
3487
  }): Request<ListOperationsResponse>;
3344
3488
  }
3489
+ interface RolloutsResource {
3490
+ /** Retrieve a single rollout. */
3491
+ get(request?: {
3492
+ /** V1 error format. */
3493
+ '$.xgafv'?: string;
3494
+ /** OAuth access token. */
3495
+ access_token?: string;
3496
+ /** Data format for response. */
3497
+ alt?: string;
3498
+ /** JSONP */
3499
+ callback?: string;
3500
+ /** Selector specifying which fields to include in a partial response. */
3501
+ fields?: string;
3502
+ /** 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. */
3503
+ key?: string;
3504
+ /** Required. The name of the rollout to retrieve. projects/{project}/locations/{location}/rollouts/{rollout} */
3505
+ name: string;
3506
+ /** OAuth 2.0 token for the current user. */
3507
+ oauth_token?: string;
3508
+ /** Returns response with indentations and line breaks. */
3509
+ prettyPrint?: boolean;
3510
+ /** 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. */
3511
+ quotaUser?: string;
3512
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3513
+ upload_protocol?: string;
3514
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3515
+ uploadType?: string;
3516
+ }): Request<Rollout>;
3517
+ /** Retrieve the list of all rollouts. */
3518
+ list(request?: {
3519
+ /** V1 error format. */
3520
+ '$.xgafv'?: string;
3521
+ /** OAuth access token. */
3522
+ access_token?: string;
3523
+ /** Data format for response. */
3524
+ alt?: string;
3525
+ /** JSONP */
3526
+ callback?: string;
3527
+ /** Selector specifying which fields to include in a partial response. */
3528
+ fields?: string;
3529
+ /** Optional. Lists Rollouts that match the filter expression, following the syntax outlined in https://google.aip.dev/160. */
3530
+ filter?: string;
3531
+ /** 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. */
3532
+ key?: string;
3533
+ /** OAuth 2.0 token for the current user. */
3534
+ oauth_token?: string;
3535
+ /** The maximum number of rollout to return. The service may return fewer than this value. If unspecified, at most 50 rollouts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
3536
+ pageSize?: number;
3537
+ /** A page token, received from a previous `ListRollouts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRollouts` must match the call that provided the page token. */
3538
+ pageToken?: string;
3539
+ /** Required. The parent, which owns this collection of rollout. Format: projects/{project}/locations/{location} */
3540
+ parent: string;
3541
+ /** Returns response with indentations and line breaks. */
3542
+ prettyPrint?: boolean;
3543
+ /** 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. */
3544
+ quotaUser?: string;
3545
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3546
+ upload_protocol?: string;
3547
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3548
+ uploadType?: string;
3549
+ }): Request<ListRolloutsResponse>;
3550
+ }
3551
+ interface RolloutSequencesResource {
3552
+ /** Create a new rollout sequence resource. */
3553
+ create(request: {
3554
+ /** V1 error format. */
3555
+ '$.xgafv'?: string;
3556
+ /** OAuth access token. */
3557
+ access_token?: string;
3558
+ /** Data format for response. */
3559
+ alt?: string;
3560
+ /** JSONP */
3561
+ callback?: string;
3562
+ /** Selector specifying which fields to include in a partial response. */
3563
+ fields?: string;
3564
+ /** 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. */
3565
+ key?: string;
3566
+ /** OAuth 2.0 token for the current user. */
3567
+ oauth_token?: string;
3568
+ /** Required. The parent resource where this rollout sequence will be created. projects/{project}/locations/{location} */
3569
+ parent: string;
3570
+ /** Returns response with indentations and line breaks. */
3571
+ prettyPrint?: boolean;
3572
+ /** 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. */
3573
+ quotaUser?: string;
3574
+ /** Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/ */
3575
+ rolloutSequenceId?: string;
3576
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3577
+ upload_protocol?: string;
3578
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3579
+ uploadType?: string;
3580
+ /** Request body */
3581
+ resource: RolloutSequence;
3582
+ }): Request<Operation>;
3583
+ create(
3584
+ request: {
3585
+ /** V1 error format. */
3586
+ '$.xgafv'?: string;
3587
+ /** OAuth access token. */
3588
+ access_token?: string;
3589
+ /** Data format for response. */
3590
+ alt?: string;
3591
+ /** JSONP */
3592
+ callback?: string;
3593
+ /** Selector specifying which fields to include in a partial response. */
3594
+ fields?: string;
3595
+ /** 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. */
3596
+ key?: string;
3597
+ /** OAuth 2.0 token for the current user. */
3598
+ oauth_token?: string;
3599
+ /** Required. The parent resource where this rollout sequence will be created. projects/{project}/locations/{location} */
3600
+ parent: string;
3601
+ /** Returns response with indentations and line breaks. */
3602
+ prettyPrint?: boolean;
3603
+ /** 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. */
3604
+ quotaUser?: string;
3605
+ /** Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/ */
3606
+ rolloutSequenceId?: string;
3607
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3608
+ upload_protocol?: string;
3609
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3610
+ uploadType?: string;
3611
+ },
3612
+ body: RolloutSequence,
3613
+ ): Request<Operation>;
3614
+ /** Remove a RolloutSequence. */
3615
+ delete(request?: {
3616
+ /** V1 error format. */
3617
+ '$.xgafv'?: string;
3618
+ /** OAuth access token. */
3619
+ access_token?: string;
3620
+ /** Data format for response. */
3621
+ alt?: string;
3622
+ /** JSONP */
3623
+ callback?: string;
3624
+ /** Selector specifying which fields to include in a partial response. */
3625
+ fields?: string;
3626
+ /** 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. */
3627
+ key?: string;
3628
+ /** Required. The name of the rollout sequence to delete. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} */
3629
+ name: string;
3630
+ /** OAuth 2.0 token for the current user. */
3631
+ oauth_token?: string;
3632
+ /** Returns response with indentations and line breaks. */
3633
+ prettyPrint?: boolean;
3634
+ /** 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. */
3635
+ quotaUser?: string;
3636
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3637
+ upload_protocol?: string;
3638
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3639
+ uploadType?: string;
3640
+ }): Request<Operation>;
3641
+ /** Retrieve a single rollout sequence. */
3642
+ get(request?: {
3643
+ /** V1 error format. */
3644
+ '$.xgafv'?: string;
3645
+ /** OAuth access token. */
3646
+ access_token?: string;
3647
+ /** Data format for response. */
3648
+ alt?: string;
3649
+ /** JSONP */
3650
+ callback?: string;
3651
+ /** Selector specifying which fields to include in a partial response. */
3652
+ fields?: string;
3653
+ /** 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. */
3654
+ key?: string;
3655
+ /** Required. The name of the rollout sequence to retrieve. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} */
3656
+ name: string;
3657
+ /** OAuth 2.0 token for the current user. */
3658
+ oauth_token?: string;
3659
+ /** Returns response with indentations and line breaks. */
3660
+ prettyPrint?: boolean;
3661
+ /** 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. */
3662
+ quotaUser?: string;
3663
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3664
+ upload_protocol?: string;
3665
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3666
+ uploadType?: string;
3667
+ }): Request<RolloutSequence>;
3668
+ /** Retrieve the list of all rollout sequences. */
3669
+ list(request?: {
3670
+ /** V1 error format. */
3671
+ '$.xgafv'?: string;
3672
+ /** OAuth access token. */
3673
+ access_token?: string;
3674
+ /** Data format for response. */
3675
+ alt?: string;
3676
+ /** JSONP */
3677
+ callback?: string;
3678
+ /** Selector specifying which fields to include in a partial response. */
3679
+ fields?: string;
3680
+ /** Optional. Lists Rollout Sequences that match the filter expression, following the syntax outlined in https://google.aip.dev/160. */
3681
+ filter?: string;
3682
+ /** 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. */
3683
+ key?: string;
3684
+ /** OAuth 2.0 token for the current user. */
3685
+ oauth_token?: string;
3686
+ /** Optional. The maximum number of rollout sequences to return. The service may return fewer than this value. If unspecified, at most 50 rollout sequences will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
3687
+ pageSize?: number;
3688
+ /** Optional. A page token, received from a previous `ListRolloutSequences` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRolloutSequences` must match the call that provided the page token. */
3689
+ pageToken?: string;
3690
+ /** Required. The parent, which owns this collection of rollout sequences. Format: projects/{project}/locations/{location} */
3691
+ parent: string;
3692
+ /** Returns response with indentations and line breaks. */
3693
+ prettyPrint?: boolean;
3694
+ /** 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. */
3695
+ quotaUser?: string;
3696
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3697
+ upload_protocol?: string;
3698
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3699
+ uploadType?: string;
3700
+ }): Request<ListRolloutSequencesResponse>;
3701
+ /** Update a rollout sequence. */
3702
+ patch(request: {
3703
+ /** V1 error format. */
3704
+ '$.xgafv'?: string;
3705
+ /** OAuth access token. */
3706
+ access_token?: string;
3707
+ /** Data format for response. */
3708
+ alt?: string;
3709
+ /** JSONP */
3710
+ callback?: string;
3711
+ /** Selector specifying which fields to include in a partial response. */
3712
+ fields?: string;
3713
+ /** 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. */
3714
+ key?: string;
3715
+ /** Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} */
3716
+ name: string;
3717
+ /** OAuth 2.0 token for the current user. */
3718
+ oauth_token?: string;
3719
+ /** Returns response with indentations and line breaks. */
3720
+ prettyPrint?: boolean;
3721
+ /** 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. */
3722
+ quotaUser?: string;
3723
+ /** Optional. The list of fields to update. */
3724
+ updateMask?: string;
3725
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3726
+ upload_protocol?: string;
3727
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3728
+ uploadType?: string;
3729
+ /** Request body */
3730
+ resource: RolloutSequence;
3731
+ }): Request<Operation>;
3732
+ patch(
3733
+ request: {
3734
+ /** V1 error format. */
3735
+ '$.xgafv'?: string;
3736
+ /** OAuth access token. */
3737
+ access_token?: string;
3738
+ /** Data format for response. */
3739
+ alt?: string;
3740
+ /** JSONP */
3741
+ callback?: string;
3742
+ /** Selector specifying which fields to include in a partial response. */
3743
+ fields?: string;
3744
+ /** 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. */
3745
+ key?: string;
3746
+ /** Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} */
3747
+ name: string;
3748
+ /** OAuth 2.0 token for the current user. */
3749
+ oauth_token?: string;
3750
+ /** Returns response with indentations and line breaks. */
3751
+ prettyPrint?: boolean;
3752
+ /** 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. */
3753
+ quotaUser?: string;
3754
+ /** Optional. The list of fields to update. */
3755
+ updateMask?: string;
3756
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3757
+ upload_protocol?: string;
3758
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3759
+ uploadType?: string;
3760
+ },
3761
+ body: RolloutSequence,
3762
+ ): Request<Operation>;
3763
+ }
3345
3764
  interface NamespacesResource {
3346
3765
  /** Creates a fleet namespace. */
3347
3766
  create(request: {
@@ -4197,6 +4616,8 @@ declare namespace gapi.client {
4197
4616
  fleets: FleetsResource;
4198
4617
  memberships: MembershipsResource;
4199
4618
  operations: OperationsResource;
4619
+ rollouts: RolloutsResource;
4620
+ rolloutSequences: RolloutSequencesResource;
4200
4621
  scopes: ScopesResource;
4201
4622
  }
4202
4623
  interface ProjectsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.1.20251030",
3
+ "version": "0.1.20251108",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",