google-apis-accesscontextmanager_v1 0.63.0 → 0.64.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: f0ed8d9ea54342665ef13442adac8ba38dce26eca66a1338ba6c259c1a694b73
|
|
4
|
+
data.tar.gz: 4a9af1286816eb8db8780005ab3cad08be0b47ea45db84d0ccf3d5f0cc3c333c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50990d7733196e069d41d3110ceeef0a124b0585670575f002b6c4ba2545ea093aa75430d8f23c090a58a3218a77533c68bb3bb1ce1b36ee29846c07b91aca40
|
|
7
|
+
data.tar.gz: f15ea6d065ea3b4549275476714ffdd456b53eacd6c9dfcd87a3676b66e6a2919bab42843ca420cb2403f3db2e015f198a7e1e72e1f922feab53d04a75f26ee9
|
data/CHANGELOG.md
CHANGED
|
@@ -779,9 +779,10 @@ module Google
|
|
|
779
779
|
include Google::Apis::Core::Hashable
|
|
780
780
|
|
|
781
781
|
# A list of identities that are allowed access through [EgressPolicy].
|
|
782
|
-
# Identities can be an individual user, service account, Google group,
|
|
783
|
-
# party identity. For the list of supported identity types,
|
|
784
|
-
# cloud.google.com/vpc-service-controls/docs/supported-
|
|
782
|
+
# Identities can be an individual user, service account, Google group, third-
|
|
783
|
+
# party identity, or agent identity. For the list of supported identity types,
|
|
784
|
+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
|
|
785
|
+
# identities.
|
|
785
786
|
# Corresponds to the JSON property `identities`
|
|
786
787
|
# @return [Array<String>]
|
|
787
788
|
attr_accessor :identities
|
|
@@ -1179,9 +1180,10 @@ module Google
|
|
|
1179
1180
|
include Google::Apis::Core::Hashable
|
|
1180
1181
|
|
|
1181
1182
|
# A list of identities that are allowed access through [IngressPolicy].
|
|
1182
|
-
# Identities can be an individual user, service account, Google group,
|
|
1183
|
-
# party identity. For the list of supported identity types,
|
|
1184
|
-
# cloud.google.com/vpc-service-controls/docs/supported-
|
|
1183
|
+
# Identities can be an individual user, service account, Google group, third-
|
|
1184
|
+
# party identity, or agent identity. For the list of supported identity types,
|
|
1185
|
+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
|
|
1186
|
+
# identities.
|
|
1185
1187
|
# Corresponds to the JSON property `identities`
|
|
1186
1188
|
# @return [Array<String>]
|
|
1187
1189
|
attr_accessor :identities
|
|
@@ -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.64.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260329"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.64.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.64.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|