google-apis-cloudasset_v1 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37d438a6247ac6a12502d985796eaa2f2523133174541924e75bf4f3c6743c93
|
|
4
|
+
data.tar.gz: cd8a318afe9cb1327f80d78a2935f5c7d400899295f043c186f3645f124c2e84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81bdf38677d98314c8470eca77db1f8c092ae26f4aada694e4465b042b84afc77a468a160b2cb07c3eb5b7c72d2d6ab30f69d8c2b6c7960d46d1a3aa2e843b63
|
|
7
|
+
data.tar.gz: 2d1163d089c20a856dc28900d4dddf4087acaec0c24b2b5564a4282138425ff98c3ee919f30fc2d0b03c92dc0a96e2248a643571ed9a25497cbbcbad5ddaeb84
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
3149
|
-
#
|
|
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
|
|
3272
|
-
# BUCKET_NAME. For Azure Storage, the
|
|
3273
|
-
# core.windows.net/CONTAINER_NAME. A
|
|
3274
|
-
# resource in this list (Example: s3
|
|
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
|
|
3316
|
-
#
|
|
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
|
-
#
|
|
5371
|
-
# effectiveTagValues:"
|
|
5372
|
-
# prod"` - `effectiveTagValueIds="tagValues/
|
|
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"` - `
|
|
5550
|
-
# tagValues:"
|
|
5551
|
-
# tagValueIds="tagValues/456"` * Use a free text query.
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|