google-apis-clouddeploy_v1 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/clouddeploy_v1/gem_version.rb +2 -2
- data/lib/google/apis/clouddeploy_v1/service.rb +5 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 726c7e2f8235cd2ea90c67ecb035e00442e1e57693e1dc56249514c0551e3796
|
|
4
|
+
data.tar.gz: 110df117d59fc3c7f49f8b1bc197dbd8af26339d7e43f08ba5bb0cae6018a75c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fbac8e4f4492edaa1dae71e9c386ded04018a6c6495f26c4cd06c85af826aec48fb103862db67cd7c39018992622a02b8b498e5b25b5a1dd3f609dc9ed29c75
|
|
7
|
+
data.tar.gz: 68e3220550ef280d21e11c5e3378d74abd0d1cd59610f80e87bac1825c9c4aaabd56a4b9b671db924e0e15bf90d5697a0425d14b78dc0cff5e4ecb5efc803c76
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ClouddeployV1
|
|
18
18
|
# Version of the google-apis-clouddeploy_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.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 = "20220314"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -347,7 +347,8 @@ module Google
|
|
|
347
347
|
# Required. The parent, which owns this collection of pipelines. Format must be
|
|
348
348
|
# projects/`project_id`/locations/`location_name`.
|
|
349
349
|
# @param [String] filter
|
|
350
|
-
# Filter
|
|
350
|
+
# Filter pipelines to be returned. See https://google.aip.dev/160 for more
|
|
351
|
+
# details.
|
|
351
352
|
# @param [String] order_by
|
|
352
353
|
# Field to sort by. See https://google.aip.dev/132#ordering for more details.
|
|
353
354
|
# @param [Fixnum] page_size
|
|
@@ -615,7 +616,7 @@ module Google
|
|
|
615
616
|
# Required. The `DeliveryPipeline` which owns this collection of `Release`
|
|
616
617
|
# objects.
|
|
617
618
|
# @param [String] filter
|
|
618
|
-
# Optional. Filter
|
|
619
|
+
# Optional. Filter releases to be returned. See https://google.aip.dev/160 for
|
|
619
620
|
# more details.
|
|
620
621
|
# @param [String] order_by
|
|
621
622
|
# Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
|
|
@@ -785,7 +786,7 @@ module Google
|
|
|
785
786
|
# @param [String] parent
|
|
786
787
|
# Required. The `Release` which owns this collection of `Rollout` objects.
|
|
787
788
|
# @param [String] filter
|
|
788
|
-
# Optional. Filter
|
|
789
|
+
# Optional. Filter rollouts to be returned. See https://google.aip.dev/160 for
|
|
789
790
|
# more details.
|
|
790
791
|
# @param [String] order_by
|
|
791
792
|
# Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
|
|
@@ -1169,7 +1170,7 @@ module Google
|
|
|
1169
1170
|
# Required. The parent, which owns this collection of targets. Format must be
|
|
1170
1171
|
# projects/`project_id`/locations/`location_name`.
|
|
1171
1172
|
# @param [String] filter
|
|
1172
|
-
# Optional. Filter
|
|
1173
|
+
# Optional. Filter targets to be returned. See https://google.aip.dev/160 for
|
|
1173
1174
|
# more details.
|
|
1174
1175
|
# @param [String] order_by
|
|
1175
1176
|
# Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-clouddeploy_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.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-03-
|
|
11
|
+
date: 2022-03-28 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-clouddeploy_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.6.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|