google-apis-cloudasset_v1 0.94.0 → 0.95.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1/classes.rb +4 -8
- data/lib/google/apis/cloudasset_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 294a8c1fca20555b0584e57742420e76138f975d2ea8cde51f2b2d2464f19292
|
|
4
|
+
data.tar.gz: 643386712a1944662cea5c6b52f5264775d5513b897e8ec3729b29f826c6a008
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c3daec732c858859d7906dabfd26d533fe1647a556f7a4a4a5dc0d8e46b5309eed680feedb76f0aa814593580d5b180962aa57ba164054eab8292b8ce11bd7c
|
|
7
|
+
data.tar.gz: 738f0da27d9ccb694fb013570e957478819697f75c034cf519aeb1cc865d25c8614ead6d7a2ca6803278a8b30ef40405728ebc4c08f4e513927404742f9459a9
|
data/CHANGELOG.md
CHANGED
|
@@ -3196,10 +3196,8 @@ module Google
|
|
|
3196
3196
|
|
|
3197
3197
|
# A list of identities that are allowed access through [EgressPolicy].
|
|
3198
3198
|
# Identities can be an individual user, service account, Google group, or third-
|
|
3199
|
-
# party identity. For
|
|
3200
|
-
#
|
|
3201
|
-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
|
3202
|
-
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
|
3199
|
+
# party identity. For the list of supported identity types, see https://docs.
|
|
3200
|
+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
|
|
3203
3201
|
# Corresponds to the JSON property `identities`
|
|
3204
3202
|
# @return [Array<String>]
|
|
3205
3203
|
attr_accessor :identities
|
|
@@ -3392,10 +3390,8 @@ module Google
|
|
|
3392
3390
|
|
|
3393
3391
|
# A list of identities that are allowed access through [IngressPolicy].
|
|
3394
3392
|
# Identities can be an individual user, service account, Google group, or third-
|
|
3395
|
-
# party identity. For
|
|
3396
|
-
#
|
|
3397
|
-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
|
3398
|
-
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
|
3393
|
+
# party identity. For the list of supported identity types, see https://docs.
|
|
3394
|
+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
|
|
3399
3395
|
# Corresponds to the JSON property `identities`
|
|
3400
3396
|
# @return [Array<String>]
|
|
3401
3397
|
attr_accessor :identities
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.95.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 = "20260314"
|
|
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-cloudasset_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.95.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-cloudasset_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.95.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|