Skip to content

Commit 6f69713

Browse files
feat: Automated regeneration of servicedirectory v1beta1 client (#9428)
Auto-created at 2022-05-15 11:06:56 +0000 using the toys pull request generator.
1 parent c575049 commit 6f69713

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-servicedirectory_v1beta1
22

3+
### v0.18.0 (2022-05-15)
4+
5+
* Regenerated from discovery document revision 20220505
6+
37
### v0.17.0 (2022-04-17)
48

59
* Regenerated from discovery document revision 20220407

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServicedirectoryV1beta1
1818
# Version of the google-apis-servicedirectory_v1beta1 gem
19-
GEM_VERSION = "0.17.0"
19+
GEM_VERSION = "0.18.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.4.1"
2323

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

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

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ def get_project_location_namespace(name, fields: nil, quota_user: nil, options:
228228

229229
# Gets the IAM Policy for a resource (namespace or service only).
230230
# @param [String] resource
231-
# REQUIRED: The resource for which the policy is being requested. See the
232-
# operation documentation for the appropriate value for this field.
231+
# REQUIRED: The resource for which the policy is being requested. See [Resource
232+
# names](https://cloud.google.com/apis/design/resource_names) for the
233+
# appropriate value for this field.
233234
# @param [Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
234235
# @param [String] fields
235236
# Selector specifying which fields to include in a partial response.
@@ -360,8 +361,9 @@ def patch_project_location_namespace(name, namespace_object = nil, update_mask:
360361

361362
# Sets the IAM Policy for a resource (namespace or service only).
362363
# @param [String] resource
363-
# REQUIRED: The resource for which the policy is being specified. See the
364-
# operation documentation for the appropriate value for this field.
364+
# REQUIRED: The resource for which the policy is being specified. See [Resource
365+
# names](https://cloud.google.com/apis/design/resource_names) for the
366+
# appropriate value for this field.
365367
# @param [Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
366368
# @param [String] fields
367369
# Selector specifying which fields to include in a partial response.
@@ -394,8 +396,9 @@ def set_namespace_iam_policy(resource, set_iam_policy_request_object = nil, fiel
394396

395397
# Tests IAM permissions for a resource (namespace or service only).
396398
# @param [String] resource
397-
# REQUIRED: The resource for which the policy detail is being requested. See the
398-
# operation documentation for the appropriate value for this field.
399+
# REQUIRED: The resource for which the policy detail is being requested. See [
400+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
401+
# appropriate value for this field.
399402
# @param [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
400403
# @param [String] fields
401404
# Selector specifying which fields to include in a partial response.
@@ -529,8 +532,9 @@ def get_project_location_namespace_service(name, fields: nil, quota_user: nil, o
529532

530533
# Gets the IAM Policy for a resource (namespace or service only).
531534
# @param [String] resource
532-
# REQUIRED: The resource for which the policy is being requested. See the
533-
# operation documentation for the appropriate value for this field.
535+
# REQUIRED: The resource for which the policy is being requested. See [Resource
536+
# names](https://cloud.google.com/apis/design/resource_names) for the
537+
# appropriate value for this field.
534538
# @param [Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
535539
# @param [String] fields
536540
# Selector specifying which fields to include in a partial response.
@@ -695,8 +699,9 @@ def resolve_service(name, resolve_service_request_object = nil, fields: nil, quo
695699

696700
# Sets the IAM Policy for a resource (namespace or service only).
697701
# @param [String] resource
698-
# REQUIRED: The resource for which the policy is being specified. See the
699-
# operation documentation for the appropriate value for this field.
702+
# REQUIRED: The resource for which the policy is being specified. See [Resource
703+
# names](https://cloud.google.com/apis/design/resource_names) for the
704+
# appropriate value for this field.
700705
# @param [Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
701706
# @param [String] fields
702707
# Selector specifying which fields to include in a partial response.
@@ -729,8 +734,9 @@ def set_service_iam_policy(resource, set_iam_policy_request_object = nil, fields
729734

730735
# Tests IAM permissions for a resource (namespace or service only).
731736
# @param [String] resource
732-
# REQUIRED: The resource for which the policy detail is being requested. See the
733-
# operation documentation for the appropriate value for this field.
737+
# REQUIRED: The resource for which the policy detail is being requested. See [
738+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
739+
# appropriate value for this field.
734740
# @param [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
735741
# @param [String] fields
736742
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)