google-apis-accesscontextmanager_v1 0.16.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: d25420dcd44b76698422d740e44c26432845a3a8e357156102340e3c3ef202e4
4
- data.tar.gz: d5535431c9ac4d3e6e7bd7716de688d9b1db855a40518ce4ad2456465527c003
3
+ metadata.gz: 9cbc677c041f54eaa936729a2e9999a9e4981e474cf0ffe21fb46d9265161e1f
4
+ data.tar.gz: a044a87d482ff6e62c482bde7832a6b42d8a8eff48225eddd92c24cdd97bbfed
5
5
  SHA512:
6
- metadata.gz: 436da7198b085b110752bb4541d008c4c7154f47dd0c753293cbcf03ba852e7fca4870729b2b977366a95c376568e654b475942a462dac2455f5edc94784205f
7
- data.tar.gz: a6bbc45a78ec77fc2c017bd44854db2a30507fd395734bfb15e277c8998bb3985d975087948da7d13bc94818a516b9e495bd4e2af82b102424e90b378fbb6f36
6
+ metadata.gz: 0f810d6add2ee1ff51382334955ad938b044027544d656bb469d9c6c560463a35430d797e4e13acecbc19b98b2b8e8d1393b690e1dffe129b77d82b5d68e4ca0
7
+ data.tar.gz: bd840e5763dfa899a4ee315af757bec00cad2b9c90724347fe7e17dc72b9d35eecf89a828e71b5a4bb26061a2abe87e20383a1f682af451ba92366b9f99a1c6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.16.0 (2022-06-19)
4
8
 
5
9
  * Regenerated using generator version 0.7.0
@@ -665,9 +665,12 @@ 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. A request
669
- # matches if it contains an external resource in this list (Example: s3://bucket/
670
- # path). Currently '*' is not allowed.
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.
671
674
  # Corresponds to the JSON property `externalResources`
672
675
  # @return [Array<String>]
673
676
  attr_accessor :external_resources
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220527"
25
+ REVISION = "20220620"
26
26
  end
27
27
  end
28
28
  end
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.16.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-06-20 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
@@ -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.16.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: []