@maxim_mazurok/gapi.client.servicedirectory 1.0.20220511 → 1.0.20220601

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: 20220511
6
+ // Revision: 20220601
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: 20220511
13
+ // Revision: 20220601
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20220511",
3
+ "version": "1.0.20220601",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {