google-apis-cloudasset_v1 0.23.0 → 0.27.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: 84779b4059077c35db59f6451ed2a01ed5ea0a31f9b68cc4e0d6e2394473eca9
4
- data.tar.gz: c8b8832fc3f420fc21758c4e11328560e0e5ec8d3681d42b6880d1d7506a030b
3
+ metadata.gz: 07face41ede5d125a3ace22750bf2cec71f77340195774ecf5e14525a616d7b4
4
+ data.tar.gz: 054e3870c2ce695576273da3e85972165ab1c114ae6b31d61b5a84fa2d1c34f6
5
5
  SHA512:
6
- metadata.gz: 061b0284f8f1384c9ec3b708dc4fc0e099e64e9f3496e4f4fd28f4d0656484ed44869f8cc1d0cc5fc48a91c43364d3999b9146e7aab94c2fa2dc0a44945378ee
7
- data.tar.gz: 3da09726b6e280004ca40c6e456a3c1d0ddd347cf107c95fb1319733cfd2c22943e881d674d98843c4b71b27fa07f52bcbe1f45d4cce202e0384b937c783c877
6
+ metadata.gz: d5159a1c22b39d86d61fb1e7110aa8a8b832315ba12a87bae41b6daf327e3e77d11d3615bd2837d5591edb0cdc2756f7dfffb3133402bfe073b4b1300d3b3128
7
+ data.tar.gz: c5c663ffd9980e70c78e5b94f8175fb0b1184a9dd82a4471ef2eb5392e2ec9756a6eb6d953b2d5822dc61621cb152f171211fa94c9b29df31eb96d8ee27643b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.27.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+
7
+ ### v0.26.0 (2022-01-26)
8
+
9
+ * Regenerated from discovery document revision 20220121
10
+
11
+ ### v0.25.0 (2022-01-19)
12
+
13
+ * Regenerated from discovery document revision 20220114
14
+
15
+ ### v0.24.0 (2022-01-12)
16
+
17
+ * Regenerated from discovery document revision 20220110
18
+ * Regenerated using generator version 0.4.1
19
+
3
20
  ### v0.23.0 (2021-12-14)
4
21
 
5
22
  * Unspecified changes
@@ -664,10 +664,10 @@ module Google
664
664
  # day and time zone are either specified elsewhere or are insignificant. The
665
665
  # date is relative to the Gregorian Calendar. This can represent one of the
666
666
  # following: * A full date, with non-zero year, month, and day values * A month
667
- # and day value, with a zero year, such as an anniversary * A year on its own,
668
- # with zero month and day values * A year and month value, with a zero day, such
669
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
670
- # google.protobuf.Timestamp`.
667
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
668
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
669
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
670
+ # DateTime * google.protobuf.Timestamp
671
671
  class Date
672
672
  include Google::Apis::Core::Hashable
673
673
 
@@ -877,8 +877,8 @@ module Google
877
877
  # either or both of asset_names and asset_types. Only asset updates matching
878
878
  # specified asset_names or asset_types are exported to the feed. Example: `//
879
879
  # compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
880
- # . See [Resource Names](https://cloud.google.com/apis/design/resource_names#
881
- # full_resource_name) for more info.
880
+ # . For a list of the full names for supported asset types, see [Resource name
881
+ # format](/asset-inventory/docs/resource-name-format).
882
882
  # Corresponds to the JSON property `assetNames`
883
883
  # @return [Array<String>]
884
884
  attr_accessor :asset_names
@@ -886,8 +886,8 @@ module Google
886
886
  # A list of types of the assets to receive updates. You must specify either or
887
887
  # both of asset_names and asset_types. Only asset updates matching specified
888
888
  # asset_names or asset_types are exported to the feed. Example: `"compute.
889
- # googleapis.com/Disk"` See [this topic](https://cloud.google.com/asset-
890
- # inventory/docs/supported-asset-types) for a list of all supported asset types.
889
+ # googleapis.com/Disk"` For a list of all supported asset types, see [Supported
890
+ # asset types](/asset-inventory/docs/supported-asset-types).
891
891
  # Corresponds to the JSON property `assetTypes`
892
892
  # @return [Array<String>]
893
893
  attr_accessor :asset_types
@@ -3410,7 +3410,11 @@ module Google
3410
3410
  # service account SA has permission P to the GCP folder F, then user A
3411
3411
  # potentially has access to the GCP folder F. And those advanced analysis
3412
3412
  # results will be included in AnalyzeIamPolicyResponse.
3413
- # service_account_impersonation_analysis. Default is false.
3413
+ # service_account_impersonation_analysis. Only the following permissions are
3414
+ # considered in this analysis: * `iam.serviceAccounts.actAs` * `iam.
3415
+ # serviceAccounts.signBlob` * `iam.serviceAccounts.signJwt` * `iam.
3416
+ # serviceAccounts.getAccessToken` * `iam.serviceAccounts.getOpenIdToken` * `iam.
3417
+ # serviceAccounts.implicitDelegation` Default is false.
3414
3418
  # Corresponds to the JSON property `analyzeServiceAccountImpersonation`
