google-apis-cloudasset_v1 0.66.0 → 0.67.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/gem_version.rb +2 -2
- data/lib/google/apis/cloudasset_v1/service.rb +30 -18
- 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: ee676e41aaa9b24bcff037a9abd8d553f221e445f4f204c80b1e20f6b35935b6
|
|
4
|
+
data.tar.gz: 60220e8ec947be5886f16b9703720ee47604d36a7a61312b68f210deccc20016
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bd89d9b7e4531980281268676ed4ed4ddc547612977789359f5616dbda0fa94db3da5c54edb5885cf1be3ca5c071c8c1609833b94798d6c37de60cdbee2e509
|
|
7
|
+
data.tar.gz: 9eeffff0e5e192afac2eee28417a51745280d186caa88002508d2c26041a6a780993f0c2393ce6bac1d4e72501eb43f05494f2cb787efece2b9c7ec2fa3c0f22
|
data/CHANGELOG.md
CHANGED
|
@@ -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.67.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 = "20231013"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -834,11 +834,13 @@ module Google
|
|
|
834
834
|
# response only contains analyzed organization policies for the provided
|
|
835
835
|
# constraint.
|
|
836
836
|
# @param [String] filter
|
|
837
|
-
# The expression to filter AnalyzeOrgPoliciesResponse.org_policy_results.
|
|
838
|
-
#
|
|
839
|
-
#
|
|
840
|
-
#
|
|
841
|
-
#
|
|
837
|
+
# The expression to filter AnalyzeOrgPoliciesResponse.org_policy_results.
|
|
838
|
+
# Filtering is currently available for bare literal values and the following
|
|
839
|
+
# fields: * consolidated_policy.attached_resource * consolidated_policy.rules.
|
|
840
|
+
# enforce When filtering by a specific field, the only supported operator is `=`.
|
|
841
|
+
# For example, filtering by consolidated_policy.attached_resource="//
|
|
842
|
+
# cloudresourcemanager.googleapis.com/folders/001" will return all the
|
|
843
|
+
# Organization Policy results attached to "folders/001".
|
|
842
844
|
# @param [Fixnum] page_size
|
|
843
845
|
# The maximum number of items to return per page. If unspecified,
|
|
844
846
|
# AnalyzeOrgPoliciesResponse.org_policy_results will contain 20 items with a
|
|
@@ -896,15 +898,23 @@ module Google
|
|
|
896
898
|
# analysis only contains analyzed organization policies for the provided
|
|
897
899
|
# constraint.
|
|
898
900
|
# @param [String] filter
|
|
899
|
-
# The expression to filter
|
|
900
|
-
#
|
|
901
|
-
#
|
|
902
|
-
#
|
|
903
|
-
#
|
|
904
|
-
#
|
|
905
|
-
#
|
|
906
|
-
#
|
|
907
|
-
#
|
|
901
|
+
# The expression to filter AnalyzeOrgPolicyGovernedAssetsResponse.
|
|
902
|
+
# governed_assets. For governed resources, filtering is currently available for
|
|
903
|
+
# bare literal values and the following fields: * governed_resource.project *
|
|
904
|
+
# governed_resource.folders * consolidated_policy.rules.enforce When filtering
|
|
905
|
+
# by `governed_resource.project` or `consolidated_policy.rules.enforce`, the
|
|
906
|
+
# only supported operator is `=`. When filtering by `governed_resource.folders`,
|
|
907
|
+
# the supported operators are `=` and `:`. For example, filtering by `
|
|
908
|
+
# governed_resource.project="projects/12345678"` will return all the governed
|
|
909
|
+
# resources under "projects/12345678", including the project itself if
|
|
910
|
+
# applicable. For governed IAM policies, filtering is currently available for
|
|
911
|
+
# bare literal values and the following fields: * governed_iam_policy.project *
|
|
912
|
+
# governed_iam_policy.folders * consolidated_policy.rules.enforce When filtering
|
|
913
|
+
# by `governed_iam_policy.project` or `consolidated_policy.rules.enforce`, the
|
|
914
|
+
# only supported operator is `=`. When filtering by `governed_iam_policy.folders`
|
|
915
|
+
# , the supported operators are `=` and `:`. For example, filtering by `
|
|
916
|
+
# governed_iam_policy.folders:"folders/12345678"` will return all the governed
|
|
917
|
+
# IAM policies under "folders/001".
|
|
908
918
|
# @param [Fixnum] page_size
|
|
909
919
|
# The maximum number of items to return per page. If unspecified,
|
|
910
920
|
# AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets will contain 100 items
|
|
@@ -953,10 +963,12 @@ module Google
|
|
|
953
963
|
# Required. The name of the constraint to analyze governed containers for. The
|
|
954
964
|
# analysis only contains organization policies for the provided constraint.
|
|
955
965
|
# @param [String] filter
|
|
956
|
-
# The expression to filter
|
|
957
|
-
#
|
|
958
|
-
#
|
|
959
|
-
#
|
|
966
|
+
# The expression to filter AnalyzeOrgPolicyGovernedContainersResponse.
|
|
967
|
+
# governed_containers. Filtering is currently available for bare literal values
|
|
968
|
+
# and the following fields: * parent * consolidated_policy.rules.enforce When
|
|
969
|
+
# filtering by a specific field, the only supported operator is `=`. For example,
|
|
970
|
+
# filtering by parent="//cloudresourcemanager.googleapis.com/folders/001" will
|
|
971
|
+
# return all the containers under "folders/001".
|
|
960
972
|
# @param [Fixnum] page_size
|
|
961
973
|
# The maximum number of items to return per page. If unspecified,
|
|
962
974
|
# AnalyzeOrgPolicyGovernedContainersResponse.governed_containers will contain
|
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.67.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-10-
|
|
11
|
+
date: 2023-10-22 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.67.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: []
|