google-apis-cloudasset_v1 0.66.0 → 0.67.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 440009e1f0e3d01b7222ca9fee2fd3dda905f84e445bef1dcb38d251a2c66708
4
- data.tar.gz: 7a2f60a1e3aecfcc186009415f0994f33e4a4db16144eac139e15030cf15a24f
3
+ metadata.gz: ee676e41aaa9b24bcff037a9abd8d553f221e445f4f204c80b1e20f6b35935b6
4
+ data.tar.gz: 60220e8ec947be5886f16b9703720ee47604d36a7a61312b68f210deccc20016
5
5
  SHA512:
6
- metadata.gz: 61c2cf7fd950b3bf3c0e568038a03b8280e46205e8281b6dfa9678a7287c5ffe32132f8112039821709684026339e258ca4d5f1bb2a0593b888137c8f6477116
7
- data.tar.gz: 47c5536599bffc293675a74d1fcfcda5b9483f582a0474d2761838198b9d10ca80b92c8c64ed6addc817834bd8f9bbc40ae46c7b861ad3068cbfbce7f6bc52a0
6
+ metadata.gz: 5bd89d9b7e4531980281268676ed4ed4ddc547612977789359f5616dbda0fa94db3da5c54edb5885cf1be3ca5c071c8c1609833b94798d6c37de60cdbee2e509
7
+ data.tar.gz: 9eeffff0e5e192afac2eee28417a51745280d186caa88002508d2c26041a6a780993f0c2393ce6bac1d4e72501eb43f05494f2cb787efece2b9c7ec2fa3c0f22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.67.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
3
7
  ### v0.66.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231006
@@ -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.66.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 = "20231006"
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. The
838
- # only supported field is `consolidated_policy.attached_resource`, and the only
839
- # supported operator is `=`. Example: consolidated_policy.attached_resource="//
840
- # cloudresourcemanager.googleapis.com/folders/001" will return the org policy
841
- # results of"folders/001".
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 the governed assets in result. The only supported
900
- # fields for governed resources are `governed_resource.project` and `
901
- # governed_resource.folders`. The only supported fields for governed iam
902
- # policies are `governed_iam_policy.project` and `governed_iam_policy.folders`.
903
- # The only supported operator is `=`. Example 1: governed_resource.project="
904
- # projects/12345678" filter will return all governed resources under projects/
905
- # 12345678 including the project ifself, if applicable. Example 2:
906
- # governed_iam_policy.folders="folders/12345678" filter will return all governed
907
- # iam policies under folders/12345678, if applicable.
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 the governed containers in result. The only supported
957
- # field is `parent`, and the only supported operator is `=`. Example: parent="//
958
- # cloudresourcemanager.googleapis.com/folders/001" will return all containers
959
- # under "folders/001".
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.66.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-15 00:00:00.000000000 Z
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.66.0
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: []