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: 463b9e0a354acf8b29d84018f9a8e92a99abaea2cb95098db79ef3039043026e
4
- data.tar.gz: 83bf300dbafeafa82f071e86e8648570e3e015fb45fd5b01245cba460f299dbb
3
+ metadata.gz: 784abfd9ccbbc54bd4262769bc5c361720b4129422ebd45e390127542e1a05b6
4
+ data.tar.gz: c8beffe56fd32a2e2462e8523099c31a325ae6c39ef2dbd8b808bea2f845dc5d
5
5
  SHA512:
6
- metadata.gz: 11f45b1ae4c325bbfb2f6ffefd51203c513f6f74a951e92700a674f283ef526bae7e6010ec53dc743c594f43803bd7c5da029cedadd8f15e856ab0f507e65a1c
7
- data.tar.gz: c0a75b963371c0cd9e7bf2f03f4ec3f05859c194515e81cea0ea4ba50ec8b6c9264034d51faf46e1bcfd3d0e25a6e6afd41e8a0a9ea22ff75e44e963bb7c23c7
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.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.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220518"
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`, or `metadata.` for map field * `` can
877
- # be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:` means `HAS`, and is
878
- # roughly the same as `=` * `` must be the same data type as field * `` can be `
879
- # AND`, `OR`, `NOT` Examples of valid filters: * `metadata.owner` returns
880
- # endpoints that have a metadata with the key `owner`, this is the same as `
881
- # metadata:owner` * `metadata.protocol=gRPC` returns endpoints that have key/
882
- # value `protocol=gRPC` * `address=192.108.1.105` returns endpoints that have
883
- # this address * `port>8080` returns endpoints that have port number larger than
884
- # 8080 * `name>projects/my-project/locations/us-east1/namespaces/my-namespace/
885
- # services/my-service/endpoints/endpoint-c` returns endpoints that have name
886
- # that is alphabetically later than the string, so "endpoint-e" is returned but "
887
- # endpoint-a" is not * `metadata.owner!=sd AND metadata.foo=bar` returns
888
- # endpoints that have `owner` in metadata key but value is not `sd` AND have key/
889
- # value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that
890
- # endpoint doesn't have a field called "doesnotexist". Since the filter does not
891
- # match any endpoints, it returns no results For more information about
892
- # filtering, see [API Filtering](https://aip.dev/160).
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.19.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-05-30 00:00:00.000000000 Z
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.4'
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.4'
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.19.0
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: []