google-apis-servicedirectory_v1beta1 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 784abfd9ccbbc54bd4262769bc5c361720b4129422ebd45e390127542e1a05b6
|
4
|
+
data.tar.gz: c8beffe56fd32a2e2462e8523099c31a325ae6c39ef2dbd8b808bea2f845dc5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a508717bc19fe2e7598786e73e9021eccfedf298a950ea7517186a93270036b17b02a161cc9d5791f81f372a7aa0f4208c9fa819bfc33e6d8bb3710ea5c01455
|
7
|
+
data.tar.gz: eeab3e6eab2dfe404f87f8f6eeaac011b23514a65d52780147866a17a64d0401b65575189797faea0b7042be08904b8280452583117e5b828e9e828049524536
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-servicedirectory_v1beta1
|
2
2
|
|
3
|
+
### v0.20.0 (2022-06-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220526
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
3
8
|
### v0.19.0 (2022-05-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220518
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicedirectoryV1beta1
|
18
18
|
# Version of the google-apis-servicedirectory_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220526"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -873,23 +873,26 @@ module Google
|
|
873
873
|
# Required. The resource name of the service whose endpoints you'd like to list.
|
874
874
|
# @param [String] filter
|
875
875
|
# Optional. The filter to list results by. General `filter` string syntax: ` ()`
|
876
|
-
# * `` can be `name`, `address`, `port`,
|
877
|
-
# be `<`, `>`, `<=`, `>=`, `!=`, `=`,
|
878
|
-
#
|
879
|
-
# AND`, `OR`, `NOT` Examples of valid
|
880
|
-
# endpoints that have a metadata with the
|
881
|
-
# metadata:owner` * `metadata.protocol=gRPC`
|
882
|
-
# value `protocol=gRPC` * `address=192.108.1.105`
|
883
|
-
# this address * `port>8080` returns endpoints that
|
884
|
-
# 8080 * `name>projects/my-project/locations/us-
|
885
|
-
# services/my-service/endpoints/endpoint-c`
|
886
|
-
# that is alphabetically later than the string,
|
887
|
-
# endpoint-a" is not * `metadata.owner!=sd AND
|
888
|
-
# endpoints that have `owner` in metadata key but
|
889
|
-
# value `foo=bar` * `doesnotexist.foo=bar`
|
890
|
-
# endpoint doesn't have a field called "
|
891
|
-
# match any endpoints, it returns no
|
892
|
-
#
|
876
|
+
# * `` can be `name`, `address`, `port`, `metadata.` for map field, or `
|
877
|
+
# attributes.` for attributes field * `` can be `<`, `>`, `<=`, `>=`, `!=`, `=`,
|
878
|
+
# `:`. Of which `:` means `HAS`, and is roughly the same as `=` * `` must be the
|
879
|
+
# same data type as field * `` can be `AND`, `OR`, `NOT` Examples of valid
|
880
|
+
# filters: * `metadata.owner` returns endpoints that have a metadata with the
|
881
|
+
# key `owner`, this is the same as `metadata:owner` * `metadata.protocol=gRPC`
|
882
|
+
# returns endpoints that have key/value `protocol=gRPC` * `address=192.108.1.105`
|
883
|
+
# returns endpoints that have this address * `port>8080` returns endpoints that
|
884
|
+
# have port number larger than 8080 * `name>projects/my-project/locations/us-
|
885
|
+
# east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c`
|
886
|
+
# returns endpoints that have name that is alphabetically later than the string,
|
887
|
+
# so "endpoint-e" is returned but "endpoint-a" is not * `metadata.owner!=sd AND
|
888
|
+
# metadata.foo=bar` returns endpoints that have `owner` in metadata key but
|
889
|
+
# value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar`
|
890
|
+
# returns an empty list. Note that endpoint doesn't have a field called "
|
891
|
+
# doesnotexist". Since the filter does not match any endpoints, it returns no
|
892
|
+
# results * `attributes.kubernetes_resource_type=
|
893
|
+
# KUBERNETES_RESOURCE_TYPE_CLUSTER_ IP` returns endpoints with the corresponding
|
894
|
+
# kubernetes_resource_type For more information about filtering, see [API
|
895
|
+
# Filtering](https://aip.dev/160).
|
893
896
|
# @param [String] order_by
|
894
897
|
# Optional. The order to list results by. General `order_by` string syntax: ` ()
|
895
898
|
# (,)` * `` allows values: `name`, `address`, `port` * `` ascending or
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicedirectory_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|