google-apis-cloudasset_v1p5beta1 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd84f78e85478292119c63a419ee207c25be87e6a5e7920c23affceb696bab6f
|
4
|
+
data.tar.gz: 36b4a7409a642267206e528e528cc405ae1467838b032fb6e551da0076b487cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f7ae8673b4158a2d32d975edc740cb56d4d2fe1bd329d9c759185f8aad20d281daf08df08752c1a454c947afe0d58d19a651b606ef54886bebb567387f7d479
|
7
|
+
data.tar.gz: 9f1160204732391b8abdd6ef53e008eb8d863f6e1014c0332804b3332513b2e70d1538ada3dccf5ba108a0601602716bda11365185e6ea74f6387e859f6e0477
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-03-
|
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.
|
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:
|