google-apis-clouddeploy_v1 0.8.0 → 0.9.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: b6e723eb98ea715c3416cbfb3e1d90d7afba54e95757dae2c97a2131e0e9cac9
|
4
|
+
data.tar.gz: 2d1c18ee194d7026e4f0424f711c132d93c4abbc0adb09e8d735a9276f560d1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8177b984015b4278a2491b5b9332528543720e2770f3ec051f715d49fc984fb5e379697e878456ac990b50ba1c805977e46fae79c6107f209aef3021f32af3f4
|
7
|
+
data.tar.gz: 368e0a5ef4b6eea6307af79931fa9db29548c5cfa1feb6ff11435655adb16ae270447a17edb67c304c5ac974b3bea1c9bb631c5831b7febfe59492618bb44f12
|
data/CHANGELOG.md
CHANGED
@@ -89,8 +89,8 @@ module Google
|
|
89
89
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
90
90
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
91
91
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
92
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
93
|
-
# DATA_WRITE logging.
|
92
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
93
|
+
# from DATA_WRITE logging.
|
94
94
|
class AuditConfig
|
95
95
|
include Google::Apis::Core::Hashable
|
96
96
|
|
@@ -512,6 +512,12 @@ module Google
|
|
512
512
|
# @return [Google::Apis::ClouddeployV1::DefaultPool]
|
513
513
|
attr_accessor :default_pool
|
514
514
|
|
515
|
+
# Optional. Execution timeout for a Cloud Build Execution. This must be between
|
516
|
+
# 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used.
|
517
|
+
# Corresponds to the JSON property `executionTimeout`
|
518
|
+
# @return [String]
|
519
|
+
attr_accessor :execution_timeout
|
520
|
+
|
515
521
|
# Execution using a private Cloud Build pool.
|
516
522
|
# Corresponds to the JSON property `privatePool`
|
517
523
|
# @return [Google::Apis::ClouddeployV1::PrivatePool]
|
@@ -544,6 +550,7 @@ module Google
|
|
544
550
|
def update!(**args)
|
545
551
|
@artifact_storage = args[:artifact_storage] if args.key?(:artifact_storage)
|
546
552
|
@default_pool = args[:default_pool] if args.key?(:default_pool)
|
553
|
+
@execution_timeout = args[:execution_timeout] if args.key?(:execution_timeout)
|
547
554
|
@private_pool = args[:private_pool] if args.key?(:private_pool)
|
548
555
|
@service_account = args[:service_account] if args.key?(:service_account)
|
549
556
|
@usages = args[:usages] if args.key?(:usages)
|
@@ -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.9.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 = "20220504"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -431,6 +431,7 @@ module Google
|
|
431
431
|
property :artifact_storage, as: 'artifactStorage'
|
432
432
|
property :default_pool, as: 'defaultPool', class: Google::Apis::ClouddeployV1::DefaultPool, decorator: Google::Apis::ClouddeployV1::DefaultPool::Representation
|
433
433
|
|
434
|
+
property :execution_timeout, as: 'executionTimeout'
|
434
435
|
property :private_pool, as: 'privatePool', class: Google::Apis::ClouddeployV1::PrivatePool, decorator: Google::Apis::ClouddeployV1::PrivatePool::Representation
|
435
436
|
|
436
437
|
property :service_account, as: 'serviceAccount'
|
@@ -301,8 +301,9 @@ module Google
|
|
301
301
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
302
302
|
# resource exists and does not have a policy set.
|
303
303
|
# @param [String] resource
|
304
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
305
|
-
#
|
304
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
305
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
306
|
+
# appropriate value for this field.
|
306
307
|
# @param [Fixnum] options_requested_policy_version
|
307
308
|
# Optional. The maximum policy version that will be used to format the policy.
|
308
309
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -455,8 +456,9 @@ module Google
|
|
455
456
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
456
457
|
# PERMISSION_DENIED` errors.
|
457
458
|
# @param [String] resource
|
458
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
459
|
-
#
|
459
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
460
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
461
|
+
# appropriate value for this field.
|
460
462
|
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
|
461
463
|
# @param [String] fields
|
462
464
|
# Selector specifying which fields to include in a partial response.
|
@@ -493,8 +495,9 @@ module Google
|
|
493
495
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
494
496
|
# This operation may "fail open" without warning.
|
495
497
|
# @param [String] resource
|
496
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
497
|
-
#
|
498
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
499
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
500
|
+
# appropriate value for this field.
|
498
501
|
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
499
502
|
# @param [String] fields
|
500
503
|
# Selector specifying which fields to include in a partial response.
|
@@ -1124,8 +1127,9 @@ module Google
|
|
1124
1127
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
1125
1128
|
# resource exists and does not have a policy set.
|
1126
1129
|
# @param [String] resource
|
1127
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
1128
|
-
#
|
1130
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1131
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1132
|
+
# appropriate value for this field.
|
1129
1133
|
# @param [Fixnum] options_requested_policy_version
|
1130
1134
|
# Optional. The maximum policy version that will be used to format the policy.
|
1131
1135
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -1279,8 +1283,9 @@ module Google
|
|
1279
1283
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
1280
1284
|
# PERMISSION_DENIED` errors.
|
1281
1285
|
# @param [String] resource
|
1282
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
1283
|
-
#
|
1286
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1287
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1288
|
+
# appropriate value for this field.
|
1284
1289
|
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
|
1285
1290
|
# @param [String] fields
|
1286
1291
|
# Selector specifying which fields to include in a partial response.
|
@@ -1317,8 +1322,9 @@ module Google
|
|
1317
1322
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
1318
1323
|
# This operation may "fail open" without warning.
|
1319
1324
|
# @param [String] resource
|
1320
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1321
|
-
#
|
1325
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1326
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1327
|
+
# appropriate value for this field.
|
1322
1328
|
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1323
1329
|
# @param [String] fields
|
1324
1330
|
# Selector specifying which fields to include in a partial response.
|
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.9.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-
|
11
|
+
date: 2022-05-16 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.9.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: []
|