google-apis-servicedirectory_v1beta1 0.1.0 → 0.2.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: 421c52838e15e1c321f3052d9a6e474e601fa303d32abea675f8ca29b2d38016
4
- data.tar.gz: fcfb86b399df6d34bfbc9b57d88adb9436a7bbd2bef94b479d03790259bd22e6
3
+ metadata.gz: cc5263cfe746bcfbd1d8c2601302a7b902446e7ba016082a8f65dbe15a084b85
4
+ data.tar.gz: '098247ceb1a1cc86fa254fb185600a862571ee0b91a98f14222fa7362b3b286e'
5
5
  SHA512:
6
- metadata.gz: 49a040a574f2c84baabab140e1a8f191361a7d3010ada31b72ce93d2b47bced4932a97dfcffc8bae75de44907148af21ecc5c4b9ef756b5decf907db98d515d4
7
- data.tar.gz: b24365cb192d7c6e6c36943e4029b69f8222a81b2b2651c362c86c55321eba90790aedb6ef3253cfdcf6789c93017c5c5cf54b93326345c685a59e390751c536
6
+ metadata.gz: 909acce0cb25facf02d829650da9135fa879540cf73ec565530e95ce90c56562305ff0e05735ed3e033c033a8ce49ec7ae29d38022f571bd58c7400a10479f08
7
+ data.tar.gz: bf06b3713aa1ab5b1e73d75d1b74e8af706436db5ff321f099c81de90a80f08a8130954e334d97a573fe1c97e6ca91e3aac756501176c261b7cec281822d2e83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-02-06)
4
+
5
+ * Regenerated from discovery document revision 20210127
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -531,14 +531,16 @@ module Google
531
531
  include Google::Apis::Core::Hashable
532
532
 
533
533
  # Optional. The filter applied to the endpoints of the resolved service. General
534
- # filter string syntax: () can be "name" or "metadata." for map field. can be "<,
535
- # >, <=, >=, !=, =, :". Of which ":" means HAS and is roughly the same as "=".
536
- # must be the same data type as the field. can be "AND, OR, NOT". Examples of
537
- # valid filters: * "metadata.owner" returns Endpoints that have a label with the
538
- # key "owner", this is the same as "metadata:owner" * "metadata.protocol=gRPC"
539
- # returns Endpoints that have key/value "protocol=gRPC" * "metadata.owner!=sd
540
- # AND metadata.foo=bar" returns Endpoints that have "owner" field in metadata
541
- # with a value that is not "sd" AND have the key/value foo=bar.
534
+ # filter string syntax: *`field operator value`* (*`logical connector`*) *`field`
535
+ # * can be `name` or `metadata.`*`key`* for map field. *`operator`* can be `\<`,
536
+ # `>`, `\<=`, `>=`, `!=`, `=`, `:`. Of which `:` means `HAS` and is roughly the
537
+ # same as `=`. *`value`* must be the same data type as the field. *`logical
538
+ # connector*` can be `AND`, `OR`, `NOT`. Examples of valid filters: * `metadata.
539
+ # owner` returns endpoints that have a label with the key `owner`, this is the
540
+ # same as `metadata:owner` * `metadata.protocol=gRPC` returns endpoints that
541
+ # have key/value `protocol=gRPC` * `metadata.owner!=sd AND metadata.foo=bar`
542
+ # returns endpoints that have `owner` field in metadata with a value that is not
543
+ # `sd` and have the key/value `foo=bar`.
542
544
  # Corresponds to the JSON property `endpointFilter`
543
545
  # @return [String]
544
546
  attr_accessor :endpoint_filter
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201112"
25
+ REVISION = "20210127"
26
26
  end
27
27
  end
28
28
  end
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.1.0
4
+ version: 0.2.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Directory API V1beta1