google-apis-cloudasset_v1p5beta1 0.43.0 → 0.45.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: cc426e3a44f793ed17eafe188b9fcf951cbf296c315463fee68e33a88aef7b04
4
- data.tar.gz: 9b486225ae532e6077515fde9734e8078612f1e40649fde90aad3adeeadd0f26
3
+ metadata.gz: 75befd22dee1d6a3c9611c9184a8124be54adc22735d620d6f08724b784dd3f4
4
+ data.tar.gz: 6304791761b8f926e6295dcfe4869c097dc1f464b7a6af676e38e7c3c633ffec
5
5
  SHA512:
6
- metadata.gz: 9de7f1fafafe107b5b684317e55079886c42be6621bc956eeab005b4854cb15ae46edec0838d2d12c8ad77915e69923eaa2afa225c24dd9d4661a51b341c1ef5
7
- data.tar.gz: 70fe4b9b53c6328d17b3882f543766c04b5ee29a527caf92759bcc98a9b194c704a1a48bbf959d54060d4c9628b410d879404fe290762d6ab367f2bef4d984ff
6
+ metadata.gz: 17f0a4012414a72a539f370c86f6538bd4ed04a5acce063cd0f45018e8beb4b532d937c9fb7a81b44c6dd2c7b1cca436096d6a9a0443539e08ea1baa681e7943
7
+ data.tar.gz: 27552a8ec62397db438ec15c7501aee248c9fe589f299e2b10435c23113e2e7dba359bf7312be9f2951af2985a5032080cba82b0d6e0c8fdb2f66539857686ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.45.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.44.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250307
10
+
3
11
  ### v0.43.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250215
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ 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.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
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
 
@@ -1532,6 +1532,12 @@ module Google
1532
1532
  # @return [Array<String>]
1533
1533
  attr_accessor :resources
1534
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
+
1535
1541
  def initialize(**args)
1536
1542
  update!(**args)
1537
1543
  end
@@ -1541,6 +1547,7 @@ module Google
1541
1547
  @external_resources = args[:external_resources] if args.key?(:external_resources)
1542
1548
  @operations = args[:operations] if args.key?(:operations)
1543
1549
  @resources = args[:resources] if args.key?(:resources)
1550
+ @roles = args[:roles] if args.key?(:roles)
1544
1551
  end
1545
1552
  end
1546
1553
 
@@ -1693,6 +1700,12 @@ module Google
1693
1700
  # @return [Array<String>]
1694
1701
  attr_accessor :resources
1695
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
+
1696
1709
  def initialize(**args)
1697
1710
  update!(**args)
1698
1711
  end
@@ -1701,6 +1714,7 @@ module Google
1701
1714
  def update!(**args)
1702
1715
  @operations = args[:operations] if args.key?(:operations)
1703
1716
  @resources = args[:resources] if args.key?(:resources)
1717
+ @roles = args[:roles] if args.key?(:roles)
1704
1718
  end
1705
1719
  end
1706
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.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250215"
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.43.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.45.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Asset API V1p5beta1
79
79
  test_files: []