google-apis-clouddeploy_v1 0.29.0 → 0.30.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/classes.rb +29 -29
- data/lib/google/apis/clouddeploy_v1/gem_version.rb +2 -2
- 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: 04c1763f17f5d9b92e85158f67db5f59558f90894f81b9db58ec12af98ff3d39
|
4
|
+
data.tar.gz: d6321670fc15da8e30eaf024dfcc2e05a7c859e76c081b7b35dcf8a0463eaffb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ff311f360cb5c54ed5e1c08b57167df168707dfde916a94300b99a9bc8d62d98ae22f2a097cc38e6c7d1eef44bd8af2f67f257d3d3612654dfaf650e12388c3
|
7
|
+
data.tar.gz: 350179d85451f0fcc7d096893e5fb0d4a15f2609d581ec69644de8b6fc39f4579a74e6932c9fe3350833e9456818d4f27dface0b87d1b32d6122286da256ead0
|
data/CHANGELOG.md
CHANGED
@@ -1880,13 +1880,13 @@ module Google
|
|
1880
1880
|
# @return [String]
|
1881
1881
|
attr_accessor :name
|
1882
1882
|
|
1883
|
-
# The normal response of the operation
|
1884
|
-
#
|
1885
|
-
#
|
1886
|
-
#
|
1887
|
-
#
|
1888
|
-
#
|
1889
|
-
#
|
1883
|
+
# The normal, successful response of the operation. If the original method
|
1884
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1885
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1886
|
+
# response should be the resource. For other methods, the response should have
|
1887
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1888
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1889
|
+
# `TakeSnapshotResponse`.
|
1890
1890
|
# Corresponds to the JSON property `response`
|
1891
1891
|
# @return [Hash<String,Object>]
|
1892
1892
|
attr_accessor :response
|
@@ -2169,22 +2169,22 @@ module Google
|
|
2169
2169
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
2170
2170
|
# the request, the resource, or both. To learn which resources support
|
2171
2171
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
2172
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
2172
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
2173
2173
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
2174
2174
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
2175
2175
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
2176
2176
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
2177
2177
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
2178
2178
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2179
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
2180
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
2181
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
2182
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
2183
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
2184
|
-
# access description: Does not grant access after Sep 2020
|
2185
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
2186
|
-
# a description of IAM and its features, see the
|
2187
|
-
# cloud.google.com/iam/docs/).
|
2179
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
2180
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
2181
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
2182
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
2183
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
2184
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
2185
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
2186
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
2187
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
2188
2188
|
class Policy
|
2189
2189
|
include Google::Apis::Core::Hashable
|
2190
2190
|
|
@@ -2257,7 +2257,7 @@ module Google
|
|
2257
2257
|
class Postdeploy
|
2258
2258
|
include Google::Apis::Core::Hashable
|
2259
2259
|
|
2260
|
-
# Optional. A sequence of
|
2260
|
+
# Optional. A sequence of Skaffold custom actions to invoke during execution of
|
2261
2261
|
# the postdeploy job.
|
2262
2262
|
# Corresponds to the JSON property `actions`
|
2263
2263
|
# @return [Array<String>]
|
@@ -2330,7 +2330,7 @@ module Google
|
|
2330
2330
|
class Predeploy
|
2331
2331
|
include Google::Apis::Core::Hashable
|
2332
2332
|
|
2333
|
-
# Optional. A sequence of
|
2333
|
+
# Optional. A sequence of Skaffold custom actions to invoke during execution of
|
2334
2334
|
# the predeploy job.
|
2335
2335
|
# Corresponds to the JSON property `actions`
|
2336
2336
|
# @return [Array<String>]
|
@@ -3060,22 +3060,22 @@ module Google
|
|
3060
3060
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3061
3061
|
# the request, the resource, or both. To learn which resources support
|
3062
3062
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3063
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3063
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3064
3064
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3065
3065
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3066
3066
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3067
3067
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3068
3068
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3069
3069
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3070
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3071
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3072
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3073
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3074
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3075
|
-
# access description: Does not grant access after Sep 2020
|
3076
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3077
|
-
# a description of IAM and its features, see the
|
3078
|
-
# cloud.google.com/iam/docs/).
|
3070
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3071
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3072
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3073
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3074
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3075
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3076
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3077
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3078
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3079
3079
|
# Corresponds to the JSON property `policy`
|
3080
3080
|
# @return [Google::Apis::ClouddeployV1::Policy]
|
3081
3081
|
attr_accessor :policy
|
@@ -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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230802"
|
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-clouddeploy_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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: 2023-08-
|
11
|
+
date: 2023-08-20 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.30.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: []
|