google-apis-cloudasset_v1 0.73.0 → 0.75.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: d512aec1e8674c3a59b85dc593917de7412ad01120013df89e82b447fa27c4b9
4
- data.tar.gz: 7531de3c4987c4359dd4be94943487db8e0ff6217f399fe409ba70ae1aacb664
3
+ metadata.gz: 1775cdd454d9b5bdb6a838547d66349e34b09559a3fb6169e0f6efc6970f25d2
4
+ data.tar.gz: ab05a9a59e6010ac7074d64df5838df477e48467fad8e4e2f1b6876821b2da5e
5
5
  SHA512:
6
- metadata.gz: 25409b2ad842a829eed1525e2519dfd15d7dedb6ffb2347880bacd3016d52a2ea752ea6cef9df6fb0a978d7d75d1602e7964f60545a9ee306e7ef0b4b758cd58
7
- data.tar.gz: f83cb6789522203dc83084248f1bce429e8607967101d906a7fb9cca432f033763a4d898b44c1dd5ec43cc0ffa00c7a6cf2947aafc5ad237efda04a100b053bc
6
+ metadata.gz: e19b6b4126325b47646824dd29a05f84ff2137a57e6b4d5d0624f72016a6384c176767504a1699b10f6846d39688e0e312ca0a52909df852bd5c0383fb93cca8
7
+ data.tar.gz: 399634e7a471c3d169c4f8b75a4347425d0b41051625e49d9b098ec047dcffc7faefcdbbebf10fe13c9951bd67b074da137b0623835f859c745d9e7222da9684
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.75.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240217
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.74.0 (2024-02-04)
9
+
10
+ * Regenerated from discovery document revision 20240126
11
+
3
12
  ### v0.73.0 (2024-01-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20240119
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/asset-inventory/docs/quicks
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -864,7 +864,7 @@ module Google
864
864
  end
865
865
  end
866
866
 
867
- # The Condition evaluation.
867
+ # The condition evaluation.
868
868
  class ConditionEvaluation
869
869
  include Google::Apis::Core::Hashable
870
870
 
@@ -1389,7 +1389,7 @@ module Google
1389
1389
  # @return [Array<Google::Apis::CloudassetV1::GoogleCloudAssetV1Access>]
1390
1390
  attr_accessor :accesses
1391
1391
 
1392
- # The Condition evaluation.
1392
+ # The condition evaluation.
1393
1393
  # Corresponds to the JSON property `conditionEvaluation`
1394
1394
  # @return [Google::Apis::CloudassetV1::ConditionEvaluation]
1395
1395
  attr_accessor :condition_evaluation
@@ -1473,6 +1473,14 @@ module Google
1473
1473
  class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
1474
1474
  include Google::Apis::Core::Hashable
1475
1475
 
1476
+ # The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy.
1477
+ # attached_resource. Example: `cloudresourcemanager.googleapis.com/Project` See [
1478
+ # Cloud Asset Inventory Supported Asset Types](https://cloud.google.com/asset-
1479
+ # inventory/docs/supported-asset-types) for all supported asset types.
1480
+ # Corresponds to the JSON property `assetType`
1481
+ # @return [String]
1482
+ attr_accessor :asset_type
1483
+
1476
1484
  # The full resource name of the resource on which this IAM policy is set.
1477
1485
  # Example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/
1478
1486
  # instances/instance1`. See [Cloud Asset Inventory Resource Name Format](https://
@@ -1540,6 +1548,7 @@ module Google
1540
1548
 
1541
1549
  # Update properties of this object
1542
1550
  def update!(**args)
1551
+ @asset_type = args[:asset_type] if args.key?(:asset_type)
1543
1552
  @attached_resource = args[:attached_resource] if args.key?(:attached_resource)
1544
1553
  @folders = args[:folders] if args.key?(:folders)
1545
1554
  @organization = args[:organization] if args.key?(:organization)
@@ -1553,6 +1562,19 @@ module Google
1553
1562
  class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
1554
1563
  include Google::Apis::Core::Hashable
