google-apis-cloudasset_v1 0.25.0 → 0.26.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: 20600d9b72c1bb9604dcd2dbe760f1b0b66c8fa0b6badd15883753ae6e2d8a04
4
- data.tar.gz: 0f0884f4f8ade430b4a73b41acc2e85b0775cbd518165e0b25d3ff1bd014b4bc
3
+ metadata.gz: b2179b0b4c1d8c2397fa87c06482ba446fca76f31bd5d4752ebaa6fed4dbbc17
4
+ data.tar.gz: '097bbf7bcbe6fa226a609cd2113caa034f02d467239101390b66c5b642bb7086'
5
5
  SHA512:
6
- metadata.gz: f482450fd27689283085b33bb4a66dd4638bbf6907cdd5f4588f8feb621df5c1044e6fca7bef3d827d3241e6706eade3eddf089524c268125b1d35b619d820d1
7
- data.tar.gz: a75f3850f761a4e1a290773a8035103161f749f423622d614558552daeba1bab8dde2f44239f4014ccef59ae987eafc6edaf6f0c0a8112bf89c058f157b4164f
6
+ metadata.gz: a0855f2e508f5ed4e1a65d88df1154661b4dbc67516fdcc0b2eeb8cc2aa87b346008ef9f8deb29291309361007d506979ec0a4400b5a037f5fb892ceb7191f14
7
+ data.tar.gz: dea7b4f5b49c54081181c8ac001e3685a2ceca0194b81c31654f4bdf85850285eb4b5154d013ebdfceb614b8ac24e2b09262a1aa07df968e47889bfb12ed2523
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.26.0 (2022-01-26)
4
+
5
+ * Regenerated from discovery document revision 20220121
6
+
3
7
  ### v0.25.0 (2022-01-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220114
@@ -3423,7 +3423,9 @@ module Google
3423
3423
  # Optional. If true, the identities section of the result will expand any Google
3424
3424
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
3425
3425
  # identity_selector is specified, the identity in the result will be determined
3426
- # by the selector, and this flag is not allowed to set. Default is false.
3426
+ # by the selector, and this flag is not allowed to set. If true, the default max
3427
+ # expansion per group is 1000 for AssetService.AnalyzeIamPolicy][]. Default is
3428
+ # false.
3427
3429
  # Corresponds to the JSON property `expandGroups`
3428
3430
  # @return [Boolean]
3429
3431
  attr_accessor :expand_groups
@@ -3441,7 +3443,9 @@ module Google
3441
3443
  # Folder and organization resource cannot be used together with this option.
3442
3444
  # For example, if the request analyzes for which users have permission P on a
3443
3445
  # GCP project with this option enabled, the results will include all users who
3444
- # have permission P on that project or any lower resource. Default is false.
3446
+ # have permission P on that project or any lower resource. If true, the default
3447
+ # max expansion per resource is 1000 for AssetService.AnalyzeIamPolicy][] and
3448
+ # 100000 for AssetService.AnalyzeIamPolicyLongrunning][]. Default is false.
3445
3449
  # Corresponds to the JSON property `expandResources`
3446
3450
  # @return [Boolean]
3447
3451
  attr_accessor :expand_resources
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220114"
25
+ REVISION = "20220121"
26
26
  end
27
27
  end
28
28
  end
@@ -585,7 +585,9 @@ module Google
585
585
  # Optional. If true, the identities section of the result will expand any Google
586
586
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
587
587
  # identity_selector is specified, the identity in the result will be determined
588
- # by the selector, and this flag is not allowed to set. Default is false.
588
+ # by the selector, and this flag is not allowed to set. If true, the default max
589
+ # expansion per group is 1000 for AssetService.AnalyzeIamPolicy][]. Default is
590
+ # false.
589
591
  # @param [Boolean] analysis_query_options_expand_resources
590
592
  # Optional. If true and IamPolicyAnalysisQuery.resource_selector is not
591
593
  # specified, the resource section of the result will expand any resource
@@ -599,7 +601,9 @@ module Google
599
601
  # Folder and organization resource cannot be used together with this option.
600
602
  # For example, if the request analyzes for which users have permission P on a
601
603
  # GCP project with this option enabled, the results will include all users who
602
- # have permission P on that project or any lower resource. Default is false.
604
+ # have permission P on that project or any lower resource. If true, the default
605
+ # max expansion per resource is 1000 for AssetService.AnalyzeIamPolicy][] and
606
+ # 100000 for AssetService.AnalyzeIamPolicyLongrunning][]. Default is false.
603
607
  # @param [Boolean] analysis_query_options_expand_roles
604
608
  # Optional. If true, the access section of result will expand any roles
605
609
  # appearing in IAM policy bindings to include their permissions. If
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.25.0
4
+ version: 0.26.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: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-01-31 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.26.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: []