google-apis-managedidentities_v1 0.20.0 → 0.21.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: 967d59bbbff547bf5f17a5fa32fd3753641d3ed9b8fd4964644bea212cc331c4
4
- data.tar.gz: bb97d18108c203ecd39f6a71568e2bfd4d8ca0765571ced03cb639180654a9b5
3
+ metadata.gz: a369c017afe321d302ceb0a221f28b8148349785d2741aaba28e5ad964b26b68
4
+ data.tar.gz: db185ac356c919dcd0c6d8cdf19e353786ed5c19453df98a2c3f697729fb279e
5
5
  SHA512:
6
- metadata.gz: bbb796a0cfcd258333a6a6d2102fa1d84eadab3be2c37fd17fdea3c9792024b56739d063917666059504c6c7d85395549d7e450b69471321bcf1e42df256f1c5
7
- data.tar.gz: 8bd1de76f1f00d52cb25b5acb6ed2c1738b056811a641cec31ef03452d8078a0e1f704d79880869cca8b14b366226b5161636d3dce20ea9f5cb772f3d8b733bb
6
+ metadata.gz: 9c6733813401d5d6cdf7d56a9185966373c2d5608d6e237c4955fa252d99b823fec4a6acef92320f368e9be8c9c6d208f70bba063316be7bbf54dc54d9481713
7
+ data.tar.gz: 93d3efd3347b7a211ce35b7262f75d217c9ec5a9a7766e35ee3ef8783390a93a552a4904dd7614a437dfd0275e0dc7209bffc4e9fe60621b9b66673e7430d948
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.21.0 (2022-06-17)
4
+
5
+ * Regenerated using generator version 0.6.0
6
+ * Regenerated from discovery document revision 20220526
7
+
3
8
  ### v0.20.0 (2022-04-29)
4
9
 
5
10
  * Regenerated from discovery document revision 20220331
@@ -124,7 +124,7 @@ module Google
124
124
  # @return [Google::Apis::ManagedidentitiesV1::Expr]
125
125
  attr_accessor :condition
126
126
 
127
- # Specifies the principals requesting access for a Cloud Platform resource. `
127
+ # Specifies the principals requesting access for a Google Cloud resource. `
128
128
  # members` can have the following values: * `allUsers`: A special identifier
129
129
  # that represents anyone who is on the internet; with or without a Google
130
130
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -721,11 +721,12 @@ module Google
721
721
  # @return [String]
722
722
  attr_accessor :create_time
723
723
 
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.
729
730
  # Corresponds to the JSON property `instanceType`
730
731
  # @return [String]
731
732
  attr_accessor :instance_type
@@ -757,10 +758,12 @@ module Google
757
758
  # @return [Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
758
759
  attr_accessor :maintenance_settings
759
760
 
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.
764
767
  # Corresponds to the JSON property `name`
765
768
  # @return [String]
766
769
  attr_accessor :name
@@ -2024,7 +2027,7 @@ module Google
2024
2027
  include Google::Apis::Core::Hashable
2025
2028
 
2026
2029
  # 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
2028
2031
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2029
2032
  # Corresponds to the JSON property `permissions`
2030
2033
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1
18
18
  # Version of the google-apis-managedidentities_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.6.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220331"
25
+ REVISION = "20220526"
26
26
  end
27
27
  end
28
28
  end
@@ -299,8 +299,9 @@ module Google
299
299
  # Gets the access control policy for a resource. Returns an empty policy if the
300
300
  # resource exists and does not have a policy set.
301
301
  # @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.
304
305
  # @param [Fixnum] options_requested_policy_version
305
306
  # Optional. The maximum policy version that will be used to format the policy.
306
307
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -564,8 +565,9 @@ module Google
564
565
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
565
566
  # PERMISSION_DENIED` errors.
566
567
  # @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.
569
571
  # @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
570
572
  # @param [String] fields
571
573
  # Selector specifying which fields to include in a partial response.
@@ -602,8 +604,9 @@ module Google
602
604
  # permission-aware UIs and command-line tools, not for authorization checking.
603
605
  # This operation may "fail open" without warning.
604
606
  # @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.
607
610
  # @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
608
611
  # @param [String] fields
609
612
  # Selector specifying which fields to include in a partial response.
@@ -813,8 +816,9 @@ module Google
813
816
  # Gets the access control policy for a resource. Returns an empty policy if the
814
817
  # resource exists and does not have a policy set.
815
818
  # @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.
818
822
  # @param [Fixnum] options_requested_policy_version
819
823
  # Optional. The maximum policy version that will be used to format the policy.
820
824
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -946,8 +950,9 @@ module Google
946
950
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
947
951
  # PERMISSION_DENIED` errors.
948
952
  # @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.
951
956
  # @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
952
957
  # @param [String] fields
953
958
  # Selector specifying which fields to include in a partial response.
@@ -984,8 +989,9 @@ module Google
984
989
  # permission-aware UIs and command-line tools, not for authorization checking.
985
990
  # This operation may "fail open" without warning.
986
991
  # @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.
989
995
  # @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
990
996
  # @param [String] fields
991
997
  # Selector specifying which fields to include in a partial response.
@@ -1350,8 +1356,9 @@ module Google
1350
1356
  # Gets the access control policy for a resource. Returns an empty policy if the
1351
1357
  # resource exists and does not have a policy set.
1352
1358
  # @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.
1355
1362
  # @param [Fixnum] options_requested_policy_version
1356
1363
  # Optional. The maximum policy version that will be used to format the policy.
1357
1364
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1485,8 +1492,9 @@ module Google
1485
1492
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1486
1493
  # PERMISSION_DENIED` errors.
1487
1494
  # @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.
1490
1498
  # @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
1491
1499
  # @param [String] fields
1492
1500
  # Selector specifying which fields to include in a partial response.
@@ -1523,8 +1531,9 @@ module Google
1523
1531
  # permission-aware UIs and command-line tools, not for authorization checking.
1524
1532
  # This operation may "fail open" without warning.
1525
1533
  # @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.
1528
1537
  # @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1529
1538
  # @param [String] fields
1530
1539
  # 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-managedidentities_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.20.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.21.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
64
64
  post_install_message:
65
65
  rdoc_options: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.3.5
79
+ rubygems_version: 3.3.14
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API