google-apis-cloudasset_v1p5beta1 0.13.0 → 0.16.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: 718c6bbebaccbfa8d8689695a2f7bee02c7b8bb5aa06977f701e5bf01beb97b8
4
- data.tar.gz: 57c766f991f457168ec503050fe18ac223eb07b425d9c0ff7629a5577a35592c
3
+ metadata.gz: ffff59ac0bc10441d965e49212e14a11cfdd974a86333c79a6d31c0daadb4ba5
4
+ data.tar.gz: 872536735bcb10bfc12376730ca2b1ee4e941bc125bdb45884c7d2286634bf35
5
5
  SHA512:
6
- metadata.gz: ed52aa823e41cf802a8ec887b7e21ebae6e813ed5bd81e0f4ffaa6edfa1e76ec7e0a1d1771043ca185ab108b3fa78dacb3a66bed89ee35d986507592c569db37
7
- data.tar.gz: 1973fd7e82e153982cf874ef79c1ff5594402faaa3adf35899225bc8ec31da1558ce04c2e92c988e91cabf3ba8ef82b207de2f695ca23008e9f83a14e76dcc67
6
+ metadata.gz: a7fa5a2708f4e5b0aadc1a7135af06e50839098dbeacf369963448d14124b5b2fb26faa5a196705de02f6c0bb015061511f78f9bd4096de0b14d4ab25eb9c429
7
+ data.tar.gz: 35478f9d268eeff2e3663c5687eea425e68dec04d529b07a94d1fa0c5b0f6f8c30d119a1cacd6cac33665ac8663f027df5f1e15837e1f2ea2f0c3049af772620
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.16.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.15.0 (2022-04-13)
8
+
9
+ * Regenerated from discovery document revision 20220412
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.14.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.13.0 (2021-12-02)
4
17
 
5
18
  * Regenerated from discovery document revision 20211125
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudasset_v1p5beta1"
51
51
  client = Google::Apis::CloudassetV1p5beta1::CloudAssetService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -193,8 +193,8 @@ module Google
193
193
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
194
194
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
195
195
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
196
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
197
- # DATA_WRITE logging.
196
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
197
+ # from DATA_WRITE logging.
198
198
  class AuditConfig
199
199
  include Google::Apis::Core::Hashable
200
200
 
@@ -274,7 +274,7 @@ module Google
274
274
  # @return [Google::Apis::CloudassetV1p5beta1::Expr]
275
275
  attr_accessor :condition
276
276
 
277
- # Specifies the principals requesting access for a Cloud Platform resource. `
277
+ # Specifies the principals requesting access for a Google Cloud resource. `
278
278
  # members` can have the following values: * `allUsers`: A special identifier
279
279
  # that represents anyone who is on the internet; with or without a Google
280
280
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
25
+ REVISION = "20220429"
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_v1p5beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.16.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: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2022-05-09 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_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p5beta1