1555
1564
 
1565
+ # The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.
1566
+ # full_resource_name Example: `cloudresourcemanager.googleapis.com/Project` See [
1567
+ # Cloud Asset Inventory Supported Asset Types](https://cloud.google.com/asset-
1568
+ # inventory/docs/supported-asset-types) for all supported asset types.
1569
+ # Corresponds to the JSON property `assetType`
1570
+ # @return [String]
1571
+ attr_accessor :asset_type
1572
+
1573
+ # The effective tags on this resource.
1574
+ # Corresponds to the JSON property `effectiveTags`
1575
+ # @return [Array<Google::Apis::CloudassetV1::EffectiveTagDetails>]
1576
+ attr_accessor :effective_tags
1577
+
1556
1578
  # The folder(s) that this resource belongs to, in the format of folders/`
1557
1579
  # FOLDER_NUMBER`. This field is available when the resource belongs (directly or
1558
1580
  # cascadingly) to one or more folders.
@@ -1593,6 +1615,8 @@ module Google
1593
1615
 
1594
1616
  # Update properties of this object
1595
1617
  def update!(**args)
1618
+ @asset_type = args[:asset_type] if args.key?(:asset_type)
1619
+ @effective_tags = args[:effective_tags] if args.key?(:effective_tags)
1596
1620
  @folders = args[:folders] if args.key?(:folders)
1597
1621
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
1598
1622
  @organization = args[:organization] if args.key?(:organization)
@@ -1846,12 +1870,31 @@ module Google
1846
1870
  # @return [Google::Apis::CloudassetV1::AnalyzerOrgPolicy]
1847
1871
  attr_accessor :consolidated_policy
1848
1872
 
1873
+ # The effective tags on this resource.
1874
+ # Corresponds to the JSON property `effectiveTags`
1875
+ # @return [Array<Google::Apis::CloudassetV1::EffectiveTagDetails>]
1876
+ attr_accessor :effective_tags
1877
+
1878
+ # The folder(s) that this resource belongs to, in the format of folders/`
1879
+ # FOLDER_NUMBER`. This field is available when the resource belongs (directly or
1880
+ # cascadingly) to one or more folders.
1881
+ # Corresponds to the JSON property `folders`
1882
+ # @return [Array<String>]
1883
+ attr_accessor :folders
1884
+
1849
1885
  # The [full resource name] (https://cloud.google.com/asset-inventory/docs/
1850
1886
  # resource-name-format) of an organization/folder/project resource.
1851
1887
  # Corresponds to the JSON property `fullResourceName`
1852
1888
  # @return [String]
1853
1889
  attr_accessor :full_resource_name
1854
1890
 
1891
+ # The organization that this resource belongs to, in the format of organizations/
1892
+ # `ORGANIZATION_NUMBER`. This field is available when the resource belongs (
1893
+ # directly or cascadingly) to an organization.
1894
+ # Corresponds to the JSON property `organization`
1895
+ # @return [String]
1896
+ attr_accessor :organization
1897
+
1855
1898
  # The [full resource name] (https://cloud.google.com/asset-inventory/docs/
1856
1899
  # resource-name-format) of the parent of
1857
1900
  # AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.
@@ -1868,6 +1911,13 @@ module Google
1868
1911
  # @return [Array<Google::Apis::CloudassetV1::AnalyzerOrgPolicy>]
1869
1912
  attr_accessor :policy_bundle
1870
1913
 
1914
+ # The project that this resource belongs to, in the format of projects/`
1915
+ # PROJECT_NUMBER`. This field is available when the resource belongs to a
1916
+ # project.
1917
+ # Corresponds to the JSON property `project`
1918
+ # @return [String]
1919
+ attr_accessor :project
1920
+
1871
1921
  def initialize(**args)
1872
1922
  update!(**args)
1873
1923
  end
@@ -1875,9 +1925,13 @@ module Google
1875
1925
  # Update properties of this object
1876
1926
  def update!(**args)
