google-apis-cloudasset_v1p1beta1 0.10.0 → 0.11.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: c4a6f77f393b76e73b168b6eb873ba71090aa2cb43f0287a2200d09e8354cf83
4
- data.tar.gz: 797af0239a19d9dfdd717e8b8cfec6805ad380c49cc339104e2b6268d3c2486c
3
+ metadata.gz: c2eb8ff91298dd648b8ea2b484c5408978c50c9c8c53a26bdc0ae4a3b34fb8cc
4
+ data.tar.gz: c16cbe13289f5dfa133d201a4f7101d1c8ffe2c1378883f5eec6c6b21f8dd33a
5
5
  SHA512:
6
- metadata.gz: 37b7bd6a8e66ca924bf670d6365d24d85f943d810683b4ce46bbd5dd19b6112b359738c9c6c58cc0542f550222a833c2cc56825c9b31d5cded4998d6ec80aaac
7
- data.tar.gz: a9918506697185cc7dfb690e9b60942b778ccfb96b14c4f565f50d8486595672adf9b6a1ee2a59cd1dfc7148148ce60d4df81ff2e34aa97cc9daf26607288dda
6
+ metadata.gz: 7453d14a56f3fc60ffabe18cc70d6049126081906274492cfffceaf1f6790821db52605f5f6b4f91087d13ad6d7ad1a361e5f3862fad1125c870180e44313336
7
+ data.tar.gz: 9e61ce94fee0444a440b714ee4ad25aad89310a6a2b2b72bbade74a7cbf0f73f416eedaa8a8c2e854311c6cd9f919b733d34689c3f5487d1efc1ae4562cc9a66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.11.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
3
7
  ### v0.10.0 (2021-07-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210723
@@ -22,6 +22,26 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p1beta1
24
24
 
25
+ # Represents the metadata of the longrunning operation for the
26
+ # AnalyzeIamPolicyLongrunning rpc.
27
+ class AnalyzeIamPolicyLongrunningMetadata
28
+ include Google::Apis::Core::Hashable
29
+
30
+ # Output only. The time the operation was created.
31
+ # Corresponds to the JSON property `createTime`
32
+ # @return [String]
33
+ attr_accessor :create_time
34
+
35
+ def initialize(**args)
36
+ update!(**args)
37
+ end
38
+
39
+ # Update properties of this object
40
+ def update!(**args)
41
+ @create_time = args[:create_time] if args.key?(:create_time)
42
+ end
43
+ end
44
+
25
45
  # A response message for AssetService.AnalyzeIamPolicyLongrunning.
26
46
  class AnalyzeIamPolicyLongrunningResponse
27
47
  include Google::Apis::Core::Hashable
@@ -320,7 +340,7 @@ module Google
320
340
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
321
341
  # roles/resourcemanager.organizationViewer condition: title: expirable access
322
342
  # description: Does not grant access after Sep 2020 expression: request.time <
323
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
343
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
324
344
  # description of IAM and its features, see the [IAM documentation](https://cloud.
325
345
  # google.com/iam/docs/).
326
346
  # Corresponds to the JSON property `iamPolicy`
@@ -1711,7 +1731,7 @@ module Google
1711
1731
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1712
1732
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1713
1733
  # description: Does not grant access after Sep 2020 expression: request.time <
1714
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1734
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1715
1735
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1716
1736
  # google.com/iam/docs/).
1717
1737
  # Corresponds to the JSON property `policy`
@@ -1789,7 +1809,7 @@ module Google
1789
1809
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1790
1810
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1791
1811
  # description: Does not grant access after Sep 2020 expression: request.time <
1792
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1812
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1793
1813
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1794
1814
  # google.com/iam/docs/).
1795
1815
  class Policy
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210723"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p1beta1
24
24
 
25
+ class AnalyzeIamPolicyLongrunningMetadata
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AnalyzeIamPolicyLongrunningResponse
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -262,6 +268,13 @@ module Google
262
268
  include Google::Apis::Core::JsonObjectSupport
263
269
  end
264
270
 
271
+ class AnalyzeIamPolicyLongrunningMetadata
272
+ # @private
273
+ class Representation < Google::Apis::Core::JsonRepresentation
274
+ property :create_time, as: 'createTime'
275
+ end
276
+ end
277
+
265
278
  class AnalyzeIamPolicyLongrunningResponse
266
279
  # @private
267
280
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p1beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.10.0
4
+ version: 0.11.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-09-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/master/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []