google-apis-cloudasset_v1 0.52.0 → 0.53.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 +34 -31
- data/lib/google/apis/cloudasset_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 996096adfb401ed86d0100f336f1063e014dee96ff10ba9cd5e5759c227a32c0
|
|
4
|
+
data.tar.gz: 9904d5c6f0bd34086a226b3b729cd7363172d5796ac908242d98cb8c5b8f9ced
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65842f064eb935bdab86ab49ac73574dc8d24df62bf678fd7d5918083aaea5558eb0ad7a482a57e13bc491ddaecee520d1a12b08f06b820f35cb97656a796e88
|
|
7
|
+
data.tar.gz: 66c35c39603c74444d014a668cdbd7d4770c376aa73abc2de8ef6361baebc1f9c47aae6574bd422d7b1c9af8d7083a219ea47be9cca78df90c8cf07abf140189
|
data/CHANGELOG.md
CHANGED
|
@@ -489,9 +489,10 @@ module Google
|
|
|
489
489
|
# has a target outside of the `ServicePerimeter`, the request will be blocked.
|
|
490
490
|
# Otherwise the request is allowed. There are two types of Service Perimeter -
|
|
491
491
|
# Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
|
|
492
|
-
# Cloud project can only belong to a single regular Service
|
|
493
|
-
# Perimeter Bridges can contain only Google Cloud projects as
|
|
494
|
-
# Google Cloud project may belong to multiple Service
|
|
492
|
+
# Cloud project or VPC network can only belong to a single regular Service
|
|
493
|
+
# Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
|
|
494
|
+
# members, a single Google Cloud project may belong to multiple Service
|
|
495
|
+
# Perimeter Bridges.
|
|
495
496
|
# Corresponds to the JSON property `servicePerimeter`
|
|
496
497
|
# @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
|
|
497
498
|
attr_accessor :service_perimeter
|
|
@@ -779,22 +780,22 @@ module Google
|
|
|
779
780
|
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
|
780
781
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
781
782
|
# email address that represents a Google group. For example, `admins@example.com`
|
|
782
|
-
# . * `
|
|
783
|
-
#
|
|
784
|
-
#
|
|
785
|
-
#
|
|
786
|
-
# the
|
|
787
|
-
#
|
|
788
|
-
#
|
|
783
|
+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
|
784
|
+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
|
|
785
|
+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
|
786
|
+
# representing a user that has been recently deleted. For example, `alice@
|
|
787
|
+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
|
|
788
|
+
# reverts to `user:`emailid`` and the recovered user retains the role in the
|
|
789
|
+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
|
|
790
|
+
# (plus unique identifier) representing a service account that has been recently
|
|
791
|
+
# deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
789
792
|
# 123456789012345678901`. If the service account is undeleted, this value
|
|
790
793
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
791
794
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
792
795
|
# An email address (plus unique identifier) representing a Google group that has
|
|
793
796
|
# been recently deleted. For example, `admins@example.com?uid=
|
|
794
797
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
795
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
796
|
-
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
|
797
|
-
# of that domain. For example, `google.com` or `example.com`.
|
|
798
|
+
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
798
799
|
# Corresponds to the JSON property `members`
|
|
799
800
|
# @return [Array<String>]
|
|
800
801
|
attr_accessor :members
|
|
@@ -2172,9 +2173,10 @@ module Google
|
|
|
2172
2173
|
# has a target outside of the `ServicePerimeter`, the request will be blocked.
|
|
2173
2174
|
# Otherwise the request is allowed. There are two types of Service Perimeter -
|
|
2174
2175
|
# Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
|
|
2175
|
-
# Cloud project can only belong to a single regular Service
|
|
2176
|
-
# Perimeter Bridges can contain only Google Cloud projects as
|
|
2177
|
-
# Google Cloud project may belong to multiple Service
|
|
2176
|
+
# Cloud project or VPC network can only belong to a single regular Service
|
|
2177
|
+
# Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
|
|
2178
|
+
# members, a single Google Cloud project may belong to multiple Service
|
|
2179
|
+
# Perimeter Bridges.
|
|
2178
2180
|
# Corresponds to the JSON property `servicePerimeter`
|
|
2179
2181
|
# @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
|
|
2180
2182
|
attr_accessor :service_perimeter
|
|
@@ -3230,10 +3232,10 @@ module Google
|
|
|
3230
3232
|
# A Google Cloud resource that is allowed to ingress the perimeter. Requests
|
|
3231
3233
|
# from these resources will be allowed to access perimeter data. Currently only
|
|
3232
3234
|
# projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
|
|
3233
|
-
# format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
|
|
3234
|
-
#
|
|
3235
|
-
# organization that the perimeter is defined in. `*` is not allowed,
|
|
3236
|
-
# allowing all Google Cloud resources only is not supported.
|
|
3235
|
+
# network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
|
|
3236
|
+
# networks/`NAME``. The project may be in any Google Cloud organization, not
|
|
3237
|
+
# just the organization that the perimeter is defined in. `*` is not allowed,
|
|
3238
|
+
# the case of allowing all Google Cloud resources only is not supported.
|
|
3237
3239
|
# Corresponds to the JSON property `resource`
|
|
3238
3240
|
# @return [String]
|
|
3239
3241
|
attr_accessor :resource
|
|
@@ -3352,9 +3354,10 @@ module Google
|
|
|
3352
3354
|
# has a target outside of the `ServicePerimeter`, the request will be blocked.
|
|
3353
3355
|
# Otherwise the request is allowed. There are two types of Service Perimeter -
|
|
3354
3356
|
# Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
|
|
3355
|
-
# Cloud project can only belong to a single regular Service
|
|
3356
|
-
# Perimeter Bridges can contain only Google Cloud projects as
|
|
3357
|
-
# Google Cloud project may belong to multiple Service
|
|
3357
|
+
# Cloud project or VPC network can only belong to a single regular Service
|
|
3358
|
+
# Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
|
|
3359
|
+
# members, a single Google Cloud project may belong to multiple Service
|
|
3360
|
+
# Perimeter Bridges.
|
|
3358
3361
|
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
|
3359
3362
|
include Google::Apis::Core::Hashable
|
|
3360
3363
|
|
|
@@ -3371,11 +3374,11 @@ module Google
|
|
|
3371
3374
|
# @return [String]
|
|
3372
3375
|
attr_accessor :name
|
|
3373
3376
|
|
|
3374
|
-
# Perimeter type indicator. A single project is allowed to be a
|
|
3375
|
-
# regular perimeter, but multiple service perimeter bridges. A
|
|
3376
|
-
# a included in a perimeter bridge without being included in
|
|
3377
|
-
# For perimeter bridges, the restricted service list as well
|
|
3378
|
-
# lists must be empty.
|
|
3377
|
+
# Perimeter type indicator. A single project or VPC network is allowed to be a
|
|
3378
|
+
# member of single regular perimeter, but multiple service perimeter bridges. A
|
|
3379
|
+
# project cannot be a included in a perimeter bridge without being included in
|
|
3380
|
+
# regular perimeter. For perimeter bridges, the restricted service list as well
|
|
3381
|
+
# as access level lists must be empty.
|
|
3379
3382
|
# Corresponds to the JSON property `perimeterType`
|
|
3380
3383
|
# @return [String]
|
|
3381
3384
|
attr_accessor :perimeter_type
|
|
@@ -3459,8 +3462,8 @@ module Google
|
|
|
3459
3462
|
|
|
3460
3463
|
# A list of Google Cloud resources that are inside of the service perimeter.
|
|
3461
3464
|
# Currently only projects and VPCs are allowed. Project format: `projects/`
|
|
3462
|
-
# project_number`` VPC format: `//compute.googleapis.com/projects/`
|
|
3463
|
-
# global/networks/`NAME``.
|
|
3465
|
+
# project_number`` VPC network format: `//compute.googleapis.com/projects/`
|
|
3466
|
+
# PROJECT_ID`/global/networks/`NAME``.
|
|
3464
3467
|
# Corresponds to the JSON property `resources`
|
|
3465
3468
|
# @return [Array<String>]
|
|
3466
3469
|
attr_accessor :resources
|
|
@@ -5048,7 +5051,7 @@ module Google
|
|
|
5048
5051
|
end
|
|
5049
5052
|
|
|
5050
5053
|
# A result of Resource Search, containing information of a cloud resource. Next
|
|
5051
|
-
# ID:
|
|
5054
|
+
# ID: 32
|
|
5052
5055
|
class ResourceSearchResult
|
|
5053
5056
|
include Google::Apis::Core::Hashable
|
|
5054
5057
|
|
|
@@ -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.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230204"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.53.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: 2023-
|
|
11
|
+
date: 2023-02-12 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.53.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|