google-apis-cloudasset_v1 0.74.0 → 0.75.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: 30c67aa520f328e2e3e6c1153c670e6cd6b7ca11584d7bec4f9290edb62b9c30
4
- data.tar.gz: 9eddcbc84b03a166cb35357cce175837015bce3ff31c7a85fcceae69c7327f07
3
+ metadata.gz: 1775cdd454d9b5bdb6a838547d66349e34b09559a3fb6169e0f6efc6970f25d2
4
+ data.tar.gz: ab05a9a59e6010ac7074d64df5838df477e48467fad8e4e2f1b6876821b2da5e
5
5
  SHA512:
6
- metadata.gz: 2dc19917ab8b9361c5c32fd3a6f0755e833f6fba8e1923e592540c2fb0c1f6a04192b39f9730b2655c6691f4ee9373d8c97c6884c4207ca999d22031f2a8c1f7
7
- data.tar.gz: bba02a58e329008c1a49513849b8441e3cbbabfac122842582f7c8489bed788192a8857fe877706374a7b6f1f3c9e187f6b22406dfb340b6ed613d91b5664de5
6
+ metadata.gz: e19b6b4126325b47646824dd29a05f84ff2137a57e6b4d5d0624f72016a6384c176767504a1699b10f6846d39688e0e312ca0a52909df852bd5c0383fb93cca8
7
+ data.tar.gz: 399634e7a471c3d169c4f8b75a4347425d0b41051625e49d9b098ec047dcffc7faefcdbbebf10fe13c9951bd67b074da137b0623835f859c745d9e7222da9684
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.75.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240217
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.74.0 (2024-02-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20240126
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/asset-inventory/docs/quicks
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -864,7 +864,7 @@ module Google
864
864
  end
865
865
  end
866
866
 
867
- # The Condition evaluation.
867
+ # The condition evaluation.
868
868
  class ConditionEvaluation
869
869
  include Google::Apis::Core::Hashable
870
870
 
@@ -1389,7 +1389,7 @@ module Google
1389
1389
  # @return [Array<Google::Apis::CloudassetV1::GoogleCloudAssetV1Access>]
1390
1390
  attr_accessor :accesses
1391
1391
 
1392
- # The Condition evaluation.
1392
+ # The condition evaluation.
1393
1393
  # Corresponds to the JSON property `conditionEvaluation`
1394
1394
  # @return [Google::Apis::CloudassetV1::ConditionEvaluation]
1395
1395
  attr_accessor :condition_evaluation
@@ -2127,7 +2127,7 @@ module Google
2127
2127
  # @return [Google::Apis::CloudassetV1::Expr]
2128
2128
  attr_accessor :condition
2129
2129
 
2130
- # The Condition evaluation.
2130
+ # The condition evaluation.
2131
2131
  # Corresponds to the JSON property `conditionEvaluation`
2132
2132
  # @return [Google::Apis::CloudassetV1::ConditionEvaluation]
2133
2133
  attr_accessor :condition_evaluation
@@ -3852,9 +3852,9 @@ module Google
3852
3852
  # within the scope will be analyzed. This can only be an organization number (
3853
3853
  # such as "organizations/123"), a folder number (such as "folders/123"), a
3854
3854
  # project ID (such as "projects/my-project-id"), or a project number (such as "
3855
- # projects/12345"). To know how to get organization id, visit [here ](https://
3855
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
3856
3856
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
3857
- # retrieving_your_organization_id). To know how to get folder or project id,
3857
+ # retrieving_your_organization_id). To know how to get folder or project ID,
3858
3858
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
3859
3859
  # folders#viewing_or_listing_folders_and_projects).
3860
3860
  # Corresponds to the JSON property `scope`
@@ -5938,7 +5938,7 @@ module Google
5938
5938
  end
5939
5939
 
5940
5940
  # The key and value for a [tag](https://cloud.google.com/resource-manager/docs/
5941
- # tags/tags-overview),
5941
+ # tags/tags-overview).
5942
5942
  class Tag
5943
5943
  include Google::Apis::Core::Hashable
5944
5944
 
@@ -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.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240126"
25
+ REVISION = "20240217"
26
26
  end
27
27
  end
28
28
  end
@@ -139,10 +139,10 @@ module Google
139
139
  # Required. Only IAM policies on or below the scope will be returned. This can
140
140
  # only be an organization number (such as "organizations/123"), a folder number (
141
141
  # such as "folders/123"), a project ID (such as "projects/my-project-id"), or a
142
- # project number (such as "projects/12345"). To know how to get organization id,
142
+ # project number (such as "projects/12345"). To know how to get organization ID,
143
143
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
144
144
  # organization#retrieving_your_organization_id). To know how to get folder or
145
- # project id, visit [here ](https://cloud.google.com/resource-manager/docs/
145
+ # project ID, visit [here ](https://cloud.google.com/resource-manager/docs/
146
146
  # creating-managing-folders#viewing_or_listing_folders_and_projects).
147
147
  # @param [Array<String>, String] names
148
148
  # Required. The names refer to the [full_resource_names] (https://cloud.google.
@@ -586,9 +586,9 @@ module Google
586
586
  # within the scope will be analyzed. This can only be an organization number (
587
587
  # such as "organizations/123"), a folder number (such as "folders/123"), a
588
588
  # project ID (such as "projects/my-project-id"), or a project number (such as "
589
- # projects/12345"). To know how to get organization id, visit [here ](https://
589
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
590
590
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
591
- # retrieving_your_organization_id). To know how to get folder or project id,
591
+ # retrieving_your_organization_id). To know how to get folder or project ID,
592
592
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
593
593
  # folders#viewing_or_listing_folders_and_projects).
594
594
  # @param [Array<String>, String] analysis_query_access_selector_permissions
@@ -743,9 +743,9 @@ module Google
743
743
  # within the scope will be analyzed. This can only be an organization number (
744
744
  # such as "organizations/123"), a folder number (such as "folders/123"), a
745
745
  # project ID (such as "projects/my-project-id"), or a project number (such as "
746
- # projects/12345"). To know how to get organization id, visit [here ](https://
746
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
747
747
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
748
- # retrieving_your_organization_id). To know how to get folder or project id,
748
+ # retrieving_your_organization_id). To know how to get folder or project ID,
749
749
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
750
750
  # folders#viewing_or_listing_folders_and_projects).
751
751
  # @param [Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest] analyze_iam_policy_longrunning_request_object
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.74.0
4
+ version: 0.75.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.75.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1