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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee676e41aaa9b24bcff037a9abd8d553f221e445f4f204c80b1e20f6b35935b6
4
- data.tar.gz: 60220e8ec947be5886f16b9703720ee47604d36a7a61312b68f210deccc20016
3
+ metadata.gz: 4bbdd287d943afba7c95e193f78f23d15fd1889a4a640527033837f3bd3f7ec7
4
+ data.tar.gz: 18e0b0954f85d294ecf54b1167bcc572c56eb323c65019130c0c90cb7a78a6fb
5
5
  SHA512:
6
- metadata.gz: 5bd89d9b7e4531980281268676ed4ed4ddc547612977789359f5616dbda0fa94db3da5c54edb5885cf1be3ca5c071c8c1609833b94798d6c37de60cdbee2e509
7
- data.tar.gz: 9eeffff0e5e192afac2eee28417a51745280d186caa88002508d2c26041a6a780993f0c2393ce6bac1d4e72501eb43f05494f2cb787efece2b9c7ec2fa3c0f22
6
+ metadata.gz: c115bd517d2617452cd892f8b7890af631adc8df575ad8e58f3ea4c1e578c655465f63e025d0ea1ed994008d1fce1745b7f7ec19933cdf56a5f769a4138ddf97
7
+ data.tar.gz: 45afab50ac0ecaf1309e5af982450eda59cb24c15bea3addb313c3b58b1fb82801b4fbcd7a52b4b5248eb4b8f80e489ea0477804a8b4fa1ad0ddcdef5356283d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.68.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231103
6
+
3
7
  ### v0.67.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231013
@@ -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
- # please refer to the [MergeFrom](https://developers.google.com/protocol-buffers/
94
- # docs/reference/cpp/google.protobuf.message#Message.MergeFrom.details) doc.
95
- # Note that you cannot override primitive fields with default value, such as 0
96
- # or empty string, etc., because we use proto3, which doesn't support field
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. Please use the `kms_keys` field to retrieve Cloud
5285
- # KMS key information. This field is available only when the resource's Protobuf
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. Note that both staging & prod SecurityMarks are attached on prod
5391
- # resources. In CAS preprod/prod, both staging & prod SecurityMarks are ingested
5392
- # and returned in the following `security_marks` map. In that case, the prefix "
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. Please
5419
- # use the `tags` field instead. TagKey namespaced names, in the format of `
5420
- # ORG_ID`/`TAG_KEY_SHORT_NAME`. To search against the `tagKeys`: * Use a field
5421
- # query. Example: - `tagKeys:"123456789/env*"` - `tagKeys="123456789/env"` - `
5422
- # tagKeys:"env"` * Use a free text query. Example: - `env`
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. Please
5428
- # use the `tags` field instead. TagValue IDs, in the format of tagValues/`
5429
- # TAG_VALUE_ID`. To search against the `tagValueIds`: * Use a field query.
5430
- # Example: - `tagValueIds="tagValues/456"` * Use a free text query. Example: - `
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. Please
5437
- # use the `tags` field instead. TagValue namespaced names, in the format of `
5438
- # ORG_ID`/`TAG_KEY_SHORT_NAME`/`TAG_VALUE_SHORT_NAME`. To search against the `
5439
- # tagValues`: * Use a field query. Example: - `tagValues:"env"` - `tagValues:"
5440
- # env/prod"` - `tagValues:"123456789/env/prod*"` - `tagValues="123456789/env/
5441
- # prod"` * Use a free text query. Example: - `prod`
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.67.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 = "20231013"
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
- # please refer to the [MergeFrom](https://developers.google.com/protocol-buffers/
687
- # docs/reference/cpp/google.protobuf.message#Message.MergeFrom.details) page.
688
- # Note that you cannot override primitive fields with default value, such as 0
689
- # or empty string, etc., because we use proto3, which doesn't support field
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`](https://
1329
- # cloud.google.com/resource-manager/reference/rest/v3/tagKeys#resource:-tagkey) .
1330
- # `namespacedName` contains `env`. * `tagValues:prod*` to find Google Cloud
1331
- # resources that have directly attached tags where the [`TagValue`](https://
1332
- # cloud.google.com/resource-manager/reference/rest/v3/tagValues#resource:-
1333
- # tagvalue) .`namespacedName` contains a word prefixed by `prod`. * `tagValueIds=
1334
- # tagValues/123` to find Google Cloud resources that have directly attached tags
1335
- # where the [`TagValue`](https://cloud.google.com/resource-manager/reference/
1336
- # rest/v3/tagValues#resource:-tagvalue) .`name` is exactly `tagValues/123`. * `
1337
- # effectiveTagKeys:env` to find Google Cloud resources that have directly
1338
- # attached or inherited tags where the [`TagKey`](https://cloud.google.com/
1339
- # resource-manager/reference/rest/v3/tagKeys#resource:-tagkey) .`namespacedName`
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`](https://
1342
- # cloud.google.com/resource-manager/reference/rest/v3/tagValues#resource:-
1343
- # tagvalue) .`namespacedName` contains a word prefixed by `prod`. * `
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
- # name` is exactly `tagValues/123`. * `kmsKey:key` to find Google Cloud
1348
- # resources encrypted with a customer-managed encryption key whose name contains
1349
- # `key` as a word. This field is deprecated. Please use the `kmsKeys` field to
1350
- # retrieve Cloud KMS key information. * `kmsKeys:key` to find Google Cloud
1351
- # resources encrypted with customer-managed encryption keys whose name contains
1352
- # the word `key`. * `relationships:instance-group-1` to find Google Cloud
1353
- # resources that have relationships with `instance-group-1` in the related
1354
- # resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute
1355
- # Engine instances that have relationships of type `INSTANCE_TO_INSTANCEGROUP`. *
1356
- # `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute
1357
- # Engine instances that have relationships with `instance-group-1` in the
1358
- # Compute Engine instance group resource name, for relationship type `
1359
- # INSTANCE_TO_INSTANCEGROUP`. * `sccSecurityMarks.key=value` to find Cloud
1360
- # resources that are attached with security marks whose key is `key` and value
1361
- # is `value'. * `sccSecurityMarks.key:*` to find Cloud resources that are
1362
- # attached with security marks whose key is `key`. * `state:ACTIVE` to find
1363
- # Google Cloud resources whose state contains `ACTIVE` as a word. * `NOT state:
1364
- # ACTIVE` to find Google Cloud resources whose state doesn't contain `ACTIVE` as
1365
- # a word. * `createTime<1609459200` to find Google Cloud resources that were
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
- # Important` to find Google Cloud resources that contain `Important` as a word
1371
- # in any of the searchable fields. * `Impor*` to find Google Cloud resources
1372
- # that contain `Impor` as a prefix of any word in any of the searchable fields. *
1373
- # `Important location:(us-west1 OR global)` to find Google Cloud resources that
1374
- # contain `Important` as a word in any of the searchable fields and are also
1375
- # located in the `us-west1` region or the `global` location.
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.67.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-10-22 00:00:00.000000000 Z
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.67.0
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: []