google-apis-cloudasset_v1 0.65.0 → 0.66.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: 771017a407eca823b837bbd1b8a952cd2eb1c2fcadbfc6e94acdbdfe9650c21d
4
- data.tar.gz: f0a59156a0f5e7d471bcd55d42df9335631d9f65844cff18cc6428fde5c3a202
3
+ metadata.gz: 440009e1f0e3d01b7222ca9fee2fd3dda905f84e445bef1dcb38d251a2c66708
4
+ data.tar.gz: 7a2f60a1e3aecfcc186009415f0994f33e4a4db16144eac139e15030cf15a24f
5
5
  SHA512:
6
- metadata.gz: 24088cafbf81bc36c3fff1093901622f9845ffb457fb549ed2b29ee1315ed245d2c917b267546fe7a6740d996de453b471dfb403528ad0c1cfa1ec80295a0ea6
7
- data.tar.gz: 8bc454be14de7477593b4fcf670c7d80a8489df05d7af01cc99a578f10bfca7d782bf80a3dd0cb4965a682583e635fd3ac46236dfed21d6d89b187e0c5d3f0b6
6
+ metadata.gz: 61c2cf7fd950b3bf3c0e568038a03b8280e46205e8281b6dfa9678a7287c5ffe32132f8112039821709684026339e258ca4d5f1bb2a0593b888137c8f6477116
7
+ data.tar.gz: 47c5536599bffc293675a74d1fcfcda5b9483f582a0474d2761838198b9d10ca80b92c8c64ed6addc817834bd8f9bbc40ae46c7b861ad3068cbfbce7f6bc52a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.66.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
3
7
  ### v0.65.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230922
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.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 = "20230922"
25
+ REVISION = "20231006"
26
26
  end
27
27
  end
28
28
  end
@@ -1344,20 +1344,23 @@ module Google
1344
1344
  # `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute
1345
1345
  # Engine instances that have relationships with `instance-group-1` in the
1346
1346
  # Compute Engine instance group resource name, for relationship type `
1347
- # INSTANCE_TO_INSTANCEGROUP`. * `state:ACTIVE` to find Google Cloud resources
1348
- # whose state contains `ACTIVE` as a word. * `NOT state:ACTIVE` to find Google
1349
- # Cloud resources whose state doesn't contain `ACTIVE` as a word. * `createTime<
1350
- # 1609459200` to find Google Cloud resources that were created before `2021-01-
1351
- # 01 00:00:00 UTC`. `1609459200` is the epoch timestamp of `2021-01-01 00:00:00
1352
- # UTC` in seconds. * `updateTime>1609459200` to find Google Cloud resources that
1353
- # were updated after `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch
1354
- # timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `Important` to find
1355
- # Google Cloud resources that contain `Important` as a word in any of the
1356
- # searchable fields. * `Impor*` to find Google Cloud resources that contain `
1357
- # Impor` as a prefix of any word in any of the searchable fields. * `Important
1358
- # location:(us-west1 OR global)` to find Google Cloud resources that contain `
1359
- # Important` as a word in any of the searchable fields and are also located in
1360
- # the `us-west1` region or the `global` location.
1347
+ # INSTANCE_TO_INSTANCEGROUP`. * `sccSecurityMarks.key=value` to find Cloud
1348
+ # resources that are attached with security marks whose key is `key` and value
1349
+ # is `value'. * `sccSecurityMarks.key:*` to find Cloud resources that are
1350
+ # attached with security marks whose key is `key`. * `state:ACTIVE` to find
1351
+ # Google Cloud resources whose state contains `ACTIVE` as a word. * `NOT state:
1352
+ # ACTIVE` to find Google Cloud resources whose state doesn't contain `ACTIVE` as
1353
+ # a word. * `createTime<1609459200` to find Google Cloud resources that were
1354
+ # created before `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp
1355
+ # of `2021-01-01 00:00:00 UTC` in seconds. * `updateTime>1609459200` to find
1356
+ # Google Cloud resources that were updated after `2021-01-01 00:00:00 UTC`. `
1357
+ # 1609459200` is the epoch timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `
1358
+ # Important` to find Google Cloud resources that contain `Important` as a word
1359
+ # in any of the searchable fields. * `Impor*` to find Google Cloud resources
1360
+ # that contain `Impor` as a prefix of any word in any of the searchable fields. *
1361
+ # `Important location:(us-west1 OR global)` to find Google Cloud resources that
1362
+ # contain `Important` as a word in any of the searchable fields and are also
1363
+ # located in the `us-west1` region or the `global` location.
1361
1364
  # @param [String] read_mask
1362
1365
  # Optional. A comma-separated list of fields that you want returned in the
1363
1366
  # 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.65.0
4
+ version: 0.66.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-01 00:00:00.000000000 Z
11
+ date: 2023-10-15 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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.66.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: []