google-apis-cloudasset_v1beta1 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e2736a99b34dd69d71204703c66cd31dd08570741298dc14167805cc2ecb5b3
|
4
|
+
data.tar.gz: ef9ce75fe7e829a297b4f4fabfc1a07a0d29db8175e2ce2c1119ac6abd9b9c53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7d6a7ab28b21b179265800cbec7d97f151ab9cc95017257cf0546107599694312a5b2128c8a48951e04c890c49daab8d09a84018b579f55aa3876bd937d6000
|
7
|
+
data.tar.gz: bd723ef4a4cbcca190e4f3449fc4d8442edf5a8e9528b2ab8e5382776c2a355efab532be5baf14dc0579fb143294a7d942f79e51962bc268e57a3492e6a0131d
|
data/CHANGELOG.md
CHANGED
@@ -22,6 +22,26 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudassetV1beta1
|
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
|
@@ -91,7 +111,7 @@ module Google
|
|
91
111
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
92
112
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
93
113
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
94
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
114
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
95
115
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
96
116
|
# google.com/iam/docs/).
|
97
117
|
# Corresponds to the JSON property `iamPolicy`
|
@@ -509,7 +529,7 @@ module Google
|
|
509
529
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
510
530
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
511
531
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
512
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
532
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
513
533
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
514
534
|
# google.com/iam/docs/).
|
515
535
|
# Corresponds to the JSON property `iamPolicy`
|
@@ -1972,7 +1992,7 @@ module Google
|
|
1972
1992
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
1973
1993
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
1974
1994
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
1975
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1995
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
1976
1996
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
1977
1997
|
# google.com/iam/docs/).
|
1978
1998
|
class Policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1beta1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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 CloudassetV1beta1
|
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
|
|
@@ -286,6 +292,13 @@ module Google
|
|
286
292
|
include Google::Apis::Core::JsonObjectSupport
|
287
293
|
end
|
288
294
|
|
295
|
+
class AnalyzeIamPolicyLongrunningMetadata
|
296
|
+
# @private
|
297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
298
|
+
property :create_time, as: 'createTime'
|
299
|
+
end
|
300
|
+
end
|
301
|
+
|
289
302
|
class AnalyzeIamPolicyLongrunningResponse
|
290
303
|
# @private
|
291
304
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|