3415
3419
  # @return [Boolean]
3416
3420
  attr_accessor :analyze_service_account_impersonation
@@ -3419,7 +3423,9 @@ module Google
3419
3423
  # Optional. If true, the identities section of the result will expand any Google
3420
3424
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
3421
3425
  # identity_selector is specified, the identity in the result will be determined
3422
- # 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.
3423
3429
  # Corresponds to the JSON property `expandGroups`
3424
3430
  # @return [Boolean]
3425
3431
  attr_accessor :expand_groups
@@ -3437,7 +3443,9 @@ module Google
3437
3443
  # Folder and organization resource cannot be used together with this option.
3438
3444
  # For example, if the request analyzes for which users have permission P on a
3439
3445
  # GCP project with this option enabled, the results will include all users who
3440
- # 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.
3441
3449
  # Corresponds to the JSON property `expandResources`
3442
3450
  # @return [Boolean]
3443
3451
  attr_accessor :expand_resources
@@ -4673,10 +4681,10 @@ module Google
4673
4681
  # day and time zone are either specified elsewhere or are insignificant. The
4674
4682
  # date is relative to the Gregorian Calendar. This can represent one of the
4675
4683
  # following: * A full date, with non-zero year, month, and day values * A month
4676
- # and day value, with a zero year, such as an anniversary * A year on its own,
4677
- # with zero month and day values * A year and month value, with a zero day, such
4678
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
4679
- # google.protobuf.Timestamp`.
4684
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
4685
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
4686
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
4687
+ # DateTime * google.protobuf.Timestamp
4680
4688
  # Corresponds to the JSON property `installDate`
4681
4689
  # @return [Google::Apis::CloudassetV1::Date]
4682
4690
  attr_accessor :install_date
@@ -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.23.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
25
+ REVISION = "20220131"
26
26
  end
27
27
  end
28
28
  end
@@ -52,10 +52,11 @@ module Google
52
52
  # Lists assets with time and resource types and returns paged results in
53
53
  # response.
54
54
  # @param [String] parent
55
- # Required. Name of the organization or project the assets belong to. Format: "
56
- # organizations/[organization-number]" (such as "organizations/123"), "projects/[
57
- # project-id]" (such as "projects/my-project-id"), or "projects/[project-number]"
58
- # (such as "projects/12345").
55
+ # Required. Name of the organization, folder, or project the assets belong to.
56
+ # Format: "organizations/[organization-number]" (such as "organizations/123"), "
57
+ # projects/[project-id]" (such as "projects/my-project-id"), "projects/[project-
58
+ # number]" (such as "projects/12345"), or "folders/[folder-number]" (such as "
59
+ # folders/12345").
59
60
  # @param [Array<String>, String] asset_types
60
61
  # A list of asset types to take a snapshot for. For example: "compute.googleapis.
61
62
  # com/Disk". Regular expression is also supported. For example: * "compute.
@@ -575,12 +576,18 @@ module Google
575
576
  # service account SA has permission P to the GCP folder F, then user A
576
577
  # potentially has access to the GCP folder F. And those advanced analysis
577
578
  # results will be included in AnalyzeIamPolicyResponse.
578
- # service_account_impersonation_analysis. Default is false.
579
+ # service_account_impersonation_analysis. Only the following permissions are
580
+ # considered in this analysis: * `iam.serviceAccounts.actAs` * `iam.
581
+ # serviceAccounts.signBlob` * `iam.serviceAccounts.signJwt` * `iam.
582
+ # serviceAccounts.getAccessToken` * `iam.serviceAccounts.getOpenIdToken` * `iam.
583
+ # serviceAccounts.implicitDelegation` Default is false.
579
584
  # @param [Boolean] analysis_query_options_expand_groups
580
585
  # Optional. If true, the identities section of the result will expand any Google
581
586
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
582
587
  # identity_selector is specified, the identity in the result will be determined
583
- # 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.
584
591
  # @param [Boolean] analysis_query_options_expand_resources
585
592
  # Optional. If true and IamPolicyAnalysisQuery.resource_selector is not
586
593
  # specified, the resource section of the result will expand any resource
@@ -594,7 +601,9 @@ module Google
594
601
  # Folder and organization resource cannot be used together with this option.
595
602
  # For example, if the request analyzes for which users have permission P on a
596
603
  # GCP project with this option enabled, the results will include all users who
597
- # 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.
598
607
  # @param [Boolean] analysis_query_options_expand_roles
599
608
  # Optional. If true, the access section of result will expand any roles
600
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.23.0
4
+ version: 0.27.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-10 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.27.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1