google-apis-accesscontextmanager_v1 0.14.0 → 0.17.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: 779416adbecaa8afa7d20fe655240251fd9636a4e5f796ed2d173165eecdfc85
4
- data.tar.gz: 5ed26fc7a5e77b06d3fbedaa0e501e537850ac62f000cb6aead05f2a09f82dd6
3
+ metadata.gz: 9cbc677c041f54eaa936729a2e9999a9e4981e474cf0ffe21fb46d9265161e1f
4
+ data.tar.gz: a044a87d482ff6e62c482bde7832a6b42d8a8eff48225eddd92c24cdd97bbfed
5
5
  SHA512:
6
- metadata.gz: 6885a64a495c9c02a4c9a2696e11a0afda3cea2a14fe798235934980bb839468c343e0230d7ccc07b3563857641b5c8efdfbfac5905f06b5a18e39025483dfce
7
- data.tar.gz: d81b88d1cdd3a191183112ed3605f025c3e6b6c0ad4aac1face37d823c776c01faca71a2f7b0fc1743c7f348c24e2dc6193551bc7128939df07ec2cd3e28ff24
6
+ metadata.gz: 0f810d6add2ee1ff51382334955ad938b044027544d656bb469d9c6c560463a35430d797e4e13acecbc19b98b2b8e8d1393b690e1dffe129b77d82b5d68e4ca0
7
+ data.tar.gz: bd840e5763dfa899a4ee315af757bec00cad2b9c90724347fe7e17dc72b9d35eecf89a828e71b5a4bb26061a2abe87e20383a1f682af451ba92366b9f99a1c6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.17.0 (2022-06-22)
4
+
5
+ * Regenerated from discovery document revision 20220620
6
+
7
+ ### v0.16.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+
11
+ ### v0.15.0 (2022-06-03)
12
+
13
+ * Regenerated from discovery document revision 20220527
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.14.0 (2022-05-07)
4
17
 
5
18
  * Regenerated from discovery document revision 20220503
@@ -665,6 +665,16 @@ module Google
665
665
  class EgressTo
666
666
  include Google::Apis::Core::Hashable
667
667
 
668
+ # A list of external resources that are allowed to be accessed. Only AWS and
669
+ # Azure resources are supported. For Amazon S3, the supported format is s3://
670
+ # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
671
+ # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
672
+ # resource in this list (Example: s3://bucket/path). Currently '*' is not
673
+ # allowed.
674
+ # Corresponds to the JSON property `externalResources`
675
+ # @return [Array<String>]
676
+ attr_accessor :external_resources
677
+
668
678
  # A list of ApiOperations allowed to be performed by the sources specified in
669
679
  # the corresponding EgressFrom. A request matches if it uses an operation/
670
680
  # service in this list.
@@ -687,6 +697,7 @@ module Google
687
697
 
688
698
  # Update properties of this object
689
699
  def update!(**args)
700
+ @external_resources = args[:external_resources] if args.key?(:external_resources)
690
701
  @operations = args[:operations] if args.key?(:operations)
691
702
  @resources = args[:resources] if args.key?(:resources)
692
703
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.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.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220503"
25
+ REVISION = "20220620"
26
26
  end
27
27
  end
28
28
  end
@@ -455,6 +455,7 @@ module Google
455
455
  class EgressTo
456
456
  # @private
457
457
  class Representation < Google::Apis::Core::JsonRepresentation
458
+ collection :external_resources, as: 'externalResources'
458
459
  collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::ApiOperation, decorator: Google::Apis::AccesscontextmanagerV1::ApiOperation::Representation
459
460
 
460
461
  collection :resources, as: 'resources'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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-09 00:00:00.000000000 Z
11
+ date: 2022-06-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.4'
19
+ version: '0.6'
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.6'
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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Access Context Manager API V1