google-apis-cloudasset_v1 0.67.0 → 0.68.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1/classes.rb +24 -29
- data/lib/google/apis/cloudasset_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudasset_v1/service.rb +49 -49
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bbdd287d943afba7c95e193f78f23d15fd1889a4a640527033837f3bd3f7ec7
|
|
4
|
+
data.tar.gz: 18e0b0954f85d294ecf54b1167bcc572c56eb323c65019130c0c90cb7a78a6fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c115bd517d2617452cd892f8b7890af631adc8df575ad8e58f3ea4c1e578c655465f63e025d0ea1ed994008d1fce1745b7f7ec19933cdf56a5f769a4138ddf97
|
|
7
|
+
data.tar.gz: 45afab50ac0ecaf1309e5af982450eda59cb24c15bea3addb313c3b58b1fb82801b4fbcd7a52b4b5248eb4b8f80e489ea0477804a8b4fa1ad0ddcdef5356283d
|
data/CHANGELOG.md
CHANGED
|
@@ -90,10 +90,10 @@ module Google
|
|
|
90
90
|
# saved_query_id If both `analysis_query` and `saved_analysis_query` are
|
|
91
91
|
# provided, they will be merged together with the `saved_analysis_query` as base
|
|
92
92
|
# and the `analysis_query` as overrides. For more details of the merge behavior,
|
|
93
|
-
#
|
|
94
|
-
#
|
|
95
|
-
#
|
|
96
|
-
#
|
|
93
|
+
# refer to the [MergeFrom](https://developers.google.com/protocol-buffers/docs/
|
|
94
|
+
# reference/cpp/google.protobuf.message#Message.MergeFrom.details) doc. Note
|
|
95
|
+
# that you cannot override primitive fields with default value, such as 0 or
|
|
96
|
+
# empty string, etc., because we use proto3, which doesn't support field
|
|
97
97
|
# presence yet.
|
|
98
98
|
# Corresponds to the JSON property `savedAnalysisQuery`
|
|
99
99
|
# @return [String]
|
|
@@ -5281,8 +5281,8 @@ module Google
|
|
|
5281
5281
|
# projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
|
|
5282
5282
|
# cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
|
|
5283
5283
|
# cryptoKeys.cryptoKeyVersions) name. This field only presents for the purpose
|
|
5284
|
-
# of backward compatibility.
|
|
5285
|
-
#
|
|
5284
|
+
# of backward compatibility. Use the `kms_keys` field to retrieve Cloud KMS key
|
|
5285
|
+
# information. This field is available only when the resource's Protobuf
|
|
5286
5286
|
# contains it and will only be populated for [these resource types](https://
|
|
5287
5287
|
# cloud.google.com/asset-inventory/docs/legacy-field-names#
|
|
5288
5288
|
# resource_types_with_the_to_be_deprecated_kmskey_field) for backward compatible
|
|
@@ -5387,13 +5387,9 @@ module Google
|
|
|
5387
5387
|
attr_accessor :relationships
|
|
5388
5388
|
|
|
5389
5389
|
# The actual content of Security Command Center security marks associated with
|
|
5390
|
-
# the asset.
|
|
5391
|
-
#
|
|
5392
|
-
#
|
|
5393
|
-
# staging." will be added to the keys of all the staging marks. To search
|
|
5394
|
-
# against SCC SecurityMarks field: * Use a field query: - query by a given key
|
|
5395
|
-
# value pair. Example: `sccSecurityMarks.foo=bar` - query by a given key's
|
|
5396
|
-
# existence. Example: `sccSecurityMarks.foo:*`
|
|
5390
|
+
# the asset. To search against SCC SecurityMarks field: * Use a field query: -
|
|
5391
|
+
# query by a given key value pair. Example: `sccSecurityMarks.foo=bar` - query
|
|
5392
|
+
# by a given key's existence. Example: `sccSecurityMarks.foo:*`
|
|
5397
5393
|
# Corresponds to the JSON property `sccSecurityMarks`
|
|
5398
5394
|
# @return [Hash<String,String>]
|
|
5399
5395
|
attr_accessor :scc_security_marks
|
|
@@ -5415,30 +5411,29 @@ module Google
|
|
|
5415
5411
|
# @return [String]
|
|
5416
5412
|
attr_accessor :state
|
|
5417
5413
|
|
|
5418
|
-
# This field is only present for the purpose of backward compatibility.
|
|
5419
|
-
#
|
|
5420
|
-
#
|
|
5421
|
-
#
|
|
5422
|
-
#
|
|
5414
|
+
# This field is only present for the purpose of backward compatibility. Use the `
|
|
5415
|
+
# tags` field instead. TagKey namespaced names, in the format of `ORG_ID`/`
|
|
5416
|
+
# TAG_KEY_SHORT_NAME`. To search against the `tagKeys`: * Use a field query.
|
|
5417
|
+
# Example: - `tagKeys:"123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"
|
|
5418
|
+
# env"` * Use a free text query. Example: - `env`
|
|
5423
5419
|
# Corresponds to the JSON property `tagKeys`
|
|
5424
5420
|
# @return [Array<String>]
|
|
5425
5421
|
attr_accessor :tag_keys
|
|
5426
5422
|
|
|
5427
|
-
# This field is only present for the purpose of backward compatibility.
|
|
5428
|
-
#
|
|
5429
|
-
#
|
|
5430
|
-
#
|
|
5431
|
-
# 456`
|
|
5423
|
+
# This field is only present for the purpose of backward compatibility. Use the `
|
|
5424
|
+
# tags` field instead. TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`.
|
|
5425
|
+
# To search against the `tagValueIds`: * Use a field query. Example: - `
|
|
5426
|
+
# tagValueIds="tagValues/456"` * Use a free text query. Example: - `456`
|
|
5432
5427
|
# Corresponds to the JSON property `tagValueIds`
|
|
5433
5428
|
# @return [Array<String>]
|
|
5434
5429
|
attr_accessor :tag_value_ids
|
|
5435
5430
|
|
|
5436
|
-
# This field is only present for the purpose of backward compatibility.
|
|
5437
|
-
#
|
|
5438
|
-
#
|
|
5439
|
-
#
|
|
5440
|
-
#
|
|
5441
|
-
#
|
|
5431
|
+
# This field is only present for the purpose of backward compatibility. Use the `
|
|
5432
|
+
# tags` field instead. TagValue namespaced names, in the format of `ORG_ID`/`
|
|
5433
|
+
# TAG_KEY_SHORT_NAME`/`TAG_VALUE_SHORT_NAME`. To search against the `tagValues`:
|
|
5434
|
+
# * Use a field query. Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `
|
|
5435
|
+
# tagValues:"123456789/env/prod*"` - `tagValues="123456789/env/prod"` * Use a
|
|
5436
|
+
# free text query. Example: - `prod`
|
|
5442
5437
|
# Corresponds to the JSON property `tagValues`
|
|
5443
5438
|
# @return [Array<String>]
|
|
5444
5439
|
attr_accessor :tag_values
|
|
@@ -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.68.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231103"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -683,10 +683,10 @@ module Google
|
|
|
683
683
|
# saved_query_id If both `analysis_query` and `saved_analysis_query` are
|
|
684
684
|
# provided, they will be merged together with the `saved_analysis_query` as base
|
|
685
685
|
# and the `analysis_query` as overrides. For more details of the merge behavior,
|
|
686
|
-
#
|
|
687
|
-
#
|
|
688
|
-
#
|
|
689
|
-
#
|
|
686
|
+
# refer to the [MergeFrom](https://developers.google.com/protocol-buffers/docs/
|
|
687
|
+
# reference/cpp/google.protobuf.message#Message.MergeFrom.details) page. Note
|
|
688
|
+
# that you cannot override primitive fields with default value, such as 0 or
|
|
689
|
+
# empty string, etc., because we use proto3, which doesn't support field
|
|
690
690
|
# presence yet.
|
|
691
691
|
# @param [String] fields
|
|
692
692
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1325,54 +1325,54 @@ module Google
|
|
|
1325
1325
|
# prod` as a key or value. * `labels.env:prod` to find Google Cloud resources
|
|
1326
1326
|
# that have a label `env` and its value is `prod`. * `labels.env:*` to find
|
|
1327
1327
|
# Google Cloud resources that have a label `env`. * `tagKeys:env` to find Google
|
|
1328
|
-
# Cloud resources that have directly attached tags where the [`TagKey
|
|
1329
|
-
# cloud.google.com/resource-manager/reference/rest/v3/
|
|
1330
|
-
#
|
|
1331
|
-
# resources that have directly attached tags where the [`TagValue
|
|
1332
|
-
# cloud.google.com/resource-manager/reference/rest/v3/
|
|
1333
|
-
# tagvalue)
|
|
1334
|
-
# tagValues/123` to find Google Cloud resources that have directly
|
|
1335
|
-
# where the [`TagValue`](https://cloud.google.com/resource-
|
|
1336
|
-
# rest/v3/tagValues#resource:-tagvalue)
|
|
1337
|
-
# effectiveTagKeys:env` to find Google Cloud resources that have
|
|
1338
|
-
# attached or inherited tags where the [`TagKey`](https
|
|
1339
|
-
# resource-manager/reference/rest/v3/tagKeys#resource:-tagkey)
|
|
1328
|
+
# Cloud resources that have directly attached tags where the [`TagKey.
|
|
1329
|
+
# namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
|
|
1330
|
+
# tagKeys#resource:-tagkey) contains `env`. * `tagValues:prod*` to find Google
|
|
1331
|
+
# Cloud resources that have directly attached tags where the [`TagValue.
|
|
1332
|
+
# namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
|
|
1333
|
+
# tagValues#resource:-tagvalue) contains a word prefixed by `prod`. * `
|
|
1334
|
+
# tagValueIds=tagValues/123` to find Google Cloud resources that have directly
|
|
1335
|
+
# attached tags where the [`TagValue.name`](https://cloud.google.com/resource-
|
|
1336
|
+
# manager/reference/rest/v3/tagValues#resource:-tagvalue) is exactly `tagValues/
|
|
1337
|
+
# 123`. * `effectiveTagKeys:env` to find Google Cloud resources that have
|
|
1338
|
+
# directly attached or inherited tags where the [`TagKey.namespacedName`](https:/
|
|
1339
|
+
# /cloud.google.com/resource-manager/reference/rest/v3/tagKeys#resource:-tagkey)
|
|
1340
1340
|
# contains `env`. * `effectiveTagValues:prod*` to find Google Cloud resources
|
|
1341
|
-
# that have directly attached or inherited tags where the [`TagValue
|
|
1342
|
-
# cloud.google.com/resource-manager/reference/rest/v3/
|
|
1343
|
-
# tagvalue)
|
|
1341
|
+
# that have directly attached or inherited tags where the [`TagValue.
|
|
1342
|
+
# namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
|
|
1343
|
+
# tagValues#resource:-tagvalue) contains a word prefixed by `prod`. * `
|
|
1344
1344
|
# effectiveTagValueIds=tagValues/123` to find Google Cloud resources that have
|
|
1345
|
-
# directly attached or inherited tags where the [`TagValue`](https://cloud.
|
|
1346
|
-
# google.com/resource-manager/reference/rest/v3/tagValues#resource:-tagvalue)
|
|
1347
|
-
#
|
|
1348
|
-
#
|
|
1349
|
-
#
|
|
1350
|
-
#
|
|
1351
|
-
#
|
|
1352
|
-
#
|
|
1353
|
-
#
|
|
1354
|
-
#
|
|
1355
|
-
#
|
|
1356
|
-
#
|
|
1357
|
-
#
|
|
1358
|
-
#
|
|
1359
|
-
#
|
|
1360
|
-
#
|
|
1361
|
-
#
|
|
1362
|
-
#
|
|
1363
|
-
#
|
|
1364
|
-
#
|
|
1365
|
-
#
|
|
1366
|
-
# created before `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp
|
|
1367
|
-
# of `2021-01-01 00:00:00 UTC` in seconds. * `updateTime>1609459200` to find
|
|
1368
|
-
# Google Cloud resources that were updated after `2021-01-01 00:00:00 UTC`. `
|
|
1345
|
+
# directly attached or inherited tags where the [`TagValue.name`](https://cloud.
|
|
1346
|
+
# google.com/resource-manager/reference/rest/v3/tagValues#resource:-tagvalue) is
|
|
1347
|
+
# exactly `tagValues/123`. * `kmsKey:key` to find Google Cloud resources
|
|
1348
|
+
# encrypted with a customer-managed encryption key whose name contains `key` as
|
|
1349
|
+
# a word. This field is deprecated. Use the `kmsKeys` field to retrieve Cloud
|
|
1350
|
+
# KMS key information. * `kmsKeys:key` to find Google Cloud resources encrypted
|
|
1351
|
+
# with customer-managed encryption keys whose name contains the word `key`. * `
|
|
1352
|
+
# relationships:instance-group-1` to find Google Cloud resources that have
|
|
1353
|
+
# relationships with `instance-group-1` in the related resource name. * `
|
|
1354
|
+
# relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine instances that
|
|
1355
|
+
# have relationships of type `INSTANCE_TO_INSTANCEGROUP`. * `relationships.
|
|
1356
|
+
# INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute Engine instances
|
|
1357
|
+
# that have relationships with `instance-group-1` in the Compute Engine instance
|
|
1358
|
+
# group resource name, for relationship type `INSTANCE_TO_INSTANCEGROUP`. * `
|
|
1359
|
+
# sccSecurityMarks.key=value` to find Cloud resources that are attached with
|
|
1360
|
+
# security marks whose key is `key` and value is `value`. * `sccSecurityMarks.
|
|
1361
|
+
# key:*` to find Cloud resources that are attached with security marks whose key
|
|
1362
|
+
# is `key`. * `state:ACTIVE` to find Google Cloud resources whose state contains
|
|
1363
|
+
# `ACTIVE` as a word. * `NOT state:ACTIVE` to find Google Cloud resources whose
|
|
1364
|
+
# state doesn't contain `ACTIVE` as a word. * `createTime<1609459200` to find
|
|
1365
|
+
# Google Cloud resources that were created before `2021-01-01 00:00:00 UTC`. `
|
|
1369
1366
|
# 1609459200` is the epoch timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `
|
|
1370
|
-
#
|
|
1371
|
-
#
|
|
1372
|
-
#
|
|
1373
|
-
# `Important
|
|
1374
|
-
# contain `
|
|
1375
|
-
#
|
|
1367
|
+
# updateTime>1609459200` to find Google Cloud resources that were updated after `
|
|
1368
|
+
# 2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp of `2021-01-01
|
|
1369
|
+
# 00:00:00 UTC` in seconds. * `Important` to find Google Cloud resources that
|
|
1370
|
+
# contain `Important` as a word in any of the searchable fields. * `Impor*` to
|
|
1371
|
+
# find Google Cloud resources that contain `Impor` as a prefix of any word in
|
|
1372
|
+
# any of the searchable fields. * `Important location:(us-west1 OR global)` to
|
|
1373
|
+
# find Google Cloud resources that contain `Important` as a word in any of the
|
|
1374
|
+
# searchable fields and are also located in the `us-west1` region or the `global`
|
|
1375
|
+
# location.
|
|
1376
1376
|
# @param [String] read_mask
|
|
1377
1377
|
# Optional. A comma-separated list of fields that you want returned in the
|
|
1378
1378
|
# results. The following fields are returned by default if not specified: * `
|
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.68.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: 2023-
|
|
11
|
+
date: 2023-11-12 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.68.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: []
|