google-apis-cloudasset_v1beta1 0.35.0 → 0.36.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: f99be2e2cf410760594d60541e3563b8cd8fe8b4d60d484cda82119e2a8ed412
|
|
4
|
+
data.tar.gz: '09cc5ab5dcd501313953f9e46ddb27969728c84ae22ead60c07f68592dd6e016'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18612739652b027f79fb1e9a1e6395336b82a3cbbc0aa42879743a355dc0aacb717b0c617d8b058079630b420de5c35e6a6f065c683ed7a6557d324621f4c0fe
|
|
7
|
+
data.tar.gz: 25bcde81f67ba4f2497097ce3785640f3ccb408e6be2fa93417f750c062be2394ad1cef7be3feab2c8811c62b821c95caa1c54dcb9ac490a214b9ae4f76d4c8e
|
data/CHANGELOG.md
CHANGED
|
@@ -1448,9 +1448,8 @@ module Google
|
|
|
1448
1448
|
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
|
1449
1449
|
include Google::Apis::Core::Hashable
|
|
1450
1450
|
|
|
1451
|
-
# A list of identities that are allowed access through this [EgressPolicy]
|
|
1452
|
-
#
|
|
1453
|
-
# individual user or service account only.
|
|
1451
|
+
# A list of identities that are allowed access through this [EgressPolicy], in
|
|
1452
|
+
# the format of `user:`email_id`` or `serviceAccount:`email_id``.
|
|
1454
1453
|
# Corresponds to the JSON property `identities`
|
|
1455
1454
|
# @return [Array<String>]
|
|
1456
1455
|
attr_accessor :identities
|
|
@@ -1616,9 +1615,8 @@ module Google
|
|
|
1616
1615
|
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
|
1617
1616
|
include Google::Apis::Core::Hashable
|
|
1618
1617
|
|
|
1619
|
-
# A list of identities that are allowed access through this ingress policy
|
|
1620
|
-
#
|
|
1621
|
-
# individual user or service account only.
|
|
1618
|
+
# A list of identities that are allowed access through this ingress policy, in
|
|
1619
|
+
# the format of `user:`email_id`` or `serviceAccount:`email_id``.
|
|
1622
1620
|
# Corresponds to the JSON property `identities`
|
|
1623
1621
|
# @return [Array<String>]
|
|
1624
1622
|
attr_accessor :identities
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1beta1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1beta1 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_v1beta1
|
|
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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.36.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|