@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20240424 → 0.0.20240508

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 +9 -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://workstations.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20240424
12
+ // Revision: 20240508
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -278,6 +278,12 @@ declare namespace gapi.client {
278
278
  /** Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
279
279
  version?: number;
280
280
  }
281
+ interface PortRange {
282
+ /** Required. Starting port number for the current range of ports. */
283
+ first?: number;
284
+ /** Required. Ending port number for the current range of ports. */
285
+ last?: number;
286
+ }
281
287
  interface PrivateClusterConfig {
282
288
  /** Optional. Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed. */
283
289
  allowedProjects?: string[];
@@ -399,6 +405,8 @@ declare namespace gapi.client {
399
405
  updateTime?: string;
400
406
  }
401
407
  interface WorkstationConfig {
408
+ /** Optional. Single or Range of ports externally accessible in the workstation. If not specified defaults to ports 22, 80 and ports 1024-65535. */
409
+ allowedPorts?: PortRange[];
402
410
  /** Optional. Client-specified annotations. */
403
411
  annotations?: {[P in string]: string};
404
412
  /** Output only. Status conditions describing the current resource state. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20240424",
3
+ "version": "0.0.20240508",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "repository": {
6
6
  "type": "git",