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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e01a8686d9110ecf58ecf568b297950b14d105c9c815962c4d2881ba5dc3f1b3
|
4
|
+
data.tar.gz: 3ce9bbe550f8a632e94318ecafb3463f679ae120ecbe0cf268233f9251618e93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df158eded3a47f27924d2262f41005057a558ceedf74cc09699ab53b3efb6428bf6667002f023eb5fe5a2a83d66d580f50697cb084b81ac4e85af4f4f5b319a9
|
7
|
+
data.tar.gz: c2ecc4da12deb5cc5fb69653c8c9a137158ff48ec7a2b37c7dfeaf53fbf2206b409a406fc64ec118466f0efd5938e8dc894b070afe1c4fb8b563b8aadae8716a
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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: --
|
855
|
-
# filter='
|
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.
|
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-
|
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.
|
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: []
|