Skip to content

Commit 3bcd19f

Browse files
feat: Automated regeneration of managedidentities v1 client (#9882)
1 parent 9d01e73 commit 3bcd19f

File tree

5 files changed

+50
-33
lines changed

5 files changed

+50
-33
lines changed

generated/google-apis-managedidentities_v1/CHANGELOG.md

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

3+
### v0.21.0 (2022-06-05)
4+
5+
* Regenerated from discovery document revision 20220526
6+
* Regenerated using generator version 0.5.0
7+
38
### v0.20.0 (2022-04-29)
49

510
* Regenerated from discovery document revision 20220331

generated/google-apis-managedidentities_v1/google-apis-managedidentities_v1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.4", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.5", "< 2.a"
3333
end

generated/google-apis-managedidentities_v1/lib/google/apis/managedidentities_v1/classes.rb

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Binding
124124
# @return [Google::Apis::ManagedidentitiesV1::Expr]
125125
attr_accessor :condition
126126

127-
# Specifies the principals requesting access for a Cloud Platform resource. `
127+
# Specifies the principals requesting access for a Google Cloud resource. `
128128
# members` can have the following values: * `allUsers`: A special identifier
129129
# that represents anyone who is on the internet; with or without a Google
130130
# account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -721,11 +721,12 @@ class GoogleCloudSaasacceleratorManagementProvidersV1Instance
721721
# @return [String]
722722
attr_accessor :create_time
723723

724-
# Optional. The instance_type of this instance of format: projects/`project_id`/
725-
# locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
726-
# represents a high-level tier or SKU of the service that this instance belong
727-
# to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
728-
# with 'software_versions' to determine whether instance needs an update or not.
724+
# Optional. The instance_type of this instance of format: projects/`
725+
# project_number`/locations/`location_id`/instanceTypes/`instance_type_id`.
726+
# Instance Type represents a high-level tier or SKU of the service that this
727+
# instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses '
728+
# instance_type' along with 'software_versions' to determine whether instance
729+
# needs an update or not.
729730
# Corresponds to the JSON property `instanceType`
730731
# @return [String]
731732
attr_accessor :instance_type
@@ -757,10 +758,12 @@ class GoogleCloudSaasacceleratorManagementProvidersV1Instance
757758
# @return [Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
758759
attr_accessor :maintenance_settings
759760

760-
# Unique name of the resource. It uses the form: `projects/`project_id|
761-
# project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
762-
# project_id or project_number can be used, but keep it consistent with other
763-
# APIs (e.g. RescheduleUpdate)
761+
# Unique name of the resource. It uses the form: `projects/`project_number`/
762+
# locations/`location_id`/instances/`instance_id`` Note: This name is passed,
763+
# stored and logged across the rollout system. So use of consumer project_id or
764+
# any other consumer PII in the name is strongly discouraged for wipeout (go/
765+
# wipeout) compliance. See go/elysium/project_ids#storage-guidance for more
766+
# details.
764767
# Corresponds to the JSON property `name`
765768
# @return [String]
766769
attr_accessor :name
@@ -2024,7 +2027,7 @@ class TestIamPermissionsRequest
20242027
include Google::Apis::Core::Hashable
20252028

20262029
# The set of permissions to check for the `resource`. Permissions with wildcards
2027-
# (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2030+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
20282031
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
20292032
# Corresponds to the JSON property `permissions`
20302033
# @return [Array<String>]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ManagedidentitiesV1
1818
# Version of the google-apis-managedidentities_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.4.1"
22+
GENERATOR_VERSION = "0.5.0"
2323

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

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

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ def get_project_location_global_domain(name, fields: nil, quota_user: nil, optio
299299
# Gets the access control policy for a resource. Returns an empty policy if the
300300
# resource exists and does not have a policy set.
301301
# @param [String] resource
302-
# REQUIRED: The resource for which the policy is being requested. See the
303-
# operation documentation for the appropriate value for this field.
302+
# REQUIRED: The resource for which the policy is being requested. See [Resource
303+
# names](https://cloud.google.com/apis/design/resource_names) for the
304+
# appropriate value for this field.
304305
# @param [Fixnum] options_requested_policy_version
305306
# Optional. The maximum policy version that will be used to format the policy.
306307
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -564,8 +565,9 @@ def restore_domain(name, restore_domain_request_object = nil, fields: nil, quota
564565
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
565566
# PERMISSION_DENIED` errors.
566567
# @param [String] resource
567-
# REQUIRED: The resource for which the policy is being specified. See the
568-
# operation documentation for the appropriate value for this field.
568+
# REQUIRED: The resource for which the policy is being specified. See [Resource
569+
# names](https://cloud.google.com/apis/design/resource_names) for the
570+
# appropriate value for this field.
569571
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
570572
# @param [String] fields
571573
# Selector specifying which fields to include in a partial response.
@@ -602,8 +604,9 @@ def set_domain_iam_policy(resource, set_iam_policy_request_object = nil, fields:
602604
# permission-aware UIs and command-line tools, not for authorization checking.
603605
# This operation may "fail open" without warning.
604606
# @param [String] resource
605-
# REQUIRED: The resource for which the policy detail is being requested. See the
606-
# operation documentation for the appropriate value for this field.
607+
# REQUIRED: The resource for which the policy detail is being requested. See [
608+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
609+
# appropriate value for this field.
607610
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
608611
# @param [String] fields
609612
# Selector specifying which fields to include in a partial response.
@@ -813,8 +816,9 @@ def get_project_location_global_domain_backup(name, fields: nil, quota_user: nil
813816
# Gets the access control policy for a resource. Returns an empty policy if the
814817
# resource exists and does not have a policy set.
815818
# @param [String] resource
816-
# REQUIRED: The resource for which the policy is being requested. See the
817-
# operation documentation for the appropriate value for this field.
819+
# REQUIRED: The resource for which the policy is being requested. See [Resource
820+
# names](https://cloud.google.com/apis/design/resource_names) for the
821+
# appropriate value for this field.
818822
# @param [Fixnum] options_requested_policy_version
819823
# Optional. The maximum policy version that will be used to format the policy.
820824
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -946,8 +950,9 @@ def patch_project_location_global_domain_backup(name, backup_object = nil, updat
946950
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
947951
# PERMISSION_DENIED` errors.
948952
# @param [String] resource
949-
# REQUIRED: The resource for which the policy is being specified. See the
950-
# operation documentation for the appropriate value for this field.
953+
# REQUIRED: The resource for which the policy is being specified. See [Resource
954+
# names](https://cloud.google.com/apis/design/resource_names) for the
955+
# appropriate value for this field.
951956
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
952957
# @param [String] fields
953958
# Selector specifying which fields to include in a partial response.
@@ -984,8 +989,9 @@ def set_backup_iam_policy(resource, set_iam_policy_request_object = nil, fields:
984989
# permission-aware UIs and command-line tools, not for authorization checking.
985990
# This operation may "fail open" without warning.
986991
# @param [String] resource
987-
# REQUIRED: The resource for which the policy detail is being requested. See the
988-
# operation documentation for the appropriate value for this field.
992+
# REQUIRED: The resource for which the policy detail is being requested. See [
993+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
994+
# appropriate value for this field.
989995
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
990996
# @param [String] fields
991997
# Selector specifying which fields to include in a partial response.
@@ -1350,8 +1356,9 @@ def get_project_location_global_peering(name, fields: nil, quota_user: nil, opti
13501356
# Gets the access control policy for a resource. Returns an empty policy if the
13511357
# resource exists and does not have a policy set.
13521358
# @param [String] resource
1353-
# REQUIRED: The resource for which the policy is being requested. See the
1354-
# operation documentation for the appropriate value for this field.
1359+
# REQUIRED: The resource for which the policy is being requested. See [Resource
1360+
# names](https://cloud.google.com/apis/design/resource_names) for the
1361+
# appropriate value for this field.
13551362
# @param [Fixnum] options_requested_policy_version
13561363
# Optional. The maximum policy version that will be used to format the policy.
13571364
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1485,8 +1492,9 @@ def patch_project_location_global_peering(name, peering_object = nil, update_mas
14851492
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
14861493
# PERMISSION_DENIED` errors.
14871494
# @param [String] resource
1488-
# REQUIRED: The resource for which the policy is being specified. See the
1489-
# operation documentation for the appropriate value for this field.
1495+
# REQUIRED: The resource for which the policy is being specified. See [Resource
1496+
# names](https://cloud.google.com/apis/design/resource_names) for the
1497+
# appropriate value for this field.
14901498
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
14911499
# @param [String] fields
14921500
# Selector specifying which fields to include in a partial response.
@@ -1523,8 +1531,9 @@ def set_peering_iam_policy(resource, set_iam_policy_request_object = nil, fields
15231531
# permission-aware UIs and command-line tools, not for authorization checking.
15241532
# This operation may "fail open" without warning.
15251533
# @param [String] resource
1526-
# REQUIRED: The resource for which the policy detail is being requested. See the
1527-
# operation documentation for the appropriate value for this field.
1534+
# REQUIRED: The resource for which the policy detail is being requested. See [
1535+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
1536+
# appropriate value for this field.
15281537
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
15291538
# @param [String] fields
15301539
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)