Skip to content

Commit 13b7eda

Browse files
feat: Automated regeneration of clouddeploy v1 client (#9433)
Auto-created at 2022-05-15 11:45:08 +0000 using the toys pull request generator.
1 parent 40eaf35 commit 13b7eda

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

generated/google-apis-clouddeploy_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-clouddeploy_v1
22

3-
### v0.9.0 (2022-05-09)
3+
### v0.9.0 (2022-05-15)
44

5-
* Regenerated from discovery document revision 20220428
5+
* Regenerated from discovery document revision 20220504
66

77
### v0.8.0 (2022-04-23)
88

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ClouddeployV1
2222
GENERATOR_VERSION = "0.4.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20220428"
25+
REVISION = "20220504"
2626
end
2727
end
2828
end

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/service.rb

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ def get_project_location_delivery_pipeline(name, fields: nil, quota_user: nil, o
301301
# Gets the access control policy for a resource. Returns an empty policy if the
302302
# resource exists and does not have a policy set.
303303
# @param [String] resource
304-
# REQUIRED: The resource for which the policy is being requested. See the
305-
# operation documentation for the appropriate value for this field.
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.
306307
# @param [Fixnum] options_requested_policy_version
307308
# Optional. The maximum policy version that will be used to format the policy.
308309
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -455,8 +456,9 @@ def patch_project_location_delivery_pipeline(name, delivery_pipeline_object = ni
455456
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
456457
# PERMISSION_DENIED` errors.
457458
# @param [String] resource
458-
# REQUIRED: The resource for which the policy is being specified. See the
459-
# operation documentation for the appropriate value for this field.
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.
460462
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
461463
# @param [String] fields
462464
# Selector specifying which fields to include in a partial response.
@@ -493,8 +495,9 @@ def set_delivery_pipeline_iam_policy(resource, set_iam_policy_request_object = n
493495
# permission-aware UIs and command-line tools, not for authorization checking.
494496
# This operation may "fail open" without warning.
495497
# @param [String] resource
496-
# REQUIRED: The resource for which the policy detail is being requested. See the
497-
# operation documentation for the appropriate value for this field.
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.
498501
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
499502
# @param [String] fields
500503
# Selector specifying which fields to include in a partial response.
@@ -1124,8 +1127,9 @@ def get_project_location_target(name, fields: nil, quota_user: nil, options: nil
11241127
# Gets the access control policy for a resource. Returns an empty policy if the
11251128
# resource exists and does not have a policy set.
11261129
# @param [String] resource
1127-
# REQUIRED: The resource for which the policy is being requested. See the
1128-
# operation documentation for the appropriate value for this field.
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.
11291133
# @param [Fixnum] options_requested_policy_version
11301134
# Optional. The maximum policy version that will be used to format the policy.
11311135
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1279,8 +1283,9 @@ def patch_project_location_target(name, target_object = nil, allow_missing: nil,
12791283
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
12801284
# PERMISSION_DENIED` errors.
12811285
# @param [String] resource
1282-
# REQUIRED: The resource for which the policy is being specified. See the
1283-
# operation documentation for the appropriate value for this field.
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.
12841289
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
12851290
# @param [String] fields
12861291
# Selector specifying which fields to include in a partial response.
@@ -1317,8 +1322,9 @@ def set_target_iam_policy(resource, set_iam_policy_request_object = nil, fields:
13171322
# permission-aware UIs and command-line tools, not for authorization checking.
13181323
# This operation may "fail open" without warning.
13191324
# @param [String] resource
1320-
# REQUIRED: The resource for which the policy detail is being requested. See the
1321-
# operation documentation for the appropriate value for this field.
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.
13221328
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
13231329
# @param [String] fields
13241330
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)