google-apis-cloudasset_v1 0.4.0 → 0.5.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: d32094b60417d5b0be65ca6ede4506106897899799b74c9738301f578f577a59
4
- data.tar.gz: 501c92c0fb7a189714022498d11270df22d6a526c6dd29866cfaf3969a312c97
3
+ metadata.gz: 58723644befdfd48e35fefcf78bc2fe55e4cba02131e1808d3ac90cfba4bf6ef
4
+ data.tar.gz: f0f8b4361eaf3ff287a2012df0e402dc036a15ad2518d47c79ec9c3ae04999c2
5
5
  SHA512:
6
- metadata.gz: 981c1be1d5940d37ae20449aa5d9816fc1cf32067469f18b232372a8693c0cf861ae6d2fc74f33977c557cc370ddcbc7f0716a21f6d729635dcf20755f188c12
7
- data.tar.gz: e8e54fc05a9f67ec270325f5d536053f083f42ac048c55747649b32dc2cee3c6da84758f20f0ff08d3d6a0bed1b367d0b90dd905b43e5801755cd55d43b67dbd
6
+ metadata.gz: 7739168303baeed6c45c573def833b5f3a4f05a210bc2d588e3b88e4e8ffdf62281d03fa592e8e76ff57174dcbd710bc33e423ac5981177d941bf744e51b04db
7
+ data.tar.gz: 7952724d89ab6defc572ed8044a9c1039415129848940b4696b323e1f846cf66c2f6be0adc32fe1a4239c7da8d69022ab4e2cfe247b423c03a63423212be7007
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.5.0 (2021-03-09)
4
+
5
+ * Regenerated from discovery document revision 20210305
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210226
@@ -75,6 +75,19 @@ module Google
75
75
  end
76
76
  end
77
77
 
78
+ # A response message for AssetService.AnalyzeIamPolicyLongrunning.
79
+ class AnalyzeIamPolicyLongrunningResponse
80
+ include Google::Apis::Core::Hashable
81
+
82
+ def initialize(**args)
83
+ update!(**args)
84
+ end
85
+
86
+ # Update properties of this object
87
+ def update!(**args)
88
+ end
89
+ end
90
+
78
91
  # A response message for AssetService.AnalyzeIamPolicy.
79
92
  class AnalyzeIamPolicyResponse
80
93
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210305"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AnalyzeIamPolicyLongrunningResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class AnalyzeIamPolicyResponse
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -556,6 +562,12 @@ module Google
556
562
  end
557
563
  end
558
564
 
565
+ class AnalyzeIamPolicyLongrunningResponse
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ end
569
+ end
570
+
559
571
  class AnalyzeIamPolicyResponse
560
572
  # @private
561
573
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1
57
57
  post_install_message:
58
58
  rdoc_options: []