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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudasset_v1/service.rb +17 -14
- 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: 440009e1f0e3d01b7222ca9fee2fd3dda905f84e445bef1dcb38d251a2c66708
|
4
|
+
data.tar.gz: 7a2f60a1e3aecfcc186009415f0994f33e4a4db16144eac139e15030cf15a24f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61c2cf7fd950b3bf3c0e568038a03b8280e46205e8281b6dfa9678a7287c5ffe32132f8112039821709684026339e258ca4d5f1bb2a0593b888137c8f6477116
|
7
|
+
data.tar.gz: 47c5536599bffc293675a74d1fcfcda5b9483f582a0474d2761838198b9d10ca80b92c8c64ed6addc817834bd8f9bbc40ae46c7b861ad3068cbfbce7f6bc52a0
|
data/CHANGELOG.md
CHANGED
@@ -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.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 = "
|
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`. * `
|
1348
|
-
#
|
1349
|
-
#
|
1350
|
-
#
|
1351
|
-
#
|
1352
|
-
#
|
1353
|
-
#
|
1354
|
-
#
|
1355
|
-
#
|
1356
|
-
#
|
1357
|
-
#
|
1358
|
-
#
|
1359
|
-
#
|
1360
|
-
#
|
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.
|
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-
|
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.
|
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: []
|