google-apis-cloudasset_v1 0.83.0 → 0.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcd82796f9281d64f709afc8606a4b520c1132942f5c0eb498b200271586b8d8
4
- data.tar.gz: a40d0dae85d24b650f85bc67213b1e62407539f14a36691be027d3a06a6738a0
3
+ metadata.gz: 2a61b75472d54a49920508396216e86dd4fdbf434e2b1afcbb16e0ad96a74de6
4
+ data.tar.gz: 5395d7add358b0d56ec047b2013f814800efa2fd42646c42ea9a1a7dde44bd84
5
5
  SHA512:
6
- metadata.gz: 2d0e0fc06184287cbbdde5b19a331024909f270aa1cd02b3d1ba6a9af71011330c96f5fa36507b67dffa3f00209327de661ff28a5c59942ba3e940cad13b4d4a
7
- data.tar.gz: 63fed4a4f5e3074b05e67d91693fb61da48676cd02a57e910ba49fcb16e12516e212bfc10465c6ba880278deeaaa95a4861b6dbc34abb3c2b236521ac039ead9
6
+ metadata.gz: d36f4e96147965ac5c6f6313f9e7a59a65bbfea63ede447c9b963ee9625667c1f1b71ddd01517fab4a7fd52b7693021c58ef98594328164a180e957ada12df98
7
+ data.tar.gz: 2bffc5f7e978f213b59c59066e1d44b2032976a3159b177ab87f0dfcc33e56d07adbbe98b0572dd769be6bbcd11c866ca719cc309be1d9d34775c00fa9d2fe50
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.84.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241115
6
+
3
7
  ### v0.83.0 (2024-09-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20240831
@@ -141,7 +141,7 @@ module Google
141
141
  # @return [Google::Apis::CloudassetV1::IamPolicyAnalysis]
142
142
  attr_accessor :main_analysis
143
143
 
144
- # The service account impersonation analysis if AnalyzeIamPolicyRequest.
144
+ # The service account impersonation analysis if IamPolicyAnalysisQuery.Options.
145
145
  # analyze_service_account_impersonation is enabled.
146
146
  # Corresponds to the JSON property `serviceAccountImpersonationAnalysis`
147
147
  # @return [Array<Google::Apis::CloudassetV1::IamPolicyAnalysis>]
@@ -1011,7 +1011,7 @@ module Google
1011
1011
  include Google::Apis::Core::Hashable
1012
1012
 
1013
1013
  # The [full resource name](https://cloud.google.com/asset-inventory/docs/
1014
- # resource-name-format) of the ancestor from which an effective_tag is inherited,
1014
+ # resource-name-format) of the ancestor from which effective_tags are inherited,
1015
1015
  # according to [tag inheritance](https://cloud.google.com/resource-manager/docs/
1016
1016
  # tags/tags-overview#inheritance).
1017
1017
  # Corresponds to the JSON property `attachedResource`
@@ -1466,8 +1466,7 @@ module Google
1466
1466
  # @return [Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource]
1467
1467
  attr_accessor :governed_resource
1468
1468
 
1469
- # The ordered list of all organization policies from the
1470
- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1469
+ # The ordered list of all organization policies from the consolidated_policy.
1471
1470
  # attached_resource to the scope specified in the request. If the constraint is
1472
1471
  # defined with default policy, it will also appear in the list.
1473
1472
  # Corresponds to the JSON property `policyBundle`
@@ -1922,8 +1921,7 @@ module Google
1922
1921
  # @return [String]
1923
1922
  attr_accessor :parent
1924
1923
 
1925
- # The ordered list of all organization policies from the
1926
- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1924
+ # The ordered list of all organization policies from the consolidated_policy.
1927
1925
  # attached_resource. to the scope specified in the request. If the constraint is
1928
1926
  # defined with default policy, it will also appear in the list.
1929
1927
  # Corresponds to the JSON property `policyBundle`
@@ -3563,6 +3561,14 @@ module Google
3563
3561
  # @return [String]
3564
3562
  attr_accessor :description
3565
3563
 
3564
+ # Optional. An opaque identifier for the current version of the `
3565
+ # ServicePerimeter`. This identifier does not follow any specific format. If an
3566
+ # etag is not provided, the operation will be performed as if a valid etag is
3567
+ # provided.
3568
+ # Corresponds to the JSON property `etag`
3569
+ # @return [String]
3570
+ attr_accessor :etag
3571
+
3566
3572
  # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
3567
3573
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
3568
3574
  # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -3618,6 +3624,7 @@ module Google
3618
3624
  # Update properties of this object
3619
3625
  def update!(**args)
3620
3626
  @description = args[:description] if args.key?(:description)
3627
+ @etag = args[:etag] if args.key?(:etag)
3621
3628
  @name = args[:name] if args.key?(:name)
3622
3629
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
3623
3630
  @spec = args[:spec] if args.key?(:spec)
@@ -4558,8 +4565,7 @@ module Google
4558
4565
  # @return [String]
4559
4566
  attr_accessor :organization
4560
4567
 
4561
- # The ordered list of all organization policies from the
4562
- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
4568
+ # The ordered list of all organization policies from the consolidated_policy.
4563
4569
  # attached_resource. to the scope specified in the request. If the constraint is
4564
4570
  # defined with default policy, it will also appear in the list.
4565
4571
  # Corresponds to the JSON property `policyBundle`
@@ -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.83.0"
19
+ GEM_VERSION = "0.84.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240831"
25
+ REVISION = "20241115"
26
26
  end
27
27
  end
28
28
  end
@@ -1673,6 +1673,7 @@ module Google
1673
1673
  # @private
1674
1674
  class Representation < Google::Apis::Core::JsonRepresentation
1675
1675
  property :description, as: 'description'
1676
+ property :etag, as: 'etag'
1676
1677
  property :name, as: 'name'
1677
1678
  property :perimeter_type, as: 'perimeterType'
1678
1679
  property :spec, as: 'spec', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
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.83.0
4
+ version: 0.84.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-09-15 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.83.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.84.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1