google-apis-cloudasset_v1 0.75.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: 1775cdd454d9b5bdb6a838547d66349e34b09559a3fb6169e0f6efc6970f25d2
4
- data.tar.gz: ab05a9a59e6010ac7074d64df5838df477e48467fad8e4e2f1b6876821b2da5e
3
+ metadata.gz: 37d438a6247ac6a12502d985796eaa2f2523133174541924e75bf4f3c6743c93
4
+ data.tar.gz: cd8a318afe9cb1327f80d78a2935f5c7d400899295f043c186f3645f124c2e84
5
5
  SHA512:
6
- metadata.gz: e19b6b4126325b47646824dd29a05f84ff2137a57e6b4d5d0624f72016a6384c176767504a1699b10f6846d39688e0e312ca0a52909df852bd5c0383fb93cca8
7
- data.tar.gz: 399634e7a471c3d169c4f8b75a4347425d0b41051625e49d9b098ec047dcffc7faefcdbbebf10fe13c9951bd67b074da137b0623835f859c745d9e7222da9684
6
+ metadata.gz: 81bdf38677d98314c8470eca77db1f8c092ae26f4aada694e4465b042b84afc77a468a160b2cb07c3eb5b7c72d2d6ab30f69d8c2b6c7960d46d1a3aa2e843b63
7
+ data.tar.gz: 2d1163d089c20a856dc28900d4dddf4087acaec0c24b2b5564a4282138425ff98c3ee919f30fc2d0b03c92dc0a96e2248a643571ed9a25497cbbcbad5ddaeb84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.75.0 (2024-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240217
@@ -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
@@ -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
@@ -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.75.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240217"
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
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.75.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-25 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
@@ -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.75.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: []