google-apis-cloudasset_v1p7beta1 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: 85b0955ace9dab2a01bd6d4d52b7cb4bb8174751e93a7178183b6adbeb0dac14
4
- data.tar.gz: 1c1449513d4f081aa54a7f1afccd87ae38436154e6230dfa140c10e742667222
3
+ metadata.gz: 6817bef61305283c5a8a6436dac081906784cb9f7d2d68385e687daaebaec632
4
+ data.tar.gz: a2cee98fa1d8fd3b797a75f3d8a21ef96a45bc4614d711354b52bf4020ac9f22
5
5
  SHA512:
6
- metadata.gz: 0fbba6defe2e65777ab382bb3b105fe064bff1e758d320f1ab4746f86a484245e9d6d59605b1265571a70724445479719957d61519df59f343a5c733cf4e5e1b
7
- data.tar.gz: 196e622b3972a2d4d0398e11931e5cb4fbecb5cfe2b699282388026f2e23dd30e40b77e2bd1ed233ce39213eb5c9d048e25345691993337214b2a1f9fa6aa461
6
+ metadata.gz: dcb0ab1f79a5b6153c6af24dbd77b43ef7babb0f246e733e913dc0714ed9f15572c510766fec5ccf02eba43e5e09ec9362ccade12d934627921400a76bc9e510
7
+ data.tar.gz: 29af325a66552b45c1b415cd0846394fca148268a71994a57ab57da83ad2586617984afdd7037f0200fd862e05f22c0d3118ca4e3af4606ddf6ead80b86d014d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
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_v1p7beta1"
51
51
  client = Google::Apis::CloudassetV1p7beta1::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.
@@ -68,8 +68,8 @@ module Google
68
68
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
69
69
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
70
70
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
71
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
72
- # DATA_WRITE logging.
71
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
72
+ # from DATA_WRITE logging.
73
73
  class AuditConfig
74
74
  include Google::Apis::Core::Hashable
75
75
 
@@ -149,7 +149,7 @@ module Google
149
149
  # @return [Google::Apis::CloudassetV1p7beta1::Expr]
150
150
  attr_accessor :condition
151
151
 
152
- # Specifies the principals requesting access for a Cloud Platform resource. `
152
+ # Specifies the principals requesting access for a Google Cloud resource. `
153
153
  # members` can have the following values: * `allUsers`: A special identifier
154
154
  # that represents anyone who is on the internet; with or without a Google
155
155
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 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_v1p7beta1
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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
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 V1p7beta1