google-apis-clouddeploy_v1 0.29.0 → 0.30.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: 531c43dc573b850abc4381dca0f032f9ccf4213ca785104d2c39618a0d7de1f6
4
- data.tar.gz: a5c3737666b690194e3e51b04a80b3a8b31e2542e3eeeff4f7cf562154d8d755
3
+ metadata.gz: 04c1763f17f5d9b92e85158f67db5f59558f90894f81b9db58ec12af98ff3d39
4
+ data.tar.gz: d6321670fc15da8e30eaf024dfcc2e05a7c859e76c081b7b35dcf8a0463eaffb
5
5
  SHA512:
6
- metadata.gz: 6c64f91f03f20b2cf06a3bda818556e36e02dafeb5eb47ec1206df6142244c1ed1bf36ef03c26738df1a8d94c9614008d7b2be14927ac8db0a0452463bb5ecb1
7
- data.tar.gz: 60e640a6a8fbf1a0d51f7f397cf10eddcb4deaef8e646ad328d718f0580c30ff646ac57753d0c83799fa23ef493f69ddab61c32124af03537369e30777bf03d5
6
+ metadata.gz: 3ff311f360cb5c54ed5e1c08b57167df168707dfde916a94300b99a9bc8d62d98ae22f2a097cc38e6c7d1eef44bd8af2f67f257d3d3612654dfaf650e12388c3
7
+ data.tar.gz: 350179d85451f0fcc7d096893e5fb0d4a15f2609d581ec69644de8b6fc39f4579a74e6932c9fe3350833e9456818d4f27dface0b87d1b32d6122286da256ead0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.30.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.29.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230727
@@ -1880,13 +1880,13 @@ module Google
1880
1880
  # @return [String]
1881
1881
  attr_accessor :name
1882
1882
 
1883
- # The normal response of the operation in case of success. If the original
1884
- # method returns no data on success, such as `Delete`, the response is `google.
1885
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1886
- # the response should be the resource. For other methods, the response should
1887
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1888
- # example, if the original method name is `TakeSnapshot()`, the inferred
1889
- # response type is `TakeSnapshotResponse`.
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 example:**
2180
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2181
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2182
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2183
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2184
- # access description: Does not grant access after Sep 2020 expression: request.
2185
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2186
- # a description of IAM and its features, see the [IAM documentation](https://
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 skaffold custom actions to invoke during execution 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 skaffold custom actions to invoke during execution 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 example:**
3071
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3072
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3073
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3074
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3075
- # access description: Does not grant access after Sep 2020 expression: request.
3076
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3077
- # a description of IAM and its features, see the [IAM documentation](https://
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.29.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 = "20230727"
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.29.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-06 00:00:00.000000000 Z
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.29.0
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: []