google-apis-cloudasset_v1p7beta1 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:
|
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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1p7beta1
|
2
2
|
|
3
|
+
### v0.45.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250307
|
6
|
+
|
7
|
+
### v0.44.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250215
|
10
|
+
|
3
11
|
### v0.43.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250104
|
@@ -1567,12 +1567,10 @@ module Google
|
|
1567
1567
|
# @return [String]
|
1568
1568
|
attr_accessor :access_level
|
1569
1569
|
|
1570
|
-
# A Google Cloud resource that you want to allow to
|
1571
|
-
#
|
1572
|
-
#
|
1573
|
-
#
|
1574
|
-
# perimeter is defined. You can't use `*` in this field to allow all Google
|
1575
|
-
# Cloud resources.
|
1570
|
+
# A Google Cloud resource from the service perimeter that you want to allow to
|
1571
|
+
# access data outside the perimeter. This field supports only projects. The
|
1572
|
+
# project format is `projects/`project_number``. You can't use `*` in this field
|
1573
|
+
# to allow all Google Cloud resources.
|
1576
1574
|
# Corresponds to the JSON property `resource`
|
1577
1575
|
# @return [String]
|
1578
1576
|
attr_accessor :resource
|
@@ -1624,6 +1622,12 @@ module Google
|
|
1624
1622
|
# @return [Array<String>]
|
1625
1623
|
attr_accessor :resources
|
1626
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
|
+
|
1627
1631
|
def initialize(**args)
|
1628
1632
|
update!(**args)
|
1629
1633
|
end
|
@@ -1633,6 +1637,7 @@ module Google
|
|
1633
1637
|
@external_resources = args[:external_resources] if args.key?(:external_resources)
|
1634
1638
|
@operations = args[:operations] if args.key?(:operations)
|
1635
1639
|
@resources = args[:resources] if args.key?(:resources)
|
1640
|
+
@roles = args[:roles] if args.key?(:roles)
|
1636
1641
|
end
|
1637
1642
|
end
|
1638
1643
|
|
@@ -1785,6 +1790,12 @@ module Google
|
|
1785
1790
|
# @return [Array<String>]
|
1786
1791
|
attr_accessor :resources
|
1787
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
|
+
|
1788
1799
|
def initialize(**args)
|
1789
1800
|
update!(**args)
|
1790
1801
|
end
|
@@ -1793,6 +1804,7 @@ module Google
|
|
1793
1804
|
def update!(**args)
|
1794
1805
|
@operations = args[:operations] if args.key?(:operations)
|
1795
1806
|
@resources = args[:resources] if args.key?(:resources)
|
1807
|
+
@roles = args[:roles] if args.key?(:roles)
|
1796
1808
|
end
|
1797
1809
|
end
|
1798
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-
|
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:
|
@@ -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.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Asset API V1p7beta1
|
79
79
|
test_files: []
|