google-apis-cloudasset_v1p7beta1 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: '0899c7fc2001d5715a8d1c557c64b2561c67d423c4a4499cbb692368542e5d3c'
4
- data.tar.gz: b023c2dfbf69bae59fce97a550ac86b9689deaae6b08808b67702866c26bc95d
3
+ metadata.gz: 9fbd2902e0018edfbccd980e5e3ef9d07aa87a5f77332321723310444b6ed188
4
+ data.tar.gz: 969e74ae8124445d6b792143efa8dd2c2ebf661cec5e06a06a80e82bab857f36
5
5
  SHA512:
6
- metadata.gz: 38a4f435bafdbddaa4b8620af66a9ed2e475bdbe5f2e8b0466a5b98c4e1dcdd35514846f8d5204c5d32dd77d55f9347bab46aec71a1631e9050e244eacdd98ab
7
- data.tar.gz: d3e571e9fe06ca122196a195eb1f8466dba0752c417f7da83b17c1bfcf4347787877e8fee8b22a26f89670c91c774fa53f219ac0a6c9d9a4b2840b37bf587ef4
6
+ metadata.gz: d341e01658b11563e5ca5ca379527fe6f6f7fdc0e7117886961f658d87b3357620b5854ecfc5cf5eba6aea76d4b393bf823f236c30c869cec5b43c1deec60250
7
+ data.tar.gz: 82464b665e1035ef39e65d2b4a2243fcb905866769e75d12438e905acd142ff600cb121e597ef20e4204578826d6449a8582befa9d8d6d1b4197c9fbe86a856d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
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 CloudassetV1p7beta1
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
@@ -297,7 +317,7 @@ module Google
297
317
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
298
318
  # roles/resourcemanager.organizationViewer condition: title: expirable access
299
319
  # description: Does not grant access after Sep 2020 expression: request.time <
300
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
320
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
301
321
  # description of IAM and its features, see the [IAM documentation](https://cloud.
302
322
  # google.com/iam/docs/).
303
323
  # Corresponds to the JSON property `iamPolicy`
@@ -1957,7 +1977,7 @@ module Google
1957
1977
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1958
1978
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1959
1979
  # description: Does not grant access after Sep 2020 expression: request.time <
1960
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1980
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1961
1981
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1962
1982
  # google.com/iam/docs/).
1963
1983
  class Policy
@@ -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.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 CloudassetV1p7beta1
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
 
@@ -268,6 +274,13 @@ module Google
268
274
  include Google::Apis::Core::JsonObjectSupport
269
275
  end
270
276
 
277
+ class AnalyzeIamPolicyLongrunningMetadata
278
+ # @private
279
+ class Representation < Google::Apis::Core::JsonRepresentation
280
+ property :create_time, as: 'createTime'
281
+ end
282
+ end
283
+
271
284
  class AnalyzeIamPolicyLongrunningResponse
272
285
  # @private
273
286
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p7beta1'
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_v1p7beta1
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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p7beta1
63
63
  post_install_message:
64
64
  rdoc_options: []