google-apis-cloudasset_v1p4beta1 0.12.0 → 0.15.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: c4bdab9f91e2db077c8406263cc25a69738bf64025fdf2d327a922f9fe24ce22
4
- data.tar.gz: c8efa81881aaeb3a1cd790e6022c37af4dfec446b7ddef54deff4a53254faf13
3
+ metadata.gz: 9e68abc531ed292f80ee283d971daa23eb9e18deb76145ac8e798b59c6c3fed4
4
+ data.tar.gz: 36f8fe9be7096454b93c4ad55f8261b505292465aa702de9e28d71598df57a69
5
5
  SHA512:
6
- metadata.gz: 11e35e1073b26241c353ea72238f737c4c4007786c65db7dd74dc47089169e5ce5a6ad97ea2383be6c4dc1396e7cb0b56a59413c558583f4f5ab192de211534d
7
- data.tar.gz: 20d3c2eda0aab950c93b981bf2ea17ec400f55f99f3c5ad32d09d6d0ec706a66e74eab8388d48d64108a020e58d20c69177198fa6828a9f69531a1fddbf511b3
6
+ metadata.gz: 7a31235711e0b6586c7b6fa49c198353513c19026600123fe63d89860b669b5cf81131dd024512890cc45bef46997b57288f5e81c09f306dccef62bdf3ec0601
7
+ data.tar.gz: 287e7199f50a5a0cdbb2cfdf610f07d80148c0a0596b5dc50bccf1d3cabd5064abc960eaedcf7cc2daf5d4dd05e67dbbeb1ee96a40f9d97774d2db0237eb937b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
2
2
 
3
+ ### v0.15.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.14.0 (2022-04-13)
8
+
9
+ * Regenerated from discovery document revision 20220412
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.13.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.12.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_v1p4beta1"
51
51
  client = Google::Apis::CloudassetV1p4beta1::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.
@@ -139,8 +139,8 @@ module Google
139
139
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
140
140
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
141
141
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
142
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
143
- # DATA_WRITE logging.
142
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
143
+ # from DATA_WRITE logging.
144
144
  class AuditConfig
145
145
  include Google::Apis::Core::Hashable
146
146
 
@@ -220,7 +220,7 @@ module Google
220
220
  # @return [Google::Apis::CloudassetV1p4beta1::Expr]
221
221
  attr_accessor :condition
222
222
 
223
- # Specifies the principals requesting access for a Cloud Platform resource. `
223
+ # Specifies the principals requesting access for a Google Cloud resource. `
224
224
  # members` can have the following values: * `allUsers`: A special identifier
225
225
  # that represents anyone who is on the internet; with or without a Google
226
226
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.15.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_v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.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_v1p4beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p4beta1
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 V1p4beta1