google-apis-cloudasset_v1p7beta1 0.44.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5888577e8324d77c4629c3f5d269391be1cfd98dbb1854ada3fcff6bf517ad2b
|
4
|
+
data.tar.gz: 8bb71780770e662af9d5b825835b55af9bbe3c13500a19fa52b8dabd67c24a60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8921acb0e67038d9df2aae767ef0613b3b27609b8bf774484815d46bdf1d09a59a08c484938771a7a4a3b150769b113cf76d824372cce1d6258a256713f9a897
|
7
|
+
data.tar.gz: 99fd95f3cf9d988a55ae94260f4b0501b937822ef602c6e37f91ff16d26e5cbc090eafa59284ff8e98c8bec35cf5798ece2661403ced1f55013eaae62282addd
|
data/CHANGELOG.md
CHANGED
@@ -1622,6 +1622,12 @@ module Google
|
|
1622
1622
|
# @return [Array<String>]
|
1623
1623
|
attr_accessor :resources
|
1624
1624
|
|
1625
|
+
# IAM roles that represent the set of operations that the sources specified in
|
1626
|
+
# the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.
|
1627
|
+
# Corresponds to the JSON property `roles`
|
1628
|
+
# @return [Array<String>]
|
1629
|
+
attr_accessor :roles
|
1630
|
+
|
1625
1631
|
def initialize(**args)
|
1626
1632
|
update!(**args)
|
1627
1633
|
end
|
@@ -1631,6 +1637,7 @@ module Google
|
|
1631
1637
|
@external_resources = args[:external_resources] if args.key?(:external_resources)
|
1632
1638
|
@operations = args[:operations] if args.key?(:operations)
|
1633
1639
|
@resources = args[:resources] if args.key?(:resources)
|
1640
|
+
@roles = args[:roles] if args.key?(:roles)
|
1634
1641
|
end
|
1635
1642
|
end
|
1636
1643
|
|
@@ -1783,6 +1790,12 @@ module Google
|
|
1783
1790
|
# @return [Array<String>]
|
1784
1791
|
attr_accessor :resources
|
1785
1792
|
|
1793
|
+
# IAM roles that represent the set of operations that the sources specified in
|
1794
|
+
# the corresponding IngressFrom are allowed to perform in this ServicePerimeter.
|
1795
|
+
# Corresponds to the JSON property `roles`
|
1796
|
+
# @return [Array<String>]
|
1797
|
+
attr_accessor :roles
|
1798
|
+
|
1786
1799
|
def initialize(**args)
|
1787
1800
|
update!(**args)
|
1788
1801
|
end
|
@@ -1791,6 +1804,7 @@ module Google
|
|
1791
1804
|
def update!(**args)
|
1792
1805
|
@operations = args[:operations] if args.key?(:operations)
|
1793
1806
|
@resources = args[:resources] if args.key?(:resources)
|
1807
|
+
@roles = args[:roles] if args.key?(:roles)
|
1794
1808
|
end
|
1795
1809
|
end
|
1796
1810
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1p7beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1p7beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.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
|
@@ -612,6 +612,7 @@ module Google
|
|
612
612
|
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
613
613
|
|
614
614
|
collection :resources, as: 'resources'
|
615
|
+
collection :roles, as: 'roles'
|
615
616
|
end
|
616
617
|
end
|
617
618
|
|
@@ -650,6 +651,7 @@ module Google
|
|
650
651
|
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
651
652
|
|
652
653
|
collection :resources, as: 'resources'
|
654
|
+
collection :roles, as: 'roles'
|
653
655
|
end
|
654
656
|
end
|
655
657
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1p7beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
10
|
+
date: 2025-03-16 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_v1p7beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.45.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|