google-apis-cloudasset_v1p5beta1 0.9.0 → 0.13.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: '080adb349c9ba9ae488471967255ad15211f6ee352354b152183dc209d7754bb'
4
- data.tar.gz: a2ee13f9fbbedb08eca349b9579823e115d0988565cfc5e548fed98b3371da24
3
+ metadata.gz: 718c6bbebaccbfa8d8689695a2f7bee02c7b8bb5aa06977f701e5bf01beb97b8
4
+ data.tar.gz: 57c766f991f457168ec503050fe18ac223eb07b425d9c0ff7629a5577a35592c
5
5
  SHA512:
6
- metadata.gz: ad46c72ffd0a8717747a90e854289efad30867a59aaa7a53269b543b20e64239081bd47c42048674feb0d0e6a379beb857cc06fd81d3f6119cf6a0b8bccb1e7a
7
- data.tar.gz: a9e7be8a7fc8d86ca8624b6278d57b30deaf4496307e7cf0922a2adf02e0f683d7a4772868e4b202b91964681a00d2e86f8762405b27658e49ed2c3bf8b93181
6
+ metadata.gz: ed52aa823e41cf802a8ec887b7e21ebae6e813ed5bd81e0f4ffaa6edfa1e76ec7e0a1d1771043ca185ab108b3fa78dacb3a66bed89ee35d986507592c569db37
7
+ data.tar.gz: 1973fd7e82e153982cf874ef79c1ff5594402faaa3adf35899225bc8ec31da1558ce04c2e92c988e91cabf3ba8ef82b207de2f695ca23008e9f83a14e76dcc67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.13.0 (2021-12-02)
4
+
5
+ * Regenerated from discovery document revision 20211125
6
+
7
+ ### v0.12.0 (2021-10-20)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.11.0 (2021-09-01)
12
+
13
+ * Regenerated from discovery document revision 20210813
14
+
15
+ ### v0.10.0 (2021-07-28)
16
+
17
+ * Regenerated from discovery document revision 20210723
18
+
3
19
  ### v0.9.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudasset service in particular.)
67
67
 
@@ -22,6 +22,26 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p5beta1
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
@@ -79,31 +99,31 @@ module Google
79
99
 
80
100
  # An Identity and Access Management (IAM) policy, which specifies access
81
101
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
82
- # A `binding` binds one or more `members` to a single `role`. Members can be
83
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
84
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
85
- # role or a user-created custom role. For some types of Google Cloud resources,
86
- # a `binding` can also specify a `condition`, which is a logical expression that
87
- # allows access to a resource only if the expression evaluates to `true`. A
88
- # condition can add constraints based on attributes of the request, the resource,
89
- # or both. To learn which resources support conditions in their IAM policies,
90
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
91
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
92
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
93
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
94
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
95
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
96
- # title": "expirable access", "description": "Does not grant access after Sep
97
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
98
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
99
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
100
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
101
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
102
- # roles/resourcemanager.organizationViewer condition: title: expirable access
103
- # description: Does not grant access after Sep 2020 expression: request.time <
104
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
105
- # description of IAM and its features, see the [IAM documentation](https://cloud.
106
- # google.com/iam/docs/).
102
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
103
+ # Principals can be user accounts, service accounts, Google groups, and domains (
104
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
105
+ # an IAM predefined role or a user-created custom role. For some types of Google
106
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
107
+ # logical expression that allows access to a resource only if the expression
108
+ # evaluates to `true`. A condition can add constraints based on attributes of
109
+ # the request, the resource, or both. To learn which resources support
110
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
111
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
112
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
113
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
114
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
115
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
116
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
117
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
118
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
119
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
120
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
121
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
122
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
123
+ # access description: Does not grant access after Sep 2020 expression: request.
124
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
125
+ # a description of IAM and its features, see the [IAM documentation](https://
126
+ # cloud.google.com/iam/docs/).
107
127
  # Corresponds to the JSON property `iamPolicy`
108
128
  # @return [Google::Apis::CloudassetV1p5beta1::Policy]
109
129
  attr_accessor :iam_policy
@@ -231,7 +251,7 @@ module Google
231
251
  end
232
252
  end
233
253
 
234
- # Associates `members` with a `role`.
254
+ # Associates `members`, or principals, with a `role`.
235
255
  class Binding
236
256
  include Google::Apis::Core::Hashable
237
257
 
@@ -254,7 +274,7 @@ module Google
254
274
  # @return [Google::Apis::CloudassetV1p5beta1::Expr]
