google-apis-cloudasset_v1p1beta1 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: d3f08144dcd82b9bc38e509c2e943ed97c592bacce6214aa888ccf800c01030c
4
- data.tar.gz: e9bc636f06dab18851964fd724551b2eafa64d26bb5352f433dd597315dd30ac
3
+ metadata.gz: ac4109c86d8e578a413677ac49614336016c55f63ef84e0d91bba84fd074dd1d
4
+ data.tar.gz: a5548a180fee59b3d05f12b6b8db139caf883be3dbbb33777e45311e7932a9eb
5
5
  SHA512:
6
- metadata.gz: 39f313947edf95e4ef76062b9d664cc99d11b027131a687f72306f5541e85abe1477069cf756cd319c6ea46b341aa34ab7b2e0c30f62871dd37206b8e78bd88d
7
- data.tar.gz: 2cae7827bc83b79e3dd3aa365a011e944fc944621e1d5552d099c432927be2b431301bd01ea2e45e94891892e6c1b3ff1043fc0463ea37e56e9f802a1a696075
6
+ metadata.gz: 1c6ee5511e9c057bcaa01ffe32e9cd1573cc05d3f964569967934c47ac63856bfbd613ba99cfe8238f571fdee815092e8333f55f52596ae36e86695638247181
7
+ data.tar.gz: 42ae05b8d07fc0c3166ade0928112dc2c373e0f4caf08525bcf86daa1007c5f19eaebb766951313f56d984223af201a33590a14c1b644e8dd65d27095bed1949
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
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_v1p1beta1"
51
51
  client = Google::Apis::CloudassetV1p1beta1::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::CloudassetV1p1beta1::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 CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 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_v1p1beta1
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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.16.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: []
@@ -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 V1p1beta1