google-apis-cloudasset_v1 0.65.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: 771017a407eca823b837bbd1b8a952cd2eb1c2fcadbfc6e94acdbdfe9650c21d
4
- data.tar.gz: f0a59156a0f5e7d471bcd55d42df9335631d9f65844cff18cc6428fde5c3a202
3
+ metadata.gz: ee676e41aaa9b24bcff037a9abd8d553f221e445f4f204c80b1e20f6b35935b6
4
+ data.tar.gz: 60220e8ec947be5886f16b9703720ee47604d36a7a61312b68f210deccc20016
5
5
  SHA512:
6
- metadata.gz: 24088cafbf81bc36c3fff1093901622f9845ffb457fb549ed2b29ee1315ed245d2c917b267546fe7a6740d996de453b471dfb403528ad0c1cfa1ec80295a0ea6
7
- data.tar.gz: 8bc454be14de7477593b4fcf670c7d80a8489df05d7af01cc99a578f10bfca7d782bf80a3dd0cb4965a682583e635fd3ac46236dfed21d6d89b187e0c5d3f0b6
6
+ metadata.gz: 5bd89d9b7e4531980281268676ed4ed4ddc547612977789359f5616dbda0fa94db3da5c54edb5885cf1be3ca5c071c8c1609833b94798d6c37de60cdbee2e509
7
+ data.tar.gz: 9eeffff0e5e192afac2eee28417a51745280d186caa88002508d2c26041a6a780993f0c2393ce6bac1d4e72501eb43f05494f2cb787efece2b9c7ec2fa3c0f22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.66.0 (2023-10-15)
8
+
9
+ * Regenerated from discovery document revision 20231006
10
+
3
11
  ### v0.65.0 (2023-10-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20230922
@@ -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.65.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 = "20230922"
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
@@ -1344,20 +1356,23 @@ module Google
1344
1356
  # `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute
1345
1357
  # Engine instances that have relationships with `instance-group-1` in the
1346
1358
  # Compute Engine instance group resource name, for relationship type `
1347
- # INSTANCE_TO_INSTANCEGROUP`. * `state:ACTIVE` to find Google Cloud resources
1348
- # whose state contains `ACTIVE` as a word. * `NOT state:ACTIVE` to find Google
1349
- # Cloud resources whose state doesn't contain `ACTIVE` as a word. * `createTime<
1350
- # 1609459200` to find Google Cloud resources that were created before `2021-01-
1351
- # 01 00:00:00 UTC`. `1609459200` is the epoch timestamp of `2021-01-01 00:00:00
1352
- # UTC` in seconds. * `updateTime>1609459200` to find Google Cloud resources that
1353
- # were updated after `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch
1354
- # timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `Important` to find
1355
- # Google Cloud resources that contain `Important` as a word in any of the
1356
- # searchable fields. * `Impor*` to find Google Cloud resources that contain `
1357
- # Impor` as a prefix of any word in any of the searchable fields. * `Important
1358
- # location:(us-west1 OR global)` to find Google Cloud resources that contain `
1359
- # Important` as a word in any of the searchable fields and are also located in
1360
- # the `us-west1` region or the `global` location.
1359
+ # INSTANCE_TO_INSTANCEGROUP`. * `sccSecurityMarks.key=value` to find Cloud
1360
+ # resources that are attached with security marks whose key is `key` and value
1361
+ # is `value'. * `sccSecurityMarks.key:*` to find Cloud resources that are
1362
+ # attached with security marks whose key is `key`. * `state:ACTIVE` to find
1363
+ # Google Cloud resources whose state contains `ACTIVE` as a word. * `NOT state:
1364
+ # ACTIVE` to find Google Cloud resources whose state doesn't contain `ACTIVE` as
1365
+ # a word. * `createTime<1609459200` to find Google Cloud resources that were
1366
+ # created before `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp
1367
+ # of `2021-01-01 00:00:00 UTC` in seconds. * `updateTime>1609459200` to find
1368
+ # Google Cloud resources that were updated after `2021-01-01 00:00:00 UTC`. `
1369
+ # 1609459200` is the epoch timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `
1370
+ # Important` to find Google Cloud resources that contain `Important` as a word
1371
+ # in any of the searchable fields. * `Impor*` to find Google Cloud resources
1372
+ # that contain `Impor` as a prefix of any word in any of the searchable fields. *
1373
+ # `Important location:(us-west1 OR global)` to find Google Cloud resources that
1374
+ # contain `Important` as a word in any of the searchable fields and are also
1375
+ # located in the `us-west1` region or the `global` location.
1361
1376
  # @param [String] read_mask
1362
1377
  # Optional. A comma-separated list of fields that you want returned in the
1363
1378
  # results. The following fields are returned by default if not specified: * `
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.65.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-01 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.65.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: []