@maxim_mazurok/gapi.client.servicedirectory 1.0.20220428 → 1.0.20220518

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: 20220518
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: 20220518
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -171,9 +171,11 @@ declare namespace gapi.client {
171
171
  * Examples of valid filters: * `annotations.owner` returns endpoints that have a annotation with the key `owner`, this is the same as `annotations:owner` * `annotations.protocol=gRPC`
172
172
  * returns endpoints that have key/value `protocol=gRPC` * `address=192.108.1.105` returns endpoints that have this address * `port>8080` returns endpoints that have port number larger
173
173
  * than 8080 * `name>projects/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c` returns endpoints that have name that is alphabetically
174
- * later than the string, so "endpoint-e" is returned but "endpoint-a" is not * `annotations.owner!=sd AND annotations.foo=bar` returns endpoints that have `owner` in annotation key
175
- * but value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that endpoint doesn't have a field called "doesnotexist". Since the filter
176
- * does not match any endpoint, it returns no results For more information about filtering, see [API Filtering](https://aip.dev/160).
174
+ * later than the string, so "endpoint-e" is returned but "endpoint-a" is not *
175
+ * `name=projects/my-project/locations/us-central1/namespaces/my-namespace/services/my-service/endpoints/ep-1` returns the endpoint that has an endpoint_id equal to `ep-1` *
176
+ * `annotations.owner!=sd AND annotations.foo=bar` returns endpoints that have `owner` in annotation key but value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar`
177
+ * returns an empty list. Note that endpoint doesn't have a field called "doesnotexist". Since the filter does not match any endpoint, it returns no results For more information about
178
+ * filtering, see [API Filtering](https://aip.dev/160).
177
179
  */
178
180
  endpointFilter?: string;
179
181
  /**
@@ -592,7 +594,10 @@ declare namespace gapi.client {
592
594
  prettyPrint?: boolean;
593
595
  /** 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
596
  quotaUser?: string;
595
- /** REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */
597
+ /**
598
+ * 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
599
+ * field.
600
+ */
596
601
  resource: string;
597
602
  /** Upload protocol for media (e.g. "raw", "multipart"). */
598
603
  upload_protocol?: string;
@@ -782,7 +787,10 @@ declare namespace gapi.client {
782
787
  prettyPrint?: boolean;
783
788
  /** 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
789
  quotaUser?: string;
785
- /** REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */
790
+ /**
791
+ * 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
792
+ * field.
793
+ */
786
794
  resource: string;
787
795
  /** Upload protocol for media (e.g. "raw", "multipart"). */
788
796
  upload_protocol?: string;
@@ -810,7 +818,10 @@ declare namespace gapi.client {
810
818
  prettyPrint?: boolean;
811
819
  /** 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
820
  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. */
821
+ /**
822
+ * 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
823
+ * this field.
824
+ */
814
825
  resource: string;
815
826
  /** Upload protocol for media (e.g. "raw", "multipart"). */
816
827
  upload_protocol?: string;
@@ -963,7 +974,10 @@ declare namespace gapi.client {
963
974
  prettyPrint?: boolean;
964
975
  /** 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
976
  quotaUser?: string;
966
- /** REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */
977
+ /**
978
+ * 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
979
+ * field.
980
+ */
967
981
  resource: string;
968
982
  /** Upload protocol for media (e.g. "raw", "multipart"). */
969
983
  upload_protocol?: string;
@@ -1097,7 +1111,10 @@ declare namespace gapi.client {
1097
1111
  prettyPrint?: boolean;
1098
1112
  /** 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
1113
  quotaUser?: string;
1100
- /** REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */
1114
+ /**
1115
+ * 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
1116
+ * field.
1117
+ */
1101
1118
  resource: string;
1102
1119
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1103
1120
  upload_protocol?: string;
@@ -1125,7 +1142,10 @@ declare namespace gapi.client {
1125
1142
  prettyPrint?: boolean;
1126
1143
  /** 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
1144
  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. */
1145
+ /**
1146
+ * 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
1147
+ * this field.
1148
+ */
1129
1149
  resource: string;
1130
1150
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1131
1151
  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.20220518",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {