google-apis-cloudasset_v1 0.74.0 → 0.76.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: 37d438a6247ac6a12502d985796eaa2f2523133174541924e75bf4f3c6743c93
4
+ data.tar.gz: cd8a318afe9cb1327f80d78a2935f5c7d400899295f043c186f3645f124c2e84
5
5
  SHA512:
6
- metadata.gz: 2dc19917ab8b9361c5c32fd3a6f0755e833f6fba8e1923e592540c2fb0c1f6a04192b39f9730b2655c6691f4ee9373d8c97c6884c4207ca999d22031f2a8c1f7
7
- data.tar.gz: bba02a58e329008c1a49513849b8441e3cbbabfac122842582f7c8489bed788192a8857fe877706374a7b6f1f3c9e187f6b22406dfb340b6ed613d91b5664de5
6
+ metadata.gz: 81bdf38677d98314c8470eca77db1f8c092ae26f4aada694e4465b042b84afc77a468a160b2cb07c3eb5b7c72d2d6ab30f69d8c2b6c7960d46d1a3aa2e843b63
7
+ data.tar.gz: 2d1163d089c20a856dc28900d4dddf4087acaec0c24b2b5564a4282138425ff98c3ee919f30fc2d0b03c92dc0a96e2248a643571ed9a25497cbbcbad5ddaeb84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.76.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
7
+ ### v0.75.0 (2024-02-23)
8
+
9
+ * Regenerated from discovery document revision 20240217
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.74.0 (2024-02-04)
4
13
 
5
14
  * 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
@@ -3145,8 +3145,11 @@ module Google
3145
3145
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
3146
3146
  include Google::Apis::Core::Hashable
3147
3147
 
3148
- # A list of identities that are allowed access through this [EgressPolicy], in
3149
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
3148
+ # A list of identities that are allowed access through [EgressPolicy].
3149
+ # Identities can be an individual user, service account, Google group, or third-
3150
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
3151
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
3152
+ # iam/docs/principal-identifiers#v1 are supported.
3150
3153
  # Corresponds to the JSON property `identities`
3151
3154
  # @return [Array<String>]
3152
3155
  attr_accessor :identities
@@ -3268,11 +3271,11 @@ module Google
3268
3271
  include Google::Apis::Core::Hashable
3269
3272
 
3270
3273
  # A list of external resources that are allowed to be accessed. Only AWS and
3271
- # Azure resources are supported. For Amazon S3, the supported format is s3://
3272
- # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
3273
- # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
3274
- # resource in this list (Example: s3://bucket/path). Currently '*' is not
3275
- # allowed.
3274
+ # Azure resources are supported. For Amazon S3, the supported formats are s3://
3275
+ # BUCKET_NAME, s3a://BUCKET_NAME, and s3n://BUCKET_NAME. For Azure Storage, the
3276
+ # supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A
3277
+ # request matches if it contains an external resource in this list (Example: s3:/
3278
+ # /bucket/path). Currently '*' is not allowed.
3276
3279
  # Corresponds to the JSON property `externalResources`
3277
3280
  # @return [Array<String>]
3278
3281
  attr_accessor :external_resources
@@ -3312,8 +3315,11 @@ module Google
3312
3315
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
3313
3316
  include Google::Apis::Core::Hashable
3314
3317
 
3315
- # A list of identities that are allowed access through this ingress policy, in
3316
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
3318
+ # A list of identities that are allowed access through [IngressPolicy].
3319
+ # Identities can be an individual user, service account, Google group, or third-
3320
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
3321
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
3322
+ # iam/docs/principal-identifiers#v1 are supported.
3317
3323
  # Corresponds to the JSON property `identities`
3318
3324
  # @return [Array<String>]
3319
3325
  attr_accessor :identities
@@ -3852,9 +3858,9 @@ module Google
3852
3858
  # within the scope will be analyzed. This can only be an organization number (
3853
3859
  # such as "organizations/123"), a folder number (such as "folders/123"), a
3854
3860
  # 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://
3861
+ # projects/12345"). To know how to get organization ID, visit [here ](https://
3856
3862
  # cloud.google.com/resource-manager/docs/creating-managing-organization#
3857
- # retrieving_your_organization_id). To know how to get folder or project id,
3863
+ # retrieving_your_organization_id). To know how to get folder or project ID,
3858
3864
  # visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-
3859
3865
  # folders#viewing_or_listing_folders_and_projects).
3860
3866
  # Corresponds to the JSON property `scope`
