@maxim_mazurok/gapi.client.cloudresourcemanager-v3 0.0.20221113 → 0.0.20230103

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 (3) hide show
  1. package/index.d.ts +10 -6
  2. package/package.json +1 -1
  3. package/tests.ts +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://cloudresourcemanager.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20221113
12
+ // Revision: 20230103
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -410,7 +410,7 @@ declare namespace gapi.client {
410
410
  /**
411
411
  * Optional. The labels associated with this project. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
412
412
  * \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?. Label values must be between 0 and 63 characters long and must conform to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?. No more than
413
- * 256 labels can be associated with a given resource. Clients should store labels in a representation such as JSON that does not depend on specific characters being disallowed.
413
+ * 64 labels can be associated with a given resource. Clients should store labels in a representation such as JSON that does not depend on specific characters being disallowed.
414
414
  * Example: `"myBusinessDimension" : "businessValue"`
415
415
  */
416
416
  labels?: { [P in string]: string };
@@ -827,8 +827,9 @@ declare namespace gapi.client {
827
827
  /** Optional. A pagination token returned from a previous call to `ListFolders` that indicates where this listing should continue from. */
828
828
  pageToken?: string;
829
829
  /**
830
- * Required. The resource name of the organization or folder whose folders are being listed. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. Access to this
831
- * method is controlled by checking the `resourcemanager.folders.list` permission on the `parent`.
830
+ * Required. The name of the parent resource whose folders are being listed. Only children of this parent resource are listed; descendants are not listed. If the parent is a
831
+ * folder, use the value `folders/{folder_id}`. If the parent is an organization, use the value `organizations/{org_id}`. Access to this method is controlled by checking the
832
+ * `resourcemanager.folders.list` permission on the `parent`.
832
833
  */
833
834
  parent?: string;
834
835
  /** Returns response with indentations and line breaks. */
@@ -1682,7 +1683,10 @@ declare namespace gapi.client {
1682
1683
  pageSize?: number;
1683
1684
  /** Optional. A pagination token returned from a previous call to ListProjects that indicates from where listing should continue. */
1684
1685
  pageToken?: string;
1685
- /** Required. The name of the parent resource to list projects under. For example, setting this field to 'folders/1234' would list all projects directly under that folder. */
1686
+ /**
1687
+ * Required. The name of the parent resource whose projects are being listed. Only children of this parent resource are listed; descendants are not listed. If the parent is a
1688
+ * folder, use the value `folders/{folder_id}`. If the parent is an organization, use the value `organizations/{org_id}`.
1689
+ */
1686
1690
  parent?: string;
1687
1691
  /** Returns response with indentations and line breaks. */
1688
1692
  prettyPrint?: boolean;
@@ -2752,7 +2756,7 @@ declare namespace gapi.client {
2752
2756
  pageSize?: number;
2753
2757
  /** Optional. A pagination token returned from a previous call to `ListTagValues` that indicates where this listing should continue from. */
2754
2758
  pageToken?: string;
2755
- /** Required. Resource name for TagKey, parent of the TagValues to be listed, in the format `tagKeys/123`. */
2759
+ /** Required. */
2756
2760
  parent?: string;
2757
2761
  /** Returns response with indentations and line breaks. */
2758
2762
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudresourcemanager-v3",
3
- "version": "0.0.20221113",
3
+ "version": "0.0.20230103",
4
4
  "description": "TypeScript typings for Cloud Resource Manager API v3",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20221113
6
+ // Revision: 20230103
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */