google-apis-cloudasset_v1p1beta1 0.28.0 → 0.29.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: d226ff26c0b932a52d61a3cba503d3ccaee83739791590ce97a2bd8e25226bbf
4
- data.tar.gz: fa4d93cf0c0c4f5a26cb9d5a5c809e08611c5f3b753275d6d2e543cd9a960cde
3
+ metadata.gz: cdf0be8c6e0cf00a05af1849ca45614ecee9b65b8f1c82ae1a864b61b9352e35
4
+ data.tar.gz: a290b8364756daa61261c5a33354abd2c075b46ba4e1b9e3b563286f9a9ecf37
5
5
  SHA512:
6
- metadata.gz: 0f8abecb6987447af35a770ffb7758ae65f4fd57a722cddbbe2f7038162044d252d7d347af930a1d845ae48a0389eb076c4f460ae779a8a49fdc1b76ff24258d
7
- data.tar.gz: dbc8603081e060c4b4ac5557cba627e13c83aefcb27788660b1392d446b5f68f858a0427e3858ac57b31902a6823d10cb6024eb490c9b77adc0cfb4c8a250014
6
+ metadata.gz: f60ba37a4b2a476624ae040ddb5f1afff42836d8cae154a1475479cf90105acec2d0b3f9a680fcb4ada4dfef1a47f4ba1602d7c08e8721e317ade21e5c89e767
7
+ data.tar.gz: bad5294e8960eeb692bafe4c668e20221905857813be4749c6115b25e80f4d3e4f5c88232235c94d566c037fa440f81d7c4fa1fc91d2cdddae31ee2ac9acd9f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.29.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230729
6
+
3
7
  ### v0.28.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -1088,8 +1088,8 @@ module Google
1088
1088
  attr_accessor :members
1089
1089
 
1090
1090
  # Whether to negate the Condition. If true, the Condition becomes a NAND over
1091
- # its non-empty fields, each field must be false for the Condition overall to be
1092
- # satisfied. Defaults to false.
1091
+ # its non-empty fields. Any non-empty field criteria evaluating to false will
1092
+ # result in the Condition to be satisfied. Defaults to false.
1093
1093
  # Corresponds to the JSON property `negate`
1094
1094
  # @return [Boolean]
1095
1095
  attr_accessor :negate
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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 = "20230128"
25
+ REVISION = "20230729"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []