google-apis-accesscontextmanager_v1 0.62.0 → 0.63.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: 45bc549ac2b98da41b3b831f1294e0ca459222f2eb05f4a3c1cb573ab2e51aff
|
|
4
|
+
data.tar.gz: e70f4d9e54f0f6259fbd3d02137e653bd64ffb1fd0ebc8c82e7dd16b7aa1fe21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a6178a8cb778e52700f1d039d617ade57ccb95a0abd84b717b19b046cd40ea47c56a4fab601c7d7c24bbafc8450610fcaf12d75b245c94d6d594fdacd1e44e1
|
|
7
|
+
data.tar.gz: 622ec36c08bca8189b68760124fdc108d7070bdab168d6a16c44e566957b24184a7661d1e85ac581fbf2c066781f24bc0aee1b4f662a34ee356269a0435ffe6e
|
data/CHANGELOG.md
CHANGED
|
@@ -780,10 +780,8 @@ module Google
|
|
|
780
780
|
|
|
781
781
|
# A list of identities that are allowed access through [EgressPolicy].
|
|
782
782
|
# Identities can be an individual user, service account, Google group, or third-
|
|
783
|
-
# party identity. For
|
|
784
|
-
#
|
|
785
|
-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
|
786
|
-
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
|
783
|
+
# party identity. For the list of supported identity types, see https://docs.
|
|
784
|
+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
|
|
787
785
|
# Corresponds to the JSON property `identities`
|
|
788
786
|
# @return [Array<String>]
|
|
789
787
|
attr_accessor :identities
|
|
@@ -1182,10 +1180,8 @@ module Google
|
|
|
1182
1180
|
|
|
1183
1181
|
# A list of identities that are allowed access through [IngressPolicy].
|
|
1184
1182
|
# Identities can be an individual user, service account, Google group, or third-
|
|
1185
|
-
# party identity. For
|
|
1186
|
-
#
|
|
1187
|
-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
|
1188
|
-
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
|
1183
|
+
# party identity. For the list of supported identity types, see https://docs.
|
|
1184
|
+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
|
|
1189
1185
|
# Corresponds to the JSON property `identities`
|
|
1190
1186
|
# @return [Array<String>]
|
|
1191
1187
|
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.63.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 = "20260311"
|
|
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.63.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.63.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:
|