1877
1927
  @consolidated_policy = args[:consolidated_policy] if args.key?(:consolidated_policy)
1928
+ @effective_tags = args[:effective_tags] if args.key?(:effective_tags)
1929
+ @folders = args[:folders] if args.key?(:folders)
1878
1930
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
1931
+ @organization = args[:organization] if args.key?(:organization)
1879
1932
  @parent = args[:parent] if args.key?(:parent)
1880
1933
  @policy_bundle = args[:policy_bundle] if args.key?(:policy_bundle)
1934
+ @project = args[:project] if args.key?(:project)
1881
1935
  end
1882
1936
  end
1883
1937
 
@@ -2073,6 +2127,11 @@ module Google
2073
2127
  # @return [Google::Apis::CloudassetV1::Expr]
2074
2128
  attr_accessor :condition
2075
2129
 
2130
+ # The condition evaluation.
2131
+ # Corresponds to the JSON property `conditionEvaluation`
2132
+ # @return [Google::Apis::CloudassetV1::ConditionEvaluation]
2133
+ attr_accessor :condition_evaluation
2134
+
2076
2135
  # Setting this to true means that all values are denied. This field can be set
2077
2136
  # only in Policies for list constraints.
2078
2137
  # Corresponds to the JSON property `denyAll`
@@ -2100,6 +2159,7 @@ module Google
2100
2159
  def update!(**args)
2101
2160
  @allow_all = args[:allow_all] if args.key?(:allow_all)
2102
2161
  @condition = args[:condition] if args.key?(:condition)
2162
+ @condition_evaluation = args[:condition_evaluation] if args.key?(:condition_evaluation)
2103
2163
  @deny_all = args[:deny_all] if args.key?(:deny_all)
2104
2164
  @enforce = args[:enforce] if args.key?(:enforce)
2105
2165
  @values = args[:values] if args.key?(:values)
@@ -3085,9 +3145,8 @@ module Google
3085
3145
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
3086
3146
  include Google::Apis::Core::Hashable
3087
3147
 
3088
- # A list of identities that are allowed access through this [EgressPolicy].
3089
- # Should be in the format of email address. The email address should represent
3090
- # individual user or service account only.
3148
+ # A list of identities that are allowed access through this [EgressPolicy], in
3149
+ # the format of `user:`email_id`` or `serviceAccount:`email_id``.
3091
3150
  # Corresponds to the JSON property `identities`
3092
3151
  # @return [Array<String>]
3093
3152
  attr_accessor :identities
@@ -3253,9 +3312,8 @@ module Google
3253
3312
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
3254
3313
  include Google::Apis::Core::Hashable
3255
3314
 
3256
- # A list of identities that are allowed access through this ingress policy.
3257
- # Should be in the format of email address. The email address should represent
3258
- # individual user or service account only.
3315
+ # A list of identities that are allowed access through this ingress policy, in
3316
+ # the format of `user:`email_id`` or `serviceAccount:`email_id``.
3259
3317
  # Corresponds to the JSON property `identities`
3260
3318
  # @return [Array<String>]
3261
3319
  attr_accessor :identities
@@ -3794,9 +3852,9 @@ module Google
3794
3852
  # within the scope will be analyzed. This can only be an organization number (
3795
3853
  # such as "organizations/123"), a folder number (such as "folders/123"), a
3796
3854
  # project ID (such as "projects/my-project-id"), or a project number (such as "
3797
- # projects/12345"). To know how to get organization id, visit [here ](https://
3855
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
3798
3856
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
3799
- # retrieving_your_organization_id). To know how to get folder or project id,
3857
+ # retrieving_your_organization_id). To know how to get folder or project ID,
3800
3858
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
3801
3859
  # folders#viewing_or_listing_folders_and_projects).
3802
3860
  # Corresponds to the JSON property `scope`
@@ -4458,6 +4516,20 @@ module Google
4458
4516
  # @return [Google::Apis::CloudassetV1::AnalyzerOrgPolicy]
4459
4517
  attr_accessor :consolidated_policy
