google-apis-cloudasset_v1p1beta1 0.44.0 → 0.46.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: 71fa879ad5f3dc34daaa4c63a8195b465680d625ffacb7ce9815c919e7cbb963
|
4
|
+
data.tar.gz: d7db4a6b1ebda415fc5dfb481694eabbe7579021274164612c9ffaa40199c5e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 499a7c27a1e2d87b4c5d5931c88ab7f3799738c1a4a3b7442db7c7014860f0411186a48099e6fb4065def23bf93ed4ffbb522e875c7fd5a3bc7636b5d2cb76bf
|
7
|
+
data.tar.gz: 5a92db9cd80b63d43b536efa4d3c7f789b298ddb1ea57f3df637a7526b758ff7c9af88aa9de5529b46efb6c5aaaed721737736602aee4b21c7cdceaf3fd75fe9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1p1beta1
|
2
2
|
|
3
|
+
### v0.46.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.17.0
|
6
|
+
|
7
|
+
### v0.45.0 (2025-03-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250307
|
10
|
+
|
3
11
|
### v0.44.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
|
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
|
|
@@ -1429,6 +1429,12 @@ module Google
|
|
1429
1429
|
# @return [Array<String>]
|
1430
1430
|
attr_accessor :resources
|
1431
1431
|
|
1432
|
+
# IAM roles that represent the set of operations that the sources specified in
|
1433
|
+
# the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.
|
1434
|
+
# Corresponds to the JSON property `roles`
|
1435
|
+
# @return [Array<String>]
|
1436
|
+
attr_accessor :roles
|
1437
|
+
|
1432
1438
|
def initialize(**args)
|
1433
1439
|
update!(**args)
|
1434
1440
|
end
|
@@ -1438,6 +1444,7 @@ module Google
|
|
1438
1444
|
@external_resources = args[:external_resources] if args.key?(:external_resources)
|
1439
1445
|
@operations = args[:operations] if args.key?(:operations)
|
1440
1446
|
@resources = args[:resources] if args.key?(:resources)
|
1447
|
+
@roles = args[:roles] if args.key?(:roles)
|
1441
1448
|
end
|
1442
1449
|
end
|
1443
1450
|
|
@@ -1590,6 +1597,12 @@ module Google
|
|
1590
1597
|
# @return [Array<String>]
|
1591
1598
|
attr_accessor :resources
|
1592
1599
|
|
1600
|
+
# IAM roles that represent the set of operations that the sources specified in
|
1601
|
+
# the corresponding IngressFrom are allowed to perform in this ServicePerimeter.
|
1602
|
+
# Corresponds to the JSON property `roles`
|
1603
|
+
# @return [Array<String>]
|
1604
|
+
attr_accessor :roles
|
1605
|
+
|
1593
1606
|
def initialize(**args)
|
1594
1607
|
update!(**args)
|
1595
1608
|
end
|
@@ -1598,6 +1611,7 @@ module Google
|
|
1598
1611
|
def update!(**args)
|
1599
1612
|
@operations = args[:operations] if args.key?(:operations)
|
1600
1613
|
@resources = args[:resources] if args.key?(:resources)
|
1614
|
+
@roles = args[:roles] if args.key?(:roles)
|
1601
1615
|
end
|
1602
1616
|
end
|
1603
1617
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1p1beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1p1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.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
|
@@ -565,6 +565,7 @@ module Google
|
|
565
565
|
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
566
566
|
|
567
567
|
collection :resources, as: 'resources'
|
568
|
+
collection :roles, as: 'roles'
|
568
569
|
end
|
569
570
|
end
|
570
571
|
|
@@ -603,6 +604,7 @@ module Google
|
|
603
604
|
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
604
605
|
|
605
606
|
collection :resources, as: 'resources'
|
607
|
+
collection :roles, as: 'roles'
|
606
608
|
end
|
607
609
|
end
|
608
610
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1p1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
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_v1p1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
|
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: '
|
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.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Asset API V1p1beta1
|
79
79
|
test_files: []
|