google-apis-cloudasset_v1beta1 0.7.0 → 0.11.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: 87dc737fd07388ed2794ced52bbd09669a54ddd1d62bbb5525666adfc88b4f79
4
- data.tar.gz: b8d657395441b96aed60d72bff61de79b3ea33419bf6f60e34097361307f68e8
3
+ metadata.gz: 00dd474da4b3a7c0efe2b96bcea74d01b772c3f5c6ed87905244fac7b593348a
4
+ data.tar.gz: 2ef4a4497ab1b9cb2b5a43889b105815186469e4fa93f01d4e69fb4a326dbb2b
5
5
  SHA512:
6
- metadata.gz: e2f4691386ca5936a5fc3454ec463c3c609daa95cfa4aee1028e5f0f6d30cad5374e3631866bcc8cbf791e0ad535866f1c988c1e97909c69165ebc810382739c
7
- data.tar.gz: 8393421472dad0af0003429eb3e671813db1a396cdda0bdd1dcf44a60f574c8fb660a58ff24f992b95d2c659935a24e2a62e42c368e144b7f66b32fc8f113618
6
+ metadata.gz: 82cb20deccb218cce15f5ecafb635a215d01ddc4058c42f462fc37adf57b2e7c05848f883c70c24830a63dfc0ee3d2f78f13d4eb784521353bbd237e817d2202
7
+ data.tar.gz: 4023c6cb5e17682cab24d82ee86613f9d67cc8dc48beb641309f1825c8e5f6fb2ce2cbe5e37fb94e52bc51081c18a0360f967d2b816cdc516fd795e27b636121
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
7
+ ### v0.10.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210813
10
+
11
+ ### v0.9.0 (2021-07-28)
12
+
13
+ * Regenerated from discovery document revision 20210723
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.7.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.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 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
@@ -69,31 +89,31 @@ module Google
69
89
 
70
90
  # An Identity and Access Management (IAM) policy, which specifies access
71
91
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
72
- # A `binding` binds one or more `members` to a single `role`. Members can be
73
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
74
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
75
- # role or a user-created custom role. For some types of Google Cloud resources,
76
- # a `binding` can also specify a `condition`, which is a logical expression that
77
- # allows access to a resource only if the expression evaluates to `true`. A
78
- # condition can add constraints based on attributes of the request, the resource,
79
- # or both. To learn which resources support conditions in their IAM policies,
80
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
81
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
82
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
83
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
84
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
85
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
86
- # title": "expirable access", "description": "Does not grant access after Sep
87
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
88
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
89
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
90
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
91
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
92
- # roles/resourcemanager.organizationViewer condition: title: expirable access
93
- # 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
95
- # description of IAM and its features, see the [IAM documentation](https://cloud.
96
- # google.com/iam/docs/).
92
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
93
+ # Principals can be user accounts, service accounts, Google groups, and domains (
94
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
95
+ # an IAM predefined role or a user-created custom role. For some types of Google
96
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
97
+ # logical expression that allows access to a resource only if the expression
98
+ # evaluates to `true`. A condition can add constraints based on attributes of
99
+ # the request, the resource, or both. To learn which resources support
100
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
101
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
102
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
103
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
104
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
105
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
106
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
107
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
108
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
109
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
110
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
111
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
112
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
113
+ # access description: Does not grant access after Sep 2020 expression: request.
114
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
115
+ # a description of IAM and its features, see the [IAM documentation](https://
116
+ # cloud.google.com/iam/docs/).
97
117
  # Corresponds to the JSON property `iamPolicy`
98
118
  # @return [Google::Apis::CloudassetV1beta1::Policy]
99
119
  attr_accessor :iam_policy
@@ -239,7 +259,7 @@ module Google
239
259
  end
240
260
  end
241
261
 
242
- # Associates `members` with a `role`.
262
+ # Associates `members`, or principals, with a `role`.
243
263
  class Binding
244
264
  include Google::Apis::Core::Hashable
245
265
 
@@ -262,7 +282,7 @@ module Google
262
282
  # @return [Google::Apis::CloudassetV1beta1::Expr]
263
283
  attr_accessor :condition
264
284
 
265
- # Specifies the identities requesting access for a Cloud Platform resource. `
285
+ # Specifies the principals requesting access for a Cloud Platform resource. `
266
286
  # members` can have the following values: * `allUsers`: A special identifier
267
287
  # that represents anyone who is on the internet; with or without a Google
268
288
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -292,8 +312,8 @@ module Google
292
312
  # @return [Array<String>]
293
313
  attr_accessor :members
294
314
 
