google-apis-cloudasset_v1 0.37.0 → 0.38.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: eb1fd56a17dccd382b3e9f3e96ab0c0cbc7ff75cf99f2413a79a6fbaffd313b0
4
- data.tar.gz: c75cbbcc0c084446958becef99d6e2d4855ff0c628e51ffd382b40642cacbe35
3
+ metadata.gz: 8847ed167e248d266294c1296bd48fa1e3cb269993a214ad7fe657e55e238559
4
+ data.tar.gz: 93661fc7356a02e5beee2e75ba21289f8bb3f9623f4b23830c524dea51475f9e
5
5
  SHA512:
6
- metadata.gz: e2abc8fcc1ec1f7b4a534decc8a5edf0f7539cd008c1a46906a6d934f8eca2eb7626594960e846df638358e7cd468505db21115170e121c021df2513590dea68
7
- data.tar.gz: db26303d23822b34316ef6f9c32bbb025fe648b8536cb301d12b8b491ee5a5b07c58ec998f1153232f1cf7bdec7d2b966aa80dce3aec622288512fb500294338
6
+ metadata.gz: e5d9d29e43d95a0613528251666a490cbeb64c036db0379108e039aa4599e38bac657196e08159814e9d94a28de81613ef8581c8e2d7502fa7f114d3eb0032fc
7
+ data.tar.gz: 0b762df355f244656ae008acc5cd5e94f2f5d3961165856919a8bf14449a5129c35b138bc28912e715210872cac2efa7706e9eea4a448a0cf7da1c39d37353ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.38.0 (2022-06-07)
4
+
5
+ * Regenerated from discovery document revision 20220604
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.37.0 (2022-05-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20220520
@@ -2394,6 +2394,13 @@ module Google
2394
2394
  class GoogleIdentityAccesscontextmanagerV1EgressTo
2395
2395
  include Google::Apis::Core::Hashable
2396
2396
 
2397
+ # A list of external resources that are allowed to be accessed. A request
2398
+ # matches if it contains an external resource in this list (Example: s3://bucket/
2399
+ # path). Currently '*' is not allowed.
2400
+ # Corresponds to the JSON property `externalResources`
2401
+ # @return [Array<String>]
2402
+ attr_accessor :external_resources
2403
+
2397
2404
  # A list of ApiOperations allowed to be performed by the sources specified in
2398
2405
  # the corresponding EgressFrom. A request matches if it uses an operation/
2399
2406
  # service in this list.
@@ -2416,6 +2423,7 @@ module Google
2416
2423
 
2417
2424
  # Update properties of this object
2418
2425
  def update!(**args)
2426
+ @external_resources = args[:external_resources] if args.key?(:external_resources)
2419
2427
  @operations = args[:operations] if args.key?(:operations)
2420
2428
  @resources = args[:resources] if args.key?(:resources)
2421
2429
  end
@@ -4113,7 +4121,8 @@ module Google
4113
4121
  end
4114
4122
  end
4115
4123
 
4116
- # A result of Resource Search, containing information of a cloud resource.
4124
+ # A result of Resource Search, containing information of a cloud resource. Next
4125
+ # ID: 28
4117
4126
  class ResourceSearchResult
4118
4127
  include Google::Apis::Core::Hashable
4119
4128
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
25
+ REVISION = "20220604"
26
26
  end
27
27
  end
28
28
  end
@@ -1213,6 +1213,7 @@ module Google
1213
1213
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1214
1214
  # @private
1215
1215
  class Representation < Google::Apis::Core::JsonRepresentation
1216
+ collection :external_resources, as: 'externalResources'
1216
1217
  collection :operations, as: 'operations', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
1217
1218
 
1218
1219
  collection :resources, as: 'resources'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-05-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []