google-apis-cloudasset_v1 0.83.0 → 0.85.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: fcd82796f9281d64f709afc8606a4b520c1132942f5c0eb498b200271586b8d8
4
- data.tar.gz: a40d0dae85d24b650f85bc67213b1e62407539f14a36691be027d3a06a6738a0
3
+ metadata.gz: e4d7e47b4b2c5bbd98bb9b54a4fd62f43c0ad3afa39297096123b1cd4a43edb5
4
+ data.tar.gz: 857bba8c4e9fd6287e23fa622d036253024b6798bf24684ea4c00a6e2a914d38
5
5
  SHA512:
6
- metadata.gz: 2d0e0fc06184287cbbdde5b19a331024909f270aa1cd02b3d1ba6a9af71011330c96f5fa36507b67dffa3f00209327de661ff28a5c59942ba3e940cad13b4d4a
7
- data.tar.gz: 63fed4a4f5e3074b05e67d91693fb61da48676cd02a57e910ba49fcb16e12516e212bfc10465c6ba880278deeaaa95a4861b6dbc34abb3c2b236521ac039ead9
6
+ metadata.gz: 3b4a49786b202e4d92f5d51acb80dc0f159841d0056076c9fa46c976d3ec9045974358c232369cf9e84346d05b701c2dc529e5cb4f2b2504bc4586244fe0e94a
7
+ data.tar.gz: 2e08b915684c4a863be544763977e455d2e5461b875a4ba68c896901fbb10e06dde39466776cbfaca43093b3d85663c4fc1bc98bfb23afb687a7917a26385010
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.85.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241211
6
+
7
+ ### v0.84.0 (2024-11-24)
8
+
9
+ * Regenerated from discovery document revision 20241115
10
+
3
11
  ### v0.83.0 (2024-09-08)
4
12
 
5
13
  * 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`
@@ -3243,6 +3241,14 @@ module Google
3243
3241
  # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1EgressTo]
3244
3242
  attr_accessor :egress_to
3245
3243
 
3244
+ # Optional. Human-readable title for the egress rule. The title must be unique
3245
+ # within the perimeter and can not exceed 100 characters. Within the access
3246
+ # policy, the combined length of all rule titles must not exceed 240,000
3247
+ # characters.
3248
+ # Corresponds to the JSON property `title`
3249
+ # @return [String]
3250
+ attr_accessor :title
3251
+
3246
3252
  def initialize(**args)
3247
3253
  update!(**args)
3248
3254
  end
@@ -3251,6 +3257,7 @@ module Google
3251
3257
  def update!(**args)
3252
3258
  @egress_from = args[:egress_from] if args.key?(:egress_from)
3253
3259
  @egress_to = args[:egress_to] if args.key?(:egress_to)
3260
+ @title = args[:title] if args.key?(:title)
3254
3261
  end
3255
3262
  end
3256
3263
 
@@ -3399,6 +3406,14 @@ module Google
3399
3406
  # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1IngressTo]
3400
3407
  attr_accessor :ingress_to
3401
3408
 
3409
+ # Optional. Human-readable title for the ingress rule. The title must be unique
3410
+ # within the perimeter and can not exceed 100 characters. Within the access
3411
+ # policy, the combined length of all rule titles must not exceed 240,000
3412
+ # characters.
3413
+ # Corresponds to the JSON property `title`
3414
+ # @return [String]
3415
+ attr_accessor :title
3416
+
3402
3417
  def initialize(**args)
3403
3418
  update!(**args)
3404
3419
  end
@@ -3407,6 +3422,7 @@ module Google
3407
3422
  def update!(**args)
3408
3423
  @ingress_from = args[:ingress_from] if args.key?(:ingress_from)
3409
3424
  @ingress_to = args[:ingress_to] if args.key?(:ingress_to)
3425
+ @title = args[:title] if args.key?(:title)
3410
3426
  end
3411
3427
  end
3412
3428
 
@@ -3563,6 +3579,14 @@ module Google
3563
3579
  # @return [String]
3564
3580
  attr_accessor :description
3565
3581
 
3582
+ # Optional. An opaque identifier for the current version of the `
3583
+ # ServicePerimeter`. This identifier does not follow any specific format. If an
3584
+ # etag is not provided, the operation will be performed as if a valid etag is
3585
+ # provided.
3586
+ # Corresponds to the JSON property `etag`
3587
+ # @return [String]
3588
+ attr_accessor :etag
3589
+
3566
3590
  # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
3567
3591
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
3568
3592
  # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -3618,6 +3642,7 @@ module Google
3618
3642
  # Update properties of this object
3619
3643
  def update!(**args)
3620
3644
  @description = args[:description] if args.key?(:description)
3645
+ @etag = args[:etag] if args.key?(:etag)
3621
3646
  @name = args[:name] if args.key?(:name)
3622
3647
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
3623
3648
  @spec = args[:spec] if args.key?(:spec)
@@ -4558,8 +4583,7 @@ module Google
4558
4583
  # @return [String]
4559
4584
  attr_accessor :organization
4560
4585
 
4561
- # The ordered list of all organization policies from the
4562
- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
4586
+ # The ordered list of all organization policies from the consolidated_policy.
4563
4587
  # attached_resource. to the scope specified in the request. If the constraint is
4564
4588
  # defined with default policy, it will also appear in the list.
4565
4589
  # 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.85.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 = "20241211"
26
26
  end
27
27
  end
28
28
  end
@@ -1595,6 +1595,7 @@ module Google
1595
1595
 
1596
1596
  property :egress_to, as: 'egressTo', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1EgressTo, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1EgressTo::Representation
1597
1597
 
1598
+ property :title, as: 'title'
1598
1599
  end
1599
1600
  end
1600
1601
 
@@ -1632,6 +1633,7 @@ module Google
1632
1633
 
1633
1634
  property :ingress_to, as: 'ingressTo', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1IngressTo, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1IngressTo::Representation
1634
1635
 
1636
+ property :title, as: 'title'
1635
1637
  end
1636
1638
  end
1637
1639
 
@@ -1673,6 +1675,7 @@ module Google
1673
1675
  # @private
1674
1676
  class Representation < Google::Apis::Core::JsonRepresentation
1675
1677
  property :description, as: 'description'
1678
+ property :etag, as: 'etag'
1676
1679
  property :name, as: 'name'
1677
1680
  property :perimeter_type, as: 'perimeterType'
1678
1681
  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.85.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-15 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.85.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.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1