255
275
  attr_accessor :condition
256
276
 
257
- # Specifies the identities requesting access for a Cloud Platform resource. `
277
+ # Specifies the principals requesting access for a Cloud Platform resource. `
258
278
  # members` can have the following values: * `allUsers`: A special identifier
259
279
  # that represents anyone who is on the internet; with or without a Google
260
280
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -284,8 +304,8 @@ module Google
284
304
  # @return [Array<String>]
285
305
  attr_accessor :members
286
306
 
287
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
288
- # , or `roles/owner`.
307
+ # Role that is assigned to the list of `members`, or principals. For example, `
308
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
289
309
  # Corresponds to the JSON property `role`
290
310
  # @return [String]
291
311
  attr_accessor :role
@@ -400,31 +420,31 @@ module Google
400
420
 
401
421
  # An Identity and Access Management (IAM) policy, which specifies access
402
422
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
403
- # A `binding` binds one or more `members` to a single `role`. Members can be
404
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
405
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
406
- # role or a user-created custom role. For some types of Google Cloud resources,
407
- # a `binding` can also specify a `condition`, which is a logical expression that
408
- # allows access to a resource only if the expression evaluates to `true`. A
409
- # condition can add constraints based on attributes of the request, the resource,
410
- # or both. To learn which resources support conditions in their IAM policies,
411
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
412
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
413
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
414
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
415
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
416
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
417
- # title": "expirable access", "description": "Does not grant access after Sep
418
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
419
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
420
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
421
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
422
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
423
- # roles/resourcemanager.organizationViewer condition: title: expirable access
424
- # description: Does not grant access after Sep 2020 expression: request.time <
425
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
426
- # description of IAM and its features, see the [IAM documentation](https://cloud.
427
- # google.com/iam/docs/).
423
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
424
+ # Principals can be user accounts, service accounts, Google groups, and domains (
425
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
426
+ # an IAM predefined role or a user-created custom role. For some types of Google
427
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
428
+ # logical expression that allows access to a resource only if the expression
429
+ # evaluates to `true`. A condition can add constraints based on attributes of
430
+ # the request, the resource, or both. To learn which resources support
431
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
432
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
433
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
434
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
435
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
436
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
437
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
438
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
439
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
440
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
441
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
442
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
443
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
444
+ # access description: Does not grant access after Sep 2020 expression: request.
445
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
446
+ # a description of IAM and its features, see the [IAM documentation](https://
447
+ # cloud.google.com/iam/docs/).
428
448
  # Corresponds to the JSON property `iamPolicy`
429
449
  # @return [Google::Apis::CloudassetV1p5beta1::Policy]
430
450
  attr_accessor :iam_policy
@@ -979,8 +999,8 @@ module Google
979
999
 
980
1000
  # Required. Resource name for the Access Level. The `short_name` component must
981
1001
  # begin with a letter and only include alphanumeric and '_'. Format: `
982
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
983
- # the `short_name` component is 50 characters.
1002
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1003
+ # length of the `access_level` component is 50 characters.
984
1004
  # Corresponds to the JSON property `name`
985
1005
  # @return [String]
986
1006
  attr_accessor :name
@@ -1021,7 +1041,7 @@ module Google
1021
1041
  attr_accessor :etag
1022
1042
 
1023
1043
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1024
- # policy_id``
1044
+ # access_policy``
1025
1045
  # Corresponds to the JSON property `name`
1026
1046
  # @return [String]
1027
1047
  attr_accessor :name
@@ -1032,6 +1052,21 @@ module Google
1032
1052
  # @return [String]
1033
1053
  attr_accessor :parent
1034
1054
 
1055
+ # The scopes of a policy define which resources an ACM policy can restrict, and
1056
+ # where ACM resources can be referenced. For example, a policy with scopes=["
1057
+ # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
1058
+ # projects within folders/123 - access levels can only be referenced by
1059
+ # resources within folders/123. If empty, there are no limitations on which
1060
+ # resources can be restricted by an ACM policy, and there are no limitations on
1061
+ # where ACM resources can be referenced. Only one policy can include a given
1062
+ # scope (attempting to create a second policy which includes "folders/123" will
1063
+ # result in an error). Currently, scopes cannot be modified after a policy is
1064
+ # created. Currently, policies can only have a single scope. Format: list of `
1065
+ # folders/`folder_number`` or `projects/`project_number``
1066
+ # Corresponds to the JSON property `scopes`
1067
+ # @return [Array<String>]
1068
+ attr_accessor :scopes
1069
+
1035
1070
  # Required. Human readable title. Does not affect behavior.
