google-apis-cloudasset_v1beta1 0.6.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: 578e21568333d55a488c00764fa3b751e6079cc399c0a42c7df2ff5cc7d33cd9
4
- data.tar.gz: d290095e1a88b414e8f567f2aa502a4e144d5dffbe3719fbdb0d34c799203c68
3
+ metadata.gz: 8e2736a99b34dd69d71204703c66cd31dd08570741298dc14167805cc2ecb5b3
4
+ data.tar.gz: ef9ce75fe7e829a297b4f4fabfc1a07a0d29db8175e2ce2c1119ac6abd9b9c53
5
5
  SHA512:
6
- metadata.gz: 816fe289c26ba3e0f0b8f9f1245f2f3739881ec6ccae02cd7ebb4fd53d1c7f7dc63fa0f8bb1a0019e9359fcfdf29396202918cdf785bc763e9ac302b7afbdcc9
7
- data.tar.gz: 2b68f28bc122e34ab7085f9a3bc9fabc50b363a197b1ef4882df6fb537140c809dba74d8fce124cbffe8439a9de3bc082b7a1ba33f6b418bc3bde2c6cee0eb9f
6
+ metadata.gz: b7d6a7ab28b21b179265800cbec7d97f151ab9cc95017257cf0546107599694312a5b2128c8a48951e04c890c49daab8d09a84018b579f55aa3876bd937d6000
7
+ data.tar.gz: bd723ef4a4cbcca190e4f3449fc4d8442edf5a8e9528b2ab8e5382776c2a355efab532be5baf14dc0579fb143294a7d942f79e51962bc268e57a3492e6a0131d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.9.0 (2021-07-28)
8
+
9
+ * Regenerated from discovery document revision 20210723
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.7.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.6.0 (2021-05-19)
4
20
 
5
21
  * Unspecified changes
@@ -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') - etag: BwWWja0YfJA= - version: 3 For a
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') - etag: BwWWja0YfJA= - version: 3 For a
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`
@@ -1066,8 +1086,8 @@ module Google
1066
1086
 
1067
1087
  # Required. Resource name for the Access Level. The `short_name` component must
1068
1088
  # begin with a letter and only include alphanumeric and '_'. Format: `
1069
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1070
- # the `short_name` component is 50 characters.
1089
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1090
+ # length of the `access_level` component is 50 characters.
1071
1091
  # Corresponds to the JSON property `name`
1072
1092
  # @return [String]
1073
1093
  attr_accessor :name
@@ -1108,7 +1128,7 @@ module Google
1108
1128
  attr_accessor :etag
1109
1129
 
1110
1130
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1111
- # policy_id``
1131
+ # access_policy``
1112
1132
  # Corresponds to the JSON property `name`
1113
1133
  # @return [String]
1114
1134
  attr_accessor :name
@@ -1713,7 +1733,7 @@ module Google
1713
1733
 
1714
1734
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1715
1735
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1716
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1736
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1717
1737
  # Corresponds to the JSON property `name`
1718
1738
  # @return [String]
1719
1739
  attr_accessor :name
@@ -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') - etag: BwWWja0YfJA= - version: 3 For a
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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210416"
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 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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Asset API V1beta1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []