Skip to content

Commit

Permalink
feat: Automated regeneration of clouddeploy v1 client (googleapis#9433)
Browse files Browse the repository at this point in the history
Auto-created at 2022-05-15 11:45:08 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored May 15, 2022
1 parent 40eaf35 commit 13b7eda
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions generated/google-apis-clouddeploy_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release history for google-apis-clouddeploy_v1

### v0.9.0 (2022-05-09)
### v0.9.0 (2022-05-15)

* Regenerated from discovery document revision 20220428
* Regenerated from discovery document revision 20220504

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module ClouddeployV1
GENERATOR_VERSION = "0.4.1"

# Revision of the discovery document this client was generated from
REVISION = "20220428"
REVISION = "20220504"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@ def get_project_location_delivery_pipeline(name, fields: nil, quota_user: nil, o
# Gets the access control policy for a resource. Returns an empty policy if the
# resource exists and does not have a policy set.
# @param [String] resource
# REQUIRED: The resource for which the policy is being requested. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy is being requested. See [Resource
# names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Fixnum] options_requested_policy_version
# Optional. The maximum policy version that will be used to format the policy.
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
Expand Down Expand Up @@ -455,8 +456,9 @@ def patch_project_location_delivery_pipeline(name, delivery_pipeline_object = ni
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
# PERMISSION_DENIED` errors.
# @param [String] resource
# REQUIRED: The resource for which the policy is being specified. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy is being specified. See [Resource
# names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -493,8 +495,9 @@ def set_delivery_pipeline_iam_policy(resource, set_iam_policy_request_object = n
# permission-aware UIs and command-line tools, not for authorization checking.
# This operation may "fail open" without warning.
# @param [String] resource
# REQUIRED: The resource for which the policy detail is being requested. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy detail is being requested. See [
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1124,8 +1127,9 @@ def get_project_location_target(name, fields: nil, quota_user: nil, options: nil
# Gets the access control policy for a resource. Returns an empty policy if the
# resource exists and does not have a policy set.
# @param [String] resource
# REQUIRED: The resource for which the policy is being requested. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy is being requested. See [Resource
# names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Fixnum] options_requested_policy_version
# Optional. The maximum policy version that will be used to format the policy.
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
Expand Down Expand Up @@ -1279,8 +1283,9 @@ def patch_project_location_target(name, target_object = nil, allow_missing: nil,
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
# PERMISSION_DENIED` errors.
# @param [String] resource
# REQUIRED: The resource for which the policy is being specified. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy is being specified. See [Resource
# names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Google::Apis::ClouddeployV1::SetIamPolicyRequest] set_iam_policy_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1317,8 +1322,9 @@ def set_target_iam_policy(resource, set_iam_policy_request_object = nil, fields:
# permission-aware UIs and command-line tools, not for authorization checking.
# This operation may "fail open" without warning.
# @param [String] resource
# REQUIRED: The resource for which the policy detail is being requested. See the
# operation documentation for the appropriate value for this field.
# REQUIRED: The resource for which the policy detail is being requested. See [
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
# appropriate value for this field.
# @param [Google::Apis::ClouddeployV1::TestIamPermissionsRequest] test_iam_permissions_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down

0 comments on commit 13b7eda

Please sign in to comment.