1036
1071
  # Corresponds to the JSON property `title`
1037
1072
  # @return [String]
@@ -1046,6 +1081,7 @@ module Google
1046
1081
  @etag = args[:etag] if args.key?(:etag)
1047
1082
  @name = args[:name] if args.key?(:name)
1048
1083
  @parent = args[:parent] if args.key?(:parent)
1084
+ @scopes = args[:scopes] if args.key?(:scopes)
1049
1085
  @title = args[:title] if args.key?(:title)
1050
1086
  end
1051
1087
  end
@@ -1626,7 +1662,7 @@ module Google
1626
1662
 
1627
1663
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1628
1664
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1629
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1665
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1630
1666
  # Corresponds to the JSON property `name`
1631
1667
  # @return [String]
1632
1668
  attr_accessor :name
@@ -1815,31 +1851,31 @@ module Google
1815
1851
 
1816
1852
  # An Identity and Access Management (IAM) policy, which specifies access
1817
1853
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1818
- # A `binding` binds one or more `members` to a single `role`. Members can be
1819
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1820
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1821
- # role or a user-created custom role. For some types of Google Cloud resources,
1822
- # a `binding` can also specify a `condition`, which is a logical expression that
1823
- # allows access to a resource only if the expression evaluates to `true`. A
1824
- # condition can add constraints based on attributes of the request, the resource,
1825
- # or both. To learn which resources support conditions in their IAM policies,
1826
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1827
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1828
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1829
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1830
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1831
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1832
- # title": "expirable access", "description": "Does not grant access after Sep
1833
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1834
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1835
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1836
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1837
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1838
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1839
- # description: Does not grant access after Sep 2020 expression: request.time <
1840
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1841
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1842
- # google.com/iam/docs/).
1854
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1855
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1856
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1857
+ # an IAM predefined role or a user-created custom role. For some types of Google
1858
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1859
+ # logical expression that allows access to a resource only if the expression
1860
+ # evaluates to `true`. A condition can add constraints based on attributes of
1861
+ # the request, the resource, or both. To learn which resources support
1862
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1863
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1864
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1865
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1866
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1867
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1868
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1869
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1870
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1871
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1872
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1873
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1874
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1875
+ # access description: Does not grant access after Sep 2020 expression: request.
1876
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1877
+ # a description of IAM and its features, see the [IAM documentation](https://
1878
+ # cloud.google.com/iam/docs/).
1843
1879
  class Policy
1844
1880
  include Google::Apis::Core::Hashable
1845
1881
 
@@ -1848,9 +1884,14 @@ module Google
1848
1884
  # @return [Array<Google::Apis::CloudassetV1p5beta1::AuditConfig>]
1849
1885
  attr_accessor :audit_configs
1850
1886
 
1851
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1852
- # condition` that determines how and when the `bindings` are applied. Each of
1853
- # the `bindings` must contain at least one member.
1887
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1888
+ # specify a `condition` that determines how and when the `bindings` are applied.
1889
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1890
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1891
+ # can be Google groups. Each occurrence of a principal counts towards these
1892
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1893
+ # example.com`, and not to any other principal, then you can add another 1,450
1894
+ # principals to the `bindings` in the `Policy`.
1854
1895
  # Corresponds to the JSON property `bindings`
1855
1896
  # @return [Array<Google::Apis::CloudassetV1p5beta1::Binding>]
1856
1897
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210518"
25
+ REVISION = "20211125"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p5beta1
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
 
@@ -244,6 +250,13 @@ module Google
244
250
  include Google::Apis::Core::JsonObjectSupport
245
251
  end
246
252
 
253
+ class AnalyzeIamPolicyLongrunningMetadata
254
+ # @private
255
+ class Representation < Google::Apis::Core::JsonRepresentation
256
+ property :create_time, as: 'createTime'
257
+ end
258
+ end
259
+
247
260
  class AnalyzeIamPolicyLongrunningResponse
248
261
  # @private
249
262
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -433,6 +446,7 @@ module Google
433
446
  property :etag, as: 'etag'
434
447
  property :name, as: 'name'
435
448
  property :parent, as: 'parent'
449
+ collection :scopes, as: 'scopes'
436
450
  property :title, as: 'title'
437
451
  end
438
452
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p5beta1'
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_v1p5beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: