google-apis-cloudasset_v1 0.31.0 → 0.32.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: 34504d2e4a42a95b7cbebe3f5f46bf2df68b5380d716d15240144196c30b7d37
|
4
|
+
data.tar.gz: 486d14d659d1c5e7b2ef4dcf94e24819cb896d686e0dd07b0941befa4b898c4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1391bf8bb813d2c5fd10c242f3173471a4d8d228eb51210500611624b4c748270fd71df233704dff1276abdfbfa7808599bb93e642cc9e8e3c5816ebd564460
|
7
|
+
data.tar.gz: 7ba8987653f843d4b258f3ed2b8e4e6d984979edb2b46d9bfbd1eee239281bd1557d440a20edceba9d77c0888b648d0a5f6a58078e77e491e05387b148a2b9b8
|
data/CHANGELOG.md
CHANGED
@@ -568,7 +568,7 @@ module Google
|
|
568
568
|
# @return [Google::Apis::CloudassetV1::Expr]
|
569
569
|
attr_accessor :condition
|
570
570
|
|
571
|
-
# Specifies the principals requesting access for a Cloud
|
571
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
572
572
|
# members` can have the following values: * `allUsers`: A special identifier
|
573
573
|
# that represents anyone who is on the internet; with or without a Google
|
574
574
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -4271,6 +4271,30 @@ module Google
|
|
4271
4271
|
# @return [String]
|
4272
4272
|
attr_accessor :state
|
4273
4273
|
|
4274
|
+
# TagKey namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`. To
|
4275
|
+
# search against the `tagKeys`: * use a field query. Example: - `tagKeys:"
|
4276
|
+
# 123456789/e*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * use a free text
|
4277
|
+
# query. Example: - `env`
|
4278
|
+
# Corresponds to the JSON property `tagKeys`
|
4279
|
+
# @return [Array<String>]
|
4280
|
+
attr_accessor :tag_keys
|
4281
|
+
|
4282
|
+
# TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`. To search against the
|
4283
|
+
# `tagValueIds`: * use a field query. Example: - `tagValueIds:"456"` - `
|
4284
|
+
# tagValueIds="tagValues/456"` * use a free text query. Example: - `456`
|
4285
|
+
# Corresponds to the JSON property `tagValueIds`
|
4286
|
+
# @return [Array<String>]
|
4287
|
+
attr_accessor :tag_value_ids
|
4288
|
+
|
4289
|
+
# TagValue namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`/`
|
4290
|
+
# TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * use a field query.
|
4291
|
+
# Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `tagValues:"123456789/
|
4292
|
+
# env/pr*"` - `tagValues="123456789/env/prod"` * use a free text query. Example:
|
4293
|
+
# - `prod`
|
4294
|
+
# Corresponds to the JSON property `tagValues`
|
4295
|
+
# @return [Array<String>]
|
4296
|
+
attr_accessor :tag_values
|
4297
|
+
|
4274
4298
|
# The last update timestamp of this resource, at which the resource was last
|
4275
4299
|
# modified or deleted. The granularity is in seconds. Timestamp.nanos will
|
4276
4300
|
# always be 0. This field is available only when the resource's Protobuf
|
@@ -4315,6 +4339,9 @@ module Google
|
|
4315
4339
|
@project = args[:project] if args.key?(:project)
|
4316
4340
|
@relationships = args[:relationships] if args.key?(:relationships)
|
4317
4341
|
@state = args[:state] if args.key?(:state)
|
4342
|
+
@tag_keys = args[:tag_keys] if args.key?(:tag_keys)
|
4343
|
+
@tag_value_ids = args[:tag_value_ids] if args.key?(:tag_value_ids)
|
4344
|
+
@tag_values = args[:tag_values] if args.key?(:tag_values)
|
4318
4345
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4319
4346
|
@versioned_resources = args[:versioned_resources] if args.key?(:versioned_resources)
|
4320
4347
|
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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220412"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1654,6 +1654,9 @@ module Google
|
|
1654
1654
|
hash :relationships, as: 'relationships', class: Google::Apis::CloudassetV1::RelatedResources, decorator: Google::Apis::CloudassetV1::RelatedResources::Representation
|
1655
1655
|
|
1656
1656
|
property :state, as: 'state'
|
1657
|
+
collection :tag_keys, as: 'tagKeys'
|
1658
|
+
collection :tag_value_ids, as: 'tagValueIds'
|
1659
|
+
collection :tag_values, as: 'tagValues'
|
1657
1660
|
property :update_time, as: 'updateTime'
|
1658
1661
|
collection :versioned_resources, as: 'versionedResources', class: Google::Apis::CloudassetV1::VersionedResource, decorator: Google::Apis::CloudassetV1::VersionedResource::Representation
|
1659
1662
|
|
@@ -1116,11 +1116,12 @@ module Google
|
|
1116
1116
|
# Examples: `"*"`, `"name,location"`, `"name,versionedResources"`. The read_mask
|
1117
1117
|
# paths must be valid field paths listed but not limited to (both snake_case and
|
1118
1118
|
# camelCase are supported): * name * assetType * project * displayName *
|
1119
|
-
# description * location *
|
1120
|
-
#
|
1121
|
-
# not specified, all fields except
|
1122
|
-
# *' is specified, all fields
|
1123
|
-
# invalid field path will
|
1119
|
+
# description * location * tagKeys * tagValues * tagValueIds * labels *
|
1120
|
+
# networkTags * kmsKey * createTime * updateTime * state * additionalAttributes *
|
1121
|
+
# versionedResources If read_mask is not specified, all fields except
|
1122
|
+
# versionedResources will be returned. If only '*' is specified, all fields
|
1123
|
+
# including versionedResources will be returned. Any invalid field path will
|
1124
|
+
# trigger INVALID_ARGUMENT error.
|
1124
1125
|
# @param [String] fields
|
1125
1126
|
# Selector specifying which fields to include in a partial response.
|
1126
1127
|
# @param [String] quota_user
|
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.32.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: 2022-
|
11
|
+
date: 2022-04-18 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.32.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: []
|