google-apis-cloudasset_v1p5beta1 0.42.0 → 0.44.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: cf6c506faff06e4bdf9cb15f7fdd2ccd7dc409c4be1c74ab0b1b1337f952dc99
4
- data.tar.gz: c851b7878f995efba76127a6151d7f79095494c985b3d4b63371f9528a9e5255
3
+ metadata.gz: fd84f78e85478292119c63a419ee207c25be87e6a5e7920c23affceb696bab6f
4
+ data.tar.gz: 36b4a7409a642267206e528e528cc405ae1467838b032fb6e551da0076b487cc
5
5
  SHA512:
6
- metadata.gz: eee23577b3f2e78c85605905d07e576a1449b8cbd4f3034b6d485d831129bc94098f540b92d015b96c5c16bca42b515463f9440b6d2918951e520d96913a2b9c
7
- data.tar.gz: 7c83d816f6021e2289608b1d111d532bec91ffccc3dd7ba3acd4962569fac41830974f99508c269cb23fb233a2422dd98583d58dd85f2b4f8baa359c34b320db
6
+ metadata.gz: 7f7ae8673b4158a2d32d975edc740cb56d4d2fe1bd329d9c759185f8aad20d281daf08df08752c1a454c947afe0d58d19a651b606ef54886bebb567387f7d479
7
+ data.tar.gz: 9f1160204732391b8abdd6ef53e008eb8d863f6e1014c0332804b3332513b2e70d1538ada3dccf5ba108a0601602716bda11365185e6ea74f6387e859f6e0477
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.44.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+
7
+ ### v0.43.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250215
10
+
3
11
  ### v0.42.0 (2025-01-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20250104
@@ -1477,12 +1477,10 @@ module Google
1477
1477
  # @return [String]
1478
1478
  attr_accessor :access_level
1479
1479
 
1480
- # A Google Cloud resource that you want to allow to egress the perimeter. These
1481
- # resources can access data outside the perimeter. This field only supports
1482
- # projects. The project format is `projects/`project_number``. The resource can
1483
- # be in any Google Cloud organization, not just the organization where the
1484
- # perimeter is defined. You can't use `*` in this field to allow all Google
1485
- # Cloud resources.
1480
+ # A Google Cloud resource from the service perimeter that you want to allow to
1481
+ # access data outside the perimeter. This field supports only projects. The
1482
+ # project format is `projects/`project_number``. You can't use `*` in this field
1483
+ # to allow all Google Cloud resources.
1486
1484
  # Corresponds to the JSON property `resource`
1487
1485
  # @return [String]
1488
1486
  attr_accessor :resource
@@ -1534,6 +1532,12 @@ module Google
1534
1532
  # @return [Array<String>]
1535
1533
  attr_accessor :resources
1536
1534
 
1535
+ # IAM roles that represent the set of operations that the sources specified in
1536
+ # the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.
1537
+ # Corresponds to the JSON property `roles`
1538
+ # @return [Array<String>]
1539
+ attr_accessor :roles
1540
+
1537
1541
  def initialize(**args)
1538
1542
  update!(**args)
1539
1543
  end
@@ -1543,6 +1547,7 @@ module Google
1543
1547
  @external_resources = args[:external_resources] if args.key?(:external_resources)
1544
1548
  @operations = args[:operations] if args.key?(:operations)
1545
1549
  @resources = args[:resources] if args.key?(:resources)
1550
+ @roles = args[:roles] if args.key?(:roles)
1546
1551
  end
1547
1552
  end
1548
1553
 
@@ -1695,6 +1700,12 @@ module Google
1695
1700
  # @return [Array<String>]
1696
1701
  attr_accessor :resources
1697
1702
 
1703
+ # IAM roles that represent the set of operations that the sources specified in
1704
+ # the corresponding IngressFrom are allowed to perform in this ServicePerimeter.
1705
+ # Corresponds to the JSON property `roles`
1706
+ # @return [Array<String>]
1707
+ attr_accessor :roles
1708
+
1698
1709
  def initialize(**args)
1699
1710
  update!(**args)
1700
1711
  end
@@ -1703,6 +1714,7 @@ module Google
1703
1714
  def update!(**args)
1704
1715
  @operations = args[:operations] if args.key?(:operations)
1705
1716
  @resources = args[:resources] if args.key?(:resources)
1717
+ @roles = args[:roles] if args.key?(:roles)
1706
1718
  end
1707
1719
  end
1708
1720
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250104"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
@@ -560,6 +560,7 @@ module Google
560
560
  collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
561
561
 
562
562
  collection :resources, as: 'resources'
563
+ collection :roles, as: 'roles'
563
564
  end
564
565
  end
565
566
 
@@ -598,6 +599,7 @@ module Google
598
599
  collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
599
600
 
600
601
  collection :resources, as: 'resources'
602
+ collection :roles, as: 'roles'
601
603
  end
602
604
  end
603
605
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p5beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.44.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Asset API V1p5beta1
79
79
  test_files: []