google-apis-cloudasset_v1p7beta1 0.35.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75a58840e339a396066e4c1a0999d6a00a498d03397d31de697cb77174970c67
|
4
|
+
data.tar.gz: 8062429451b0149dfeeec8d1f225a639e7f75f4099d44d66725995024a154b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fdae5447e5f3adbc4aa9798e421f7e4c67ec2a3415ed940a7a7eeccb25a20839666f87e1590a68a48a8c6e85bc78a27deeb42008ab83aa5b164fbd54d683cec
|
7
|
+
data.tar.gz: e10b77462e43ef2563c7ac3317411f6bf6f7385221bcdbf0637963fcbdad13d7078bd180327150208e9bfcf1181a3192a3a1959533ee0b811a05f6f2886d2b6f
|
data/CHANGELOG.md
CHANGED
@@ -1451,9 +1451,8 @@ module Google
|
|
1451
1451
|
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
1452
1452
|
include Google::Apis::Core::Hashable
|
1453
1453
|
|
1454
|
-
# A list of identities that are allowed access through this [EgressPolicy]
|
1455
|
-
#
|
1456
|
-
# individual user or service account only.
|
1454
|
+
# A list of identities that are allowed access through this [EgressPolicy], in
|
1455
|
+
# the format of `user:`email_id`` or `serviceAccount:`email_id``.
|
1457
1456
|
# Corresponds to the JSON property `identities`
|
1458
1457
|
# @return [Array<String>]
|
1459
1458
|
attr_accessor :identities
|
@@ -1619,9 +1618,8 @@ module Google
|
|
1619
1618
|
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
1620
1619
|
include Google::Apis::Core::Hashable
|
1621
1620
|
|
1622
|
-
# A list of identities that are allowed access through this ingress policy
|
1623
|
-
#
|
1624
|
-
# individual user or service account only.
|
1621
|
+
# A list of identities that are allowed access through this ingress policy, in
|
1622
|
+
# the format of `user:`email_id`` or `serviceAccount:`email_id``.
|
1625
1623
|
# Corresponds to the JSON property `identities`
|
1626
1624
|
# @return [Array<String>]
|
1627
1625
|
attr_accessor :identities
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1p7beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1p7beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240126"
|
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-cloudasset_v1p7beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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: 2024-
|
11
|
+
date: 2024-02-04 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-cloudasset_v1p7beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|