@maxim_mazurok/gapi.client.cloudasset-v1 0.0.20240621 → 0.0.20240705

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 +4 -4
  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://cloudasset.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240621
12
+ // Revision: 20240705
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -611,7 +611,7 @@ declare namespace gapi.client {
611
611
  identityType?: string;
612
612
  /** Whether to enforce traffic restrictions based on `sources` field. If the `sources` fields is non-empty, then this field must be set to `SOURCE_RESTRICTION_ENABLED`. */
613
613
  sourceRestriction?: string;
614
- /** Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. */
614
+ /** Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
615
615
  sources?: GoogleIdentityAccesscontextmanagerV1EgressSource[];
616
616
  }
617
617
  interface GoogleIdentityAccesscontextmanagerV1EgressPolicy {
@@ -621,7 +621,7 @@ declare namespace gapi.client {
621
621
  egressTo?: GoogleIdentityAccesscontextmanagerV1EgressTo;
622
622
  }
623
623
  interface GoogleIdentityAccesscontextmanagerV1EgressSource {
624
- /** An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. */
624
+ /** An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
625
625
  accessLevel?: string;
626
626
  }
627
627
  interface GoogleIdentityAccesscontextmanagerV1EgressTo {
@@ -709,7 +709,7 @@ declare namespace gapi.client {
709
709
  enableRestriction?: boolean;
710
710
  }
711
711
  interface GoogleIdentityAccesscontextmanagerV1VpcNetworkSource {
712
- /** Sub-segment ranges of a VPC network. */
712
+ /** Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
713
713
  vpcSubnetwork?: GoogleIdentityAccesscontextmanagerV1VpcSubNetwork;
714
714
  }
715
715
  interface GoogleIdentityAccesscontextmanagerV1VpcSubNetwork {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudasset-v1",
3
- "version": "0.0.20240621",
3
+ "version": "0.0.20240705",
4
4
  "description": "TypeScript typings for Cloud Asset API v1",
5
5
  "repository": {
6
6
  "type": "git",