295
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
296
- # , or `roles/owner`.
315
+ # Role that is assigned to the list of `members`, or principals. For example, `
316
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
297
317
  # Corresponds to the JSON property `role`
298
318
  # @return [String]
299
319
  attr_accessor :role
@@ -487,31 +507,31 @@ module Google
487
507
 
488
508
  # An Identity and Access Management (IAM) policy, which specifies access
489
509
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
490
- # A `binding` binds one or more `members` to a single `role`. Members can be
491
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
492
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
493
- # role or a user-created custom role. For some types of Google Cloud resources,
494
- # a `binding` can also specify a `condition`, which is a logical expression that
495
- # allows access to a resource only if the expression evaluates to `true`. A
496
- # condition can add constraints based on attributes of the request, the resource,
497
- # or both. To learn which resources support conditions in their IAM policies,
498
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
499
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
500
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
501
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
502
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
503
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
504
- # title": "expirable access", "description": "Does not grant access after Sep
505
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
506
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
507
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
508
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
509
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
510
- # roles/resourcemanager.organizationViewer condition: title: expirable access
511
- # 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
513
- # description of IAM and its features, see the [IAM documentation](https://cloud.
514
- # google.com/iam/docs/).
510
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
511
+ # Principals can be user accounts, service accounts, Google groups, and domains (
512
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
513
+ # an IAM predefined role or a user-created custom role. For some types of Google
514
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
515
+ # logical expression that allows access to a resource only if the expression
516
+ # evaluates to `true`. A condition can add constraints based on attributes of
517
+ # the request, the resource, or both. To learn which resources support
518
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
519
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
520
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
521
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
522
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
523
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
524
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
525
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
526
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
527
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
528
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
529
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
530
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
531
+ # access description: Does not grant access after Sep 2020 expression: request.
532
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
533
+ # a description of IAM and its features, see the [IAM documentation](https://
534
+ # cloud.google.com/iam/docs/).
515
535
  # Corresponds to the JSON property `iamPolicy`
516
536
  # @return [Google::Apis::CloudassetV1beta1::Policy]
517
537
  attr_accessor :iam_policy
@@ -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
@@ -1950,31 +1970,31 @@ module Google
1950
1970
 
1951
1971
  # An Identity and Access Management (IAM) policy, which specifies access
1952
1972
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1953
- # A `binding` binds one or more `members` to a single `role`. Members can be
1954
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1955
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1956
- # role or a user-created custom role. For some types of Google Cloud resources,
1957
- # a `binding` can also specify a `condition`, which is a logical expression that
1958
- # allows access to a resource only if the expression evaluates to `true`. A
1959
- # condition can add constraints based on attributes of the request, the resource,
1960
- # or both. To learn which resources support conditions in their IAM policies,
1961
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1962
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1963
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1964
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1965
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1966
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1967
- # title": "expirable access", "description": "Does not grant access after Sep
1968
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1969
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1970
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1971
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1972
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1973
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1974
- # 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
1976
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1977
- # google.com/iam/docs/).
1973
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1974
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1975
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1976
+ # an IAM predefined role or a user-created custom role. For some types of Google
1977
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1978
+ # logical expression that allows access to a resource only if the expression
1979
+ # evaluates to `true`. A condition can add constraints based on attributes of
1980
+ # the request, the resource, or both. To learn which resources support
1981
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1982
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1983
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1984
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1985
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1986
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1987
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1988
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1989
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1990
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1991
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1992
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1993
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1994
+ # access description: Does not grant access after Sep 2020 expression: request.
1995
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1996
+ # a description of IAM and its features, see the [IAM documentation](https://
1997
+ # cloud.google.com/iam/docs/).
1978
1998
  class Policy
1979
1999
  include Google::Apis::Core::Hashable
1980
2000
 
@@ -1983,9 +2003,14 @@ module Google
1983
2003
  # @return [Array<Google::Apis::CloudassetV1beta1::AuditConfig>]
1984
2004
  attr_accessor :audit_configs
1985
2005
 
1986
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1987
- # condition` that determines how and when the `bindings` are applied. Each of
1988
- # the `bindings` must contain at least one member.
2006
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2007
+ # specify a `condition` that determines how and when the `bindings` are applied.
2008
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2009
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2010
+ # can be Google groups. Each occurrence of a principal counts towards these
2011
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2012
+ # example.com`, and not to any other principal, then you can add another 1,450
2013
+ # principals to the `bindings` in the `Policy`.
1989
2014
  # Corresponds to the JSON property `bindings`
1990
2015
  # @return [Array<Google::Apis::CloudassetV1beta1::Binding>]
1991
2016
  attr_accessor :bindings
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.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 = "20211015"
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,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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: