google-apis-cloudasset_v1 0.54.0 → 0.55.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1/classes.rb +11 -11
- data/lib/google/apis/cloudasset_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33206fba874a3b414222428f801f9f415c952710d8d2a96d375716cba11f9322
|
|
4
|
+
data.tar.gz: 30eab0a360d938435d9a18621d6a9e8228eee8db1eaab0b2725345a058a4571e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a946d9905a498d1eed37dcd70ffcf56117dac4d957af42b4212c9b29c91c1538972ce7c2e04edcaf643a20e3f55ba583fd3eca00e87a008486c553af4dc6649
|
|
7
|
+
data.tar.gz: 59a817cb40670a1df475bc7869ca7f4e31b62ce2dd204b56cc8f0adc34f41a21493be4225435adfcf1f8ef5a7226baa0d01469df5a4893442fce995aed793a68
|
data/CHANGELOG.md
CHANGED
|
@@ -1423,16 +1423,16 @@ module Google
|
|
|
1423
1423
|
# @return [String]
|
|
1424
1424
|
attr_accessor :attached_resource
|
|
1425
1425
|
|
|
1426
|
-
# The folder(s) that this IAM policy belongs to, in the
|
|
1427
|
-
# FOLDER_NUMBER`. This field is available when the IAM policy belongs(directly
|
|
1426
|
+
# The folder(s) that this IAM policy belongs to, in the format of folders/`
|
|
1427
|
+
# FOLDER_NUMBER`. This field is available when the IAM policy belongs (directly
|
|
1428
1428
|
# or cascadingly) to one or more folders.
|
|
1429
1429
|
# Corresponds to the JSON property `folders`
|
|
1430
1430
|
# @return [Array<String>]
|
|
1431
1431
|
attr_accessor :folders
|
|
1432
1432
|
|
|
1433
|
-
# The organization that this IAM policy belongs to, in the
|
|
1434
|
-
#
|
|
1435
|
-
# directly or cascadingly) to an organization.
|
|
1433
|
+
# The organization that this IAM policy belongs to, in the format of
|
|
1434
|
+
# organizations/`ORGANIZATION_NUMBER`. This field is available when the IAM
|
|
1435
|
+
# policy belongs (directly or cascadingly) to an organization.
|
|
1436
1436
|
# Corresponds to the JSON property `organization`
|
|
1437
1437
|
# @return [String]
|
|
1438
1438
|
attr_accessor :organization
|
|
@@ -1468,7 +1468,7 @@ module Google
|
|
|
1468
1468
|
# @return [Google::Apis::CloudassetV1::Policy]
|
|
1469
1469
|
attr_accessor :policy
|
|
1470
1470
|
|
|
1471
|
-
# The project that this IAM policy belongs to, in the
|
|
1471
|
+
# The project that this IAM policy belongs to, in the format of projects/`
|
|
1472
1472
|
# PROJECT_NUMBER`. This field is available when the IAM policy belongs to a
|
|
1473
1473
|
# project.
|
|
1474
1474
|
# Corresponds to the JSON property `project`
|
|
@@ -1494,8 +1494,8 @@ module Google
|
|
|
1494
1494
|
class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
|
|
1495
1495
|
include Google::Apis::Core::Hashable
|
|
1496
1496
|
|
|
1497
|
-
# The folder(s) that this resource belongs to, in the
|
|
1498
|
-
# FOLDER_NUMBER`. This field is available when the resource belongs(directly or
|
|
1497
|
+
# The folder(s) that this resource belongs to, in the format of folders/`
|
|
1498
|
+
# FOLDER_NUMBER`. This field is available when the resource belongs (directly or
|
|
1499
1499
|
# cascadingly) to one or more folders.
|
|
1500
1500
|
# Corresponds to the JSON property `folders`
|
|
1501
1501
|
# @return [Array<String>]
|
|
@@ -1507,8 +1507,8 @@ module Google
|
|
|
1507
1507
|
# @return [String]
|
|
1508
1508
|
attr_accessor :full_resource_name
|
|
1509
1509
|
|
|
1510
|
-
# The organization that this resource belongs to, in the
|
|
1511
|
-
# ORGANIZATION_NUMBER`. This field is available when the resource belongs(
|
|
1510
|
+
# The organization that this resource belongs to, in the format of organizations/
|
|
1511
|
+
# `ORGANIZATION_NUMBER`. This field is available when the resource belongs (
|
|
1512
1512
|
# directly or cascadingly) to an organization.
|
|
1513
1513
|
# Corresponds to the JSON property `organization`
|
|
1514
1514
|
# @return [String]
|
|
@@ -1521,7 +1521,7 @@ module Google
|
|
|
1521
1521
|
# @return [String]
|
|
1522
1522
|
attr_accessor :parent
|
|
1523
1523
|
|
|
1524
|
-
# The project that this resource belongs to, in the
|
|
1524
|
+
# The project that this resource belongs to, in the format of projects/`
|
|
1525
1525
|
# PROJECT_NUMBER`. This field is available when the resource belongs to a
|
|
1526
1526
|
# project.
|
|
1527
1527
|
# Corresponds to the JSON property `project`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230304"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudasset_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.55.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|