google-apis-cloudasset_v1p5beta1 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: cb8527fa6c7343beb7c79fa997f4667845cd9c8755aeb2f352ddd0ff3b4ac7b5
4
- data.tar.gz: 5cf70ef3edad856c6f90b7fd8d567a79e36c7a9141c32bbdc70ba9047f8cf5c6
3
+ metadata.gz: ec3a13717e72f4cfaa5777248d81bca3c4fa56079db354134c7b46f358e31aa2
4
+ data.tar.gz: 06b59c2b7805524ae5dbb69e5babaab275c0b1be43f5e5757fc03d4e4f13b616
5
5
  SHA512:
6
- metadata.gz: 582aa8b013f97846595144fef7b4291015e638b5f017b7155519ce1218b7c0eadb65e0fc0865d7a0bd5f018e5080bfee909977ac7b2c1be081ca2b978754a6a6
7
- data.tar.gz: b98d4021bbd12e12eb64de79af8b666f0b8866a16e414e199ad45d5189c5dd3b390f7a1730584dded54376acf792b189dda6842f8d0982e72a19d87c63377363
6
+ metadata.gz: 215df327ec5dda242c3fdd2918e1eea79170b9afb6d5969763412bdc5231201a6f638345b1b0f7d72f7aa0607b665a30b2c2ed3f19e1ee6c940294382d417338
7
+ data.tar.gz: be971aac6b45d1b1c3b8a29c3175bba331f5a5dce9853b32cdfe9563876e33c159b3de054bee1d6ec1b44363bbfaf27488d99620d8f3e96e8d2b31278b6e275d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
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 CloudassetV1p5beta1
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
@@ -101,7 +121,7 @@ module Google
101
121
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
102
122
  # roles/resourcemanager.organizationViewer condition: title: expirable access
103
123
  # description: Does not grant access after Sep 2020 expression: request.time <
104
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
124
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
105
125
  # description of IAM and its features, see the [IAM documentation](https://cloud.
106
126
  # google.com/iam/docs/).
107
127
  # Corresponds to the JSON property `iamPolicy`
@@ -422,7 +442,7 @@ module Google
422
442
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
423
443
  # roles/resourcemanager.organizationViewer condition: title: expirable access
424
444
  # description: Does not grant access after Sep 2020 expression: request.time <
425
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
445
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
426
446
  # description of IAM and its features, see the [IAM documentation](https://cloud.
427
447
  # google.com/iam/docs/).
428
448
  # Corresponds to the JSON property `iamPolicy`
@@ -1837,7 +1857,7 @@ module Google
1837
1857
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1838
1858
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1839
1859
  # description: Does not grant access after Sep 2020 expression: request.time <
1840
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1860
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1841
1861
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1842
1862
  # google.com/iam/docs/).
1843
1863
  class Policy
@@ -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.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 CloudassetV1p5beta1
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
 
@@ -244,6 +250,13 @@ module Google
244
250
  include Google::Apis::Core::JsonObjectSupport
245
251
  end
246
252
 
253
+ class AnalyzeIamPolicyLongrunningMetadata
254
+ # @private
255
+ class Representation < Google::Apis::Core::JsonRepresentation
256
+ property :create_time, as: 'createTime'
257
+ end
258
+ end
259
+
247
260
  class AnalyzeIamPolicyLongrunningResponse
248
261
  # @private
249
262
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p5beta1'
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_v1p5beta1
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_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1
63
63
  post_install_message:
64
64
  rdoc_options: []