@maxim_mazurok/gapi.client.servicedirectory 1.0.20220428 → 1.0.20220505

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: 20220428
6
+ // Revision: 20220505
7
7
 
8
8
  gapi.load('client', () => {
9
9
  /** now we can use gapi.client */
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
11
11
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
12
12
  // Generated from: https://servicedirectory.googleapis.com/$discovery/rest?version=v1
13
- // Revision: 20220428
13
+ // Revision: 20220505
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -592,7 +592,10 @@ declare namespace gapi.client {
592
592
  prettyPrint?: boolean;
593
593
  /** 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. */
594
594
  quotaUser?: string;
595
- /** REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */
595
+ /**
596
+ * REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
597
+ * field.
598
+ */
596
599
  resource: string;
597
600
  /** Upload protocol for media (e.g. "raw", "multipart"). */
598
601
  upload_protocol?: string;
@@ -782,7 +785,10 @@ declare namespace gapi.client {
782
785
  prettyPrint?: boolean;
783
786
  /** 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. */
784
787
  quotaUser?: string;
785
- /** REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */
788
+ /**
789
+ * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
790
+ * field.
791
+ */
786
792
  resource: string;
787
793
  /** Upload protocol for media (e.g. "raw", "multipart"). */
788
794
  upload_protocol?: string;
@@ -810,7 +816,10 @@ declare namespace gapi.client {
810
816
  prettyPrint?: boolean;
811
817
  /** 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. */
812
818
  quotaUser?: string;
813
- /** REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */
819
+ /**
820
+ * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
821
+ * this field.
822
+ */
814
823
  resource: string;
815
824
  /** Upload protocol for media (e.g. "raw", "multipart"). */
816
825
  upload_protocol?: string;
@@ -963,7 +972,10 @@ declare namespace gapi.client {
963
972
  prettyPrint?: boolean;
964
973
  /** 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. */
965
974
  quotaUser?: string;
966
- /** REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */
975
+ /**
976
+ * REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
977
+ * field.
978
+ */
967
979
  resource: string;
968
980
  /** Upload protocol for media (e.g. "raw", "multipart"). */
969
981
  upload_protocol?: string;
@@ -1097,7 +1109,10 @@ declare namespace gapi.client {
1097
1109
  prettyPrint?: boolean;
1098
1110
  /** 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. */
1099
1111
  quotaUser?: string;
1100
- /** REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */
1112
+ /**
1113
+ * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1114
+ * field.
1115
+ */
1101
1116
  resource: string;
1102
1117
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1103
1118
  upload_protocol?: string;
@@ -1125,7 +1140,10 @@ declare namespace gapi.client {
1125
1140
  prettyPrint?: boolean;
1126
1141
  /** 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. */
1127
1142
  quotaUser?: string;
1128
- /** REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */
1143
+ /**
1144
+ * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1145
+ * this field.
1146
+ */
1129
1147
  resource: string;
1130
1148
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1131
1149
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20220428",
3
+ "version": "1.0.20220505",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {