google-apis-cloudasset_v1p4beta1 0.9.0 → 0.10.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: 75e19248b8886bb588815c5e9cbe1bb760fc75099f1c49fdb9c5e29739298859
4
- data.tar.gz: '018bd5df0a33a44931cfa0cacd04f6642a90a09d97959af2401355a4506bddf8'
3
+ metadata.gz: 97a99f565412aa5c4b550af6460c7d68897dd6c84e39eed3d8ac5c66bcda7335
4
+ data.tar.gz: 25a870a4f1843e939d4a85ae88f6020a40dc8686b915f8a2e9eade53b12a08b3
5
5
  SHA512:
6
- metadata.gz: 0d5e6a477929500bc33fe1fdb3e4a9996b9b7ebddef4868f8ce0a288f5dc140f3ea8cbd86c12c2f1725607cdabe299317353e428b9628cf52e5ddb56aa530f8b
7
- data.tar.gz: 86eff17333f0eeb5485d1314ce8af8737cd9de4db85a4c1609bf2e9033b2da091f418efb4ae8053c611b5436490f78fb29f1ad35c114513b62598862e72b5ec1
6
+ metadata.gz: 25ddf8b39f6bfdf8e35b941d497db57a119d21ed75ceaaab17c7c338c7c23fd16154913871eb9ce4a55026095ee0245b216b1b1ec252a3bf01dcf77049392a86
7
+ data.tar.gz: 1d688fb12a44b997ecf5ffa28a231f98a0b7207b748465c18628e6490e3a0f9f9d3885b07912f6d0e0f7c6c37e61f7494e50c4bc37b33cf22001734c8bcee34f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
3
7
  ### v0.9.0 (2021-07-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210723
@@ -51,6 +51,26 @@ module Google
51
51
  end
52
52
  end
53
53
 
54
+ # Represents the metadata of the longrunning operation for the
55
+ # AnalyzeIamPolicyLongrunning rpc.
56
+ class AnalyzeIamPolicyLongrunningMetadata
57
+ include Google::Apis::Core::Hashable
58
+
59
+ # Output only. The time the operation was created.
60
+ # Corresponds to the JSON property `createTime`
61
+ # @return [String]
62
+ attr_accessor :create_time
63
+
64
+ def initialize(**args)
65
+ update!(**args)
66
+ end
67
+
68
+ # Update properties of this object
69
+ def update!(**args)
70
+ @create_time = args[:create_time] if args.key?(:create_time)
71
+ end
72
+ end
73
+
54
74
  # A response message for AssetService.AnalyzeIamPolicyLongrunning.
55
75
  class AnalyzeIamPolicyLongrunningResponse
56
76
  include Google::Apis::Core::Hashable
@@ -642,7 +662,7 @@ module Google
642
662
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
643
663
  # roles/resourcemanager.organizationViewer condition: title: expirable access
644
664
  # description: Does not grant access after Sep 2020 expression: request.time <
645
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
665
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
646
666
  # description of IAM and its features, see the [IAM documentation](https://cloud.
647
667
  # google.com/iam/docs/).
648
668
  # Corresponds to the JSON property `iamPolicy`
@@ -2352,7 +2372,7 @@ module Google
2352
2372
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2353
2373
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2354
2374
  # description: Does not grant access after Sep 2020 expression: request.time <
2355
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2375
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2356
2376
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2357
2377
  # google.com/iam/docs/).
2358
2378
  class Policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class AnalyzeIamPolicyLongrunningMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class AnalyzeIamPolicyLongrunningResponse
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -354,6 +360,13 @@ module Google
354
360
  end
355
361
  end
356
362
 
363
+ class AnalyzeIamPolicyLongrunningMetadata
364
+ # @private
365
+ class Representation < Google::Apis::Core::JsonRepresentation
366
+ property :create_time, as: 'createTime'
367
+ end
368
+ end
369
+
357
370
  class AnalyzeIamPolicyLongrunningResponse
358
371
  # @private
359
372
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p4beta1'
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_v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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_v1p4beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
63
63
  post_install_message:
64
64
  rdoc_options: []