google-apis-accesscontextmanager_v1 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cbc677c041f54eaa936729a2e9999a9e4981e474cf0ffe21fb46d9265161e1f
|
|
4
|
+
data.tar.gz: a044a87d482ff6e62c482bde7832a6b42d8a8eff48225eddd92c24cdd97bbfed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f810d6add2ee1ff51382334955ad938b044027544d656bb469d9c6c560463a35430d797e4e13acecbc19b98b2b8e8d1393b690e1dffe129b77d82b5d68e4ca0
|
|
7
|
+
data.tar.gz: bd840e5763dfa899a4ee315af757bec00cad2b9c90724347fe7e17dc72b9d35eecf89a828e71b5a4bb26061a2abe87e20383a1f682af451ba92366b9f99a1c6e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
669
|
-
#
|
|
670
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|