google-apis-cloudasset_v1 0.75.0 → 0.77.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a6c45b1b73759bf01815099affec568933a99296db8ae1336108331d725756e
|
4
|
+
data.tar.gz: 576834d1ce60f6347074d4d964a3c0bbdc859c92bd23f675cb1a5ebba6de0fcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79b9ae2eca9df59178c16f7ac08768e90a327038c7da031dd3ef81ff01f5d7cc080e719293e7d4ef4ad3c439f83625373c6bd19780067d5eeda07891fbac3a1c
|
7
|
+
data.tar.gz: 58b580b6513e8112637695fc50d8d287e14ee3750e9af43f2490f9691f5f9bd029fcfb951b2ddb2a98ae3003654ebdc3a0bacdb5f2b8f1e09ebd3c8df072b846
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1
|
2
2
|
|
3
|
+
### v0.77.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.76.0 (2024-04-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240412
|
10
|
+
|
3
11
|
### v0.75.0 (2024-02-23)
|
4
12
|
|
5
13
|
* 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
|
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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.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.77.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-05-19 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.
|
19
|
+
version: 0.15.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.
|
29
|
+
version: 0.15.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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.77.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: []
|