google-apis-cloudasset_v1p4beta1 0.13.0 → 0.16.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: 76e03138f8944ea3c83a80085359d8815d8fdd065894060b7bb75a26fb9d8085
4
- data.tar.gz: 96e1d8652e1588fce5ae66a51f4415755c940c4ae3cdd44d4de274b31f227e28
3
+ metadata.gz: 47b0a5dbae7b6124a098cc3de77be7ad425aea660dc3f9b6339f2232a22e6971
4
+ data.tar.gz: 675915b73dda90defdb6c09975058e1d9ffe3d75662b71a55db47ac638bf2199
5
5
  SHA512:
6
- metadata.gz: 8811d9f06a76ae7484b1550d1579e93e4d4dd79f01c9dbd3b6fcb63090f9cd09c66c1bb68b6122c9f979ebacc9fe379882a85cd0bc4ac91d26d14599ba5dd257
7
- data.tar.gz: cb2b2d7cb06772f83dc9adbdd42c67fa5a0876f0516ca1a599717c7858cd7973fe2d5e69c9d432da61d6511e4791aadeefb5cf3a89ff5513e78f4ce6d9a0c5b4
6
+ metadata.gz: 8d14acead1ef16dcaa148778fbbe1893f87fb4e119590b660ddb19f3d0b2f08f05a37853c3be851f577212161b11186d736e8dcb5de4df3ca7e5aa03ba40996e
7
+ data.tar.gz: ceaa63d6724326c47ee6a7c3692e5e9ab7e5023e69a3fbbc06fc7ccf0ce23d12ec1bc7dedc1f7fa428c4d3855bde9a053e2a3da56efbc5633857e21cf63ca41d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
2
2
 
3
+ ### v0.16.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+ * Regenerated from discovery document revision 20220528
7
+
8
+ ### v0.15.0 (2022-05-05)
9
+
10
+ * Regenerated from discovery document revision 20220429
11
+
12
+ ### v0.14.0 (2022-04-13)
13
+
14
+ * Regenerated from discovery document revision 20220412
15
+ * Regenerated using generator version 0.4.1
16
+
3
17
  ### v0.13.0 (2021-12-14)
4
18
 
5
19
  * Unspecified changes
@@ -139,8 +139,8 @@ module Google
139
139
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
140
140
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
141
141
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
142
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
143
- # DATA_WRITE logging.
142
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
143
+ # from DATA_WRITE logging.
144
144
  class AuditConfig
145
145
  include Google::Apis::Core::Hashable
146
146
 
@@ -220,7 +220,7 @@ module Google
220
220
  # @return [Google::Apis::CloudassetV1p4beta1::Expr]
221
221
  attr_accessor :condition
222
222
 
223
- # Specifies the principals requesting access for a Cloud Platform resource. `
223
+ # Specifies the principals requesting access for a Google Cloud resource. `
224
224
  # members` can have the following values: * `allUsers`: A special identifier
225
225
  # that represents anyone who is on the internet; with or without a Google
226
226
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1624,6 +1624,13 @@ module Google
1624
1624
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1625
1625
  include Google::Apis::Core::Hashable
1626
1626
 
1627
+ # A list of external resources that are allowed to be accessed. A request
1628
+ # matches if it contains an external resource in this list (Example: s3://bucket/
1629
+ # path). Currently '*' is not allowed.
1630
+ # Corresponds to the JSON property `externalResources`
1631
+ # @return [Array<String>]
1632
+ attr_accessor :external_resources
1633
+
1627
1634
  # A list of ApiOperations allowed to be performed by the sources specified in
1628
1635
  # the corresponding EgressFrom. A request matches if it uses an operation/
1629
1636
  # service in this list.
@@ -1646,6 +1653,7 @@ module Google
1646
1653
 
1647
1654
  # Update properties of this object
1648
1655
  def update!(**args)
1656
+ @external_resources = args[:external_resources] if args.key?(:external_resources)
1649
1657
  @operations = args[:operations] if args.key?(:operations)
1650
1658
  @resources = args[:resources] if args.key?(:resources)
1651
1659
  end
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
25
+ REVISION = "20220528"
26
26
  end
27
27
  end
28
28
  end
@@ -711,6 +711,7 @@ module Google
711
711
  class GoogleIdentityAccesscontextmanagerV1EgressTo
712
712
  # @private
713
713
  class Representation < Google::Apis::Core::JsonRepresentation
714
+ collection :external_resources, as: 'externalResources'
714
715
  collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
715
716
 
716
717
  collection :resources, as: 'resources'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.16.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/main/generated/google-apis-cloudasset_v1p4beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p4beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p4beta1