4460
4518
 
4519
+ # The folder(s) that this consolidated policy belongs to, in the format of
4520
+ # folders/`FOLDER_NUMBER`. This field is available when the consolidated policy
4521
+ # belongs (directly or cascadingly) to one or more folders.
4522
+ # Corresponds to the JSON property `folders`
4523
+ # @return [Array<String>]
4524
+ attr_accessor :folders
4525
+
4526
+ # The organization that this consolidated policy belongs to, in the format of
4527
+ # organizations/`ORGANIZATION_NUMBER`. This field is available when the
4528
+ # consolidated policy belongs (directly or cascadingly) to an organization.
4529
+ # Corresponds to the JSON property `organization`
4530
+ # @return [String]
4531
+ attr_accessor :organization
4532
+
4461
4533
  # The ordered list of all organization policies from the
4462
4534
  # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
4463
4535
  # attached_resource. to the scope specified in the request. If the constraint is
@@ -4466,6 +4538,13 @@ module Google
4466
4538
  # @return [Array<Google::Apis::CloudassetV1::AnalyzerOrgPolicy>]
4467
4539
  attr_accessor :policy_bundle
4468
4540
 
4541
+ # The project that this consolidated policy belongs to, in the format of
4542
+ # projects/`PROJECT_NUMBER`. This field is available when the consolidated
4543
+ # policy belongs to a project.
4544
+ # Corresponds to the JSON property `project`
4545
+ # @return [String]
4546
+ attr_accessor :project
4547
+
4469
4548
  def initialize(**args)
4470
4549
  update!(**args)
4471
4550
  end
@@ -4473,7 +4552,10 @@ module Google
4473
4552
  # Update properties of this object
4474
4553
  def update!(**args)
4475
4554
  @consolidated_policy = args[:consolidated_policy] if args.key?(:consolidated_policy)
4555
+ @folders = args[:folders] if args.key?(:folders)
4556
+ @organization = args[:organization] if args.key?(:organization)
4476
4557
  @policy_bundle = args[:policy_bundle] if args.key?(:policy_bundle)
4558
+ @project = args[:project] if args.key?(:project)
4477
4559
  end
4478
4560
  end
4479
4561
 
@@ -5856,7 +5938,7 @@ module Google
5856
5938
  end
5857
5939
 
5858
5940
  # The key and value for a [tag](https://cloud.google.com/resource-manager/docs/
5859
- # tags/tags-overview),
5941
+ # tags/tags-overview).
5860
5942
  class Tag
5861
5943
  include Google::Apis::Core::Hashable
5862
5944
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240119"
25
+ REVISION = "20240217"
26
26
  end
27
27
  end
28
28
  end
@@ -1206,6 +1206,7 @@ module Google
1206
1206
  class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
1207
1207
  # @private
1208
1208
  class Representation < Google::Apis::Core::JsonRepresentation
1209
+ property :asset_type, as: 'assetType'
1209
1210
  property :attached_resource, as: 'attachedResource'
1210
1211
  collection :folders, as: 'folders'
1211
1212
  property :organization, as: 'organization'
@@ -1218,6 +1219,9 @@ module Google
1218
1219
  class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
1219
1220
  # @private
1220
1221
  class Representation < Google::Apis::Core::JsonRepresentation
1222
+ property :asset_type, as: 'assetType'
1223
+ collection :effective_tags, as: 'effectiveTags', class: Google::Apis::CloudassetV1::EffectiveTagDetails, decorator: Google::Apis::CloudassetV1::EffectiveTagDetails::Representation
1224
+
1221
1225
  collection :folders, as: 'folders'
1222
1226
  property :full_resource_name, as: 'fullResourceName'
1223
1227
  property :organization, as: 'organization'
@@ -1289,10 +1293,15 @@ module Google
1289
1293
  class Representation < Google::Apis::Core::JsonRepresentation
1290
1294
  property :consolidated_policy, as: 'consolidatedPolicy', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1291
1295
 
1296
+ collection :effective_tags, as: 'effectiveTags', class: Google::Apis::CloudassetV1::EffectiveTagDetails, decorator: Google::Apis::CloudassetV1::EffectiveTagDetails::Representation
1297
+
1298
+ collection :folders, as: 'folders'
1292
1299
  property :full_resource_name, as: 'fullResourceName'
1300
+ property :organization, as: 'organization'
1293
1301
  property :parent, as: 'parent'
1294
1302
  collection :policy_bundle, as: 'policyBundle', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1295
1303
 
1304
+ property :project, as: 'project'
1296
1305
  end
1297
1306
  end
1298
1307
 
@@ -1347,6 +1356,8 @@ module Google
1347
1356
  property :allow_all, as: 'allowAll'
1348
1357
  property :condition, as: 'condition', class: Google::Apis::CloudassetV1::Expr, decorator: Google::Apis::CloudassetV1::Expr::Representation
1349
1358
 
1359
+ property :condition_evaluation, as: 'conditionEvaluation', class: Google::Apis::CloudassetV1::ConditionEvaluation, decorator: Google::Apis::CloudassetV1::ConditionEvaluation::Representation
1360
+
1350
1361
  property :deny_all, as: 'denyAll'
1351
1362
  property :enforce, as: 'enforce'
1352
1363
  property :values, as: 'values', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1StringValues, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1StringValues::Representation
@@ -1887,8 +1898,11 @@ module Google
1887
1898
  class Representation < Google::Apis::Core::JsonRepresentation
1888
1899
  property :consolidated_policy, as: 'consolidatedPolicy', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1889
1900
 
1901
+ collection :folders, as: 'folders'
1902
+ property :organization, as: 'organization'
1890
1903
  collection :policy_bundle, as: 'policyBundle', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1891
1904
 
1905
+ property :project, as: 'project'
1892
1906
  end
1893
1907
  end
1894
1908
 
@@ -139,10 +139,10 @@ module Google
139
139
  # Required. Only IAM policies on or below the scope will be returned. This can
140
140
  # only be an organization number (such as "organizations/123"), a folder number (
141
141
  # such as "folders/123"), a project ID (such as "projects/my-project-id"), or a
142
- # project number (such as "projects/12345"). To know how to get organization id,
142
+ # project number (such as "projects/12345"). To know how to get organization ID,
143
143
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
144
144
  # organization#retrieving_your_organization_id). To know how to get folder or
145
- # project id, visit [here ](https://cloud.google.com/resource-manager/docs/
145
+ # project ID, visit [here ](https://cloud.google.com/resource-manager/docs/
146
146
  # creating-managing-folders#viewing_or_listing_folders_and_projects).
147
147
  # @param [Array<String>, String] names
148
148
  # Required. The names refer to the [full_resource_names] (https://cloud.google.
@@ -586,9 +586,9 @@ module Google
586
586
  # within the scope will be analyzed. This can only be an organization number (
587
587
  # such as "organizations/123"), a folder number (such as "folders/123"), a
588
588
  # project ID (such as "projects/my-project-id"), or a project number (such as "
589
- # projects/12345"). To know how to get organization id, visit [here ](https://
589
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
590
590
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
591
- # retrieving_your_organization_id). To know how to get folder or project id,
591
+ # retrieving_your_organization_id). To know how to get folder or project ID,
592
592
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
593
593
  # folders#viewing_or_listing_folders_and_projects).
594
594
  # @param [Array<String>, String] analysis_query_access_selector_permissions
@@ -743,9 +743,9 @@ module Google
743
743
  # within the scope will be analyzed. This can only be an organization number (
744
744
  # such as "organizations/123"), a folder number (such as "folders/123"), a
745
745
  # project ID (such as "projects/my-project-id"), or a project number (such as "
746
- # projects/12345"). To know how to get organization id, visit [here ](https://
746
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
747
747
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
748
- # retrieving_your_organization_id). To know how to get folder or project id,
748
+ # retrieving_your_organization_id). To know how to get folder or project ID,
749
749
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
750
750
  # folders#viewing_or_listing_folders_and_projects).
751
751
  # @param [Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest] analyze_iam_policy_longrunning_request_object
@@ -882,14 +882,39 @@ module Google
882
882
 
883
883
  # Analyzes organization policies governed assets (Google Cloud resources or
884
884
  # policies) under a scope. This RPC supports custom constraints and the
885
- # following 10 canned constraints: * storage.uniformBucketLevelAccess * iam.
886
- # disableServiceAccountKeyCreation * iam.allowedPolicyMemberDomains * compute.
887
- # vmExternalIpAccess * appengine.enforceServiceAccountActAsCheck * gcp.
888
- # resourceLocations * compute.trustedImageProjects * compute.
889
- # skipDefaultNetworkCreation * compute.requireOsLogin * compute.
890
- # disableNestedVirtualization This RPC only returns either resources of types [
891
- # supported by search APIs](https://cloud.google.com/asset-inventory/docs/
892
- # supported-asset-types) or IAM policies.
885
+ # following canned constraints: * constraints/ainotebooks.accessMode *
886
+ # constraints/ainotebooks.disableFileDownloads * constraints/ainotebooks.
887
+ # disableRootAccess * constraints/ainotebooks.disableTerminal * constraints/
888
+ # ainotebooks.environmentOptions * constraints/ainotebooks.
889
+ # requireAutoUpgradeSchedule * constraints/ainotebooks.restrictVpcNetworks *
890
+ # constraints/compute.disableGuestAttributesAccess * constraints/compute.
891
+ # disableInstanceDataAccessApis * constraints/compute.
892
+ # disableNestedVirtualization * constraints/compute.disableSerialPortAccess *
893
+ # constraints/compute.disableSerialPortLogging * constraints/compute.
894
+ # disableVpcExternalIpv6 * constraints/compute.requireOsLogin * constraints/
895
+ # compute.requireShieldedVm * constraints/compute.
896
+ # restrictLoadBalancerCreationForTypes * constraints/compute.
897
+ # restrictProtocolForwardingCreationForTypes * constraints/compute.
898
+ # restrictXpnProjectLienRemoval * constraints/compute.
899
+ # setNewProjectDefaultToZonalDNSOnly * constraints/compute.
900
+ # skipDefaultNetworkCreation * constraints/compute.trustedImageProjects *
901
+ # constraints/compute.vmCanIpForward * constraints/compute.vmExternalIpAccess *
902
+ # constraints/gcp.detailedAuditLoggingMode * constraints/gcp.resourceLocations *
903
+ # constraints/iam.allowedPolicyMemberDomains * constraints/iam.
904
+ # automaticIamGrantsForDefaultServiceAccounts * constraints/iam.
905
+ # disableServiceAccountCreation * constraints/iam.
906
+ # disableServiceAccountKeyCreation * constraints/iam.
907
+ # disableServiceAccountKeyUpload * constraints/iam.
908
+ # restrictCrossProjectServiceAccountLienRemoval * constraints/iam.
909
+ # serviceAccountKeyExpiryHours * constraints/resourcemanager.accessBoundaries *
910
+ # constraints/resourcemanager.allowedExportDestinations * constraints/sql.
911
+ # restrictAuthorizedNetworks * constraints/sql.
912
+ # restrictNoncompliantDiagnosticDataAccess * constraints/sql.
913
+ # restrictNoncompliantResourceCreation * constraints/sql.restrictPublicIp *
914
+ # constraints/storage.publicAccessPrevention * constraints/storage.
915
+ # restrictAuthTypes * constraints/storage.uniformBucketLevelAccess This RPC only
916
+ # returns either resources of types [supported by search APIs](https://cloud.
917
+ # google.com/asset-inventory/docs/supported-asset-types) or IAM policies.
893
918
  # @param [String] scope
894
919
  # Required. The organization to scope the request. Only organization policies
895
920
  # within the scope will be analyzed. The output assets will also be limited to
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.75.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.0
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.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1