google-apis-servicemanagement_v1 0.22.0 → 0.23.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: 42ddfd7a1d821b1d59b85315524e1ba16c94ccb0b255380a6f80eeffb7d16c86
4
- data.tar.gz: 77502c9fee2a8560a895a2976744b5119c3afd6ebdf73706ce05899272dbc125
3
+ metadata.gz: e01a8686d9110ecf58ecf568b297950b14d105c9c815962c4d2881ba5dc3f1b3
4
+ data.tar.gz: 3ce9bbe550f8a632e94318ecafb3463f679ae120ecbe0cf268233f9251618e93
5
5
  SHA512:
6
- metadata.gz: 771dbc733946775fee22c45c5a53a36c2199a694590946e628234e7fcda7b9d208ed66d9a6aa7a3f937dd8d48a6e93bb562a7e9b74df27c55d3631b8f892673a
7
- data.tar.gz: 9e3a0827ad536ce29f173d21b83313aa58669f8349846eb0d975430da5906ed841819bffc1fac6c6cbd3392137709f38cb6c57fdf39a239c654e8f4936e8a11c
6
+ metadata.gz: df158eded3a47f27924d2262f41005057a558ceedf74cc09699ab53b3efb6428bf6667002f023eb5fe5a2a83d66d580f50697cb084b81ac4e85af4f4f5b319a9
7
+ data.tar.gz: c2ecc4da12deb5cc5fb69653c8c9a137158ff48ec7a2b37c7dfeaf53fbf2206b409a406fc64ec118466f0efd5938e8dc894b070afe1c4fb8b563b8aadae8716a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.23.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220415
6
+
3
7
  ### v0.22.0 (2022-04-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220408
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220408"
25
+ REVISION = "20220415"
26
26
  end
27
27
  end
28
28
  end
@@ -851,9 +851,8 @@ module Google
851
851
  # googleapis.com`.
852
852
  # @param [String] filter
853
853
  # Required. Use `filter` to return subset of rollouts. The following filters are
854
- # supported: -- To limit the results to only those in status 'SUCCESS', use
855
- # filter='status=SUCCESS' -- To limit the results to those in status 'CANCELLED'
856
- # or 'FAILED', use filter='status=CANCELLED OR status=FAILED'
854
+ # supported: -- By status. For example, `filter='status=SUCCESS'` -- By strategy.
855
+ # For example, `filter='strategy=TrafficPercentStrategy'`
857
856
  # @param [Fixnum] page_size
858
857
  # The max number of items to include in the response list. Page size is 50 if
859
858
  # not specified. Maximum value is 100.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-04-18 00:00:00.000000000 Z
11
+ date: 2022-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []