google-apis-cloudasset_v1p4beta1 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: d3cef2f7bbf838cbf423e0a5d51a92a0425c6e093f006bafcd8373217f22d78f
4
- data.tar.gz: 19df6ec1a25a7d60f3d1dde5694cdb3ec2afd7f564aeb5907732bf6f3128f4f0
3
+ metadata.gz: 97a99f565412aa5c4b550af6460c7d68897dd6c84e39eed3d8ac5c66bcda7335
4
+ data.tar.gz: 25a870a4f1843e939d4a85ae88f6020a40dc8686b915f8a2e9eade53b12a08b3
5
5
  SHA512:
6
- metadata.gz: f115593940ab62f784a1ee8168769394bf5c18a3a0063bcf18e0ff5b6041cb2ccca5b71980d9cd18410b8d80eef6052302c6a6f89bdece0cba521c3c8d298816
7
- data.tar.gz: fad6027103f7dd5b639520e744ab88578ed3bb5cf1669b5708f3be095cafdadd83a2863c18cba2dd805a04608a32ec2b8d814bb1961c4deb071189185c208869
6
+ metadata.gz: 25ddf8b39f6bfdf8e35b941d497db57a119d21ed75ceaaab17c7c338c7c23fd16154913871eb9ce4a55026095ee0245b216b1b1ec252a3bf01dcf77049392a86
7
+ data.tar.gz: 1d688fb12a44b997ecf5ffa28a231f98a0b7207b748465c18628e6490e3a0f9f9d3885b07912f6d0e0f7c6c37e61f7494e50c4bc37b33cf22001734c8bcee34f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
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
@@ -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`
@@ -1199,8 +1219,8 @@ module Google
1199
1219
 
1200
1220
  # Required. Resource name for the Access Level. The `short_name` component must
1201
1221
  # begin with a letter and only include alphanumeric and '_'. Format: `
1202
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1203
- # the `short_name` component is 50 characters.
1222
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1223
+ # length of the `access_level` component is 50 characters.
1204
1224
  # Corresponds to the JSON property `name`
1205
1225
  # @return [String]
1206
1226
  attr_accessor :name
@@ -1241,7 +1261,7 @@ module Google
1241
1261
  attr_accessor :etag
1242
1262
 
1243
1263
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1244
- # policy_id``
1264
+ # access_policy``
1245
1265
  # Corresponds to the JSON property `name`
1246
1266
  # @return [String]
1247
1267
  attr_accessor :name
@@ -1846,7 +1866,7 @@ module Google
1846
1866
 
1847
1867
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1848
1868
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1849
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1869
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1850
1870
  # Corresponds to the JSON property `name`
1851
1871
  # @return [String]
1852
1872
  attr_accessor :name
@@ -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.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
@@ -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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p4beta1
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 V1p4beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their 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_v1p4beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
57
63
  post_install_message:
58
64
  rdoc_options: []