@@ -5367,9 +5373,10 @@ module Google
5367
5373
  # manager/docs/tags/tags-overview#inheritance). To search against the `
5368
5374
  # effective_tags`: * Use a field query. Example: - `effectiveTagKeys:"123456789/
5369
5375
  # env*"` - `effectiveTagKeys="123456789/env"` - `effectiveTagKeys:"env"` - `
5370
- # effectiveTagValues:"env"` - `effectiveTagValues:"env/prod"` - `
5371
- # effectiveTagValues:"123456789/env/prod*"` - `effectiveTagValues="123456789/env/
5372
- # prod"` - `effectiveTagValueIds="tagValues/456"`
5376
+ # effectiveTagKeyIds="tagKeys/123"` - `effectiveTagValues:"env"` - `
5377
+ # effectiveTagValues:"env/prod"` - `effectiveTagValues:"123456789/env/prod*"` - `
5378
+ # effectiveTagValues="123456789/env/prod"` - `effectiveTagValueIds="tagValues/
5379
+ # 456"`
5373
5380
  # Corresponds to the JSON property `effectiveTags`
5374
5381
  # @return [Array<Google::Apis::CloudassetV1::EffectiveTagDetails>]
5375
5382
  attr_accessor :effective_tags
@@ -5546,9 +5553,10 @@ module Google
5546
5553
 
5547
5554
  # The tags directly attached to this resource. To search against the `tags`: *
5548
5555
  # Use a field query. Example: - `tagKeys:"123456789/env*"` - `tagKeys="123456789/
5549
- # env"` - `tagKeys:"env"` - `tagValues:"env"` - `tagValues:"env/prod"` - `
5550
- # tagValues:"123456789/env/prod*"` - `tagValues="123456789/env/prod"` - `
5551
- # tagValueIds="tagValues/456"` * Use a free text query. Example: - `env/prod`
5556
+ # env"` - `tagKeys:"env"` - `tagKeyIds="tagKeys/123"` - `tagValues:"env"` - `
5557
+ # tagValues:"env/prod"` - `tagValues:"123456789/env/prod*"` - `tagValues="
5558
+ # 123456789/env/prod"` - `tagValueIds="tagValues/456"` * Use a free text query.
5559
+ # Example: - `env/prod`
5552
5560
  # Corresponds to the JSON property `tags`
5553
5561
  # @return [Array<Google::Apis::CloudassetV1::Tag>]
5554
5562
  attr_accessor :tags
@@ -5938,7 +5946,7 @@ module Google
5938
5946
  end
5939
5947
 
5940
5948
  # The key and value for a [tag](https://cloud.google.com/resource-manager/docs/
5941
- # tags/tags-overview),
5949
+ # tags/tags-overview).
5942
5950
  class Tag
5943
5951
  include Google::Apis::Core::Hashable
5944
5952
 
@@ -5947,6 +5955,11 @@ module Google
5947
5955
  # @return [String]
5948
5956
  attr_accessor :tag_key
5949
5957
 
5958
+ # TagKey ID, in the format of tagKeys/`TAG_KEY_ID`.
5959
+ # Corresponds to the JSON property `tagKeyId`
5960
+ # @return [String]
5961
+ attr_accessor :tag_key_id
5962
+
5950
5963
  # TagValue namespaced name, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`/`
5951
5964
  # TAG_VALUE_SHORT_NAME`.
5952
5965
  # Corresponds to the JSON property `tagValue`
@@ -5965,6 +5978,7 @@ module Google
5965
5978
  # Update properties of this object
5966
5979
  def update!(**args)
5967
5980
  @tag_key = args[:tag_key] if args.key?(:tag_key)
5981
+ @tag_key_id = args[:tag_key_id] if args.key?(:tag_key_id)
5968
5982
  @tag_value = args[:tag_value] if args.key?(:tag_value)
5969
5983
  @tag_value_id = args[:tag_value_id] if args.key?(:tag_value_id)
5970
5984
  end
@@ -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.76.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 = "20240412"
26
26
  end
27
27
  end
28
28
  end
@@ -2222,6 +2222,7 @@ module Google
2222
2222
  # @private
2223
2223
  class Representation < Google::Apis::Core::JsonRepresentation
2224
2224
  property :tag_key, as: 'tagKey'
2225
+ property :tag_key_id, as: 'tagKeyId'
2225
2226
  property :tag_value, as: 'tagValue'
2226
2227
  property :tag_value_id, as: 'tagValueId'
2227
2228
  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.76.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-04-28 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.76.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