google-apis-cloudasset_v1p1beta1 0.26.0 → 0.27.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: 15a65e6801c883521f2615574b1bd2ec041bfb1f77dd687dc84f8c0c29c5ae22
4
- data.tar.gz: 86b9ae686fc9665066a3d2ba80761f336c624b9d5cd6b2c3e830760c75e6a83a
3
+ metadata.gz: 368ee6ff0c5354cc57b3255faf9a9dfe1ccbf00680b2bc6fa20997861b6e633e
4
+ data.tar.gz: a39e830da852d054ec32a833b472a7bcbcb6b72fb502e38f50adb2116ba68d03
5
5
  SHA512:
6
- metadata.gz: 934fc7f154e2cd5519e8ec6adec5a6a7ca2fa375b0c72ed7888da199b9dba6dbf4f25fd66879c871142d77f15263089c25bf386250d67bfe115b5321fadaca8b
7
- data.tar.gz: cdd1be8122d13802bf9ba37023324f17b365520b484a24215233eeccef2bd141476a5277ba10dadcc8c49c83e938cc787c967538c1101ed5bdf74e5dcfa8dc20
6
+ metadata.gz: 5a19f1f04b9056871c2ba3fd3992a391989cf354a6aa5226af65001140a9ea966326179010df1d81310e952e765d55a9278d8e7572d4313f299224eb16554804
7
+ data.tar.gz: 7a78d2be58665a87f03a559e20df5fbf215ad95a8d69b4aad361bde42ea1a0f67d5840333837cd8dacfe5edda5a6f20e26de36b8319486d4c52071a6cf14c68c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.27.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230128
6
+
3
7
  ### v0.26.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230114
@@ -164,22 +164,22 @@ module Google
164
164
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
165
165
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
166
166
  # email address that represents a Google group. For example, `admins@example.com`
167
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
168
- # identifier) representing a user that has been recently deleted. For example, `
169
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
170
- # value reverts to `user:`emailid`` and the recovered user retains the role in
171
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
172
- # address (plus unique identifier) representing a service account that has been
173
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
167
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
168
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
169
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
170
+ # representing a user that has been recently deleted. For example, `alice@
171
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
172
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
173
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
174
+ # (plus unique identifier) representing a service account that has been recently
175
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
174
176
  # 123456789012345678901`. If the service account is undeleted, this value
175
177
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
176
178
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
177
179
  # An email address (plus unique identifier) representing a Google group that has
178
180
  # been recently deleted. For example, `admins@example.com?uid=
179
181
  # 123456789012345678901`. If the group is recovered, this value reverts to `
180
- # group:`emailid`` and the recovered group retains the role in the binding. * `
181
- # domain:`domain``: The G Suite domain (primary) that represents all the users
182
- # of that domain. For example, `google.com` or `example.com`.
182
+ # group:`emailid`` and the recovered group retains the role in the binding.
183
183
  # Corresponds to the JSON property `members`
184
184
  # @return [Array<String>]
185
185
  attr_accessor :members
@@ -384,9 +384,10 @@ module Google
384
384
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
385
385
  # Otherwise the request is allowed. There are two types of Service Perimeter -
386
386
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
387
- # Cloud project can only belong to a single regular Service Perimeter. Service
388
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
389
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
387
+ # Cloud project or VPC network can only belong to a single regular Service
388
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
389
+ # members, a single Google Cloud project may belong to multiple Service
390
+ # Perimeter Bridges.
390
391
  # Corresponds to the JSON property `servicePerimeter`
391
392
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
392
393
  attr_accessor :service_perimeter
@@ -1442,10 +1443,10 @@ module Google
1442
1443
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1443
1444
  # from these resources will be allowed to access perimeter data. Currently only
1444
1445
  # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1445
- # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1446
- # . The project may be in any Google Cloud organization, not just the
1447
- # organization that the perimeter is defined in. `*` is not allowed, the case of
1448
- # allowing all Google Cloud resources only is not supported.
1446
+ # network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
1447
+ # networks/`NAME``. The project may be in any Google Cloud organization, not
1448
+ # just the organization that the perimeter is defined in. `*` is not allowed,
1449
+ # the case of allowing all Google Cloud resources only is not supported.
1449
1450
  # Corresponds to the JSON property `resource`
1450
1451
  # @return [String]
1451
1452
  attr_accessor :resource
@@ -1564,9 +1565,10 @@ module Google
1564
1565
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
1565
1566
  # Otherwise the request is allowed. There are two types of Service Perimeter -
1566
1567
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
1567
- # Cloud project can only belong to a single regular Service Perimeter. Service
1568
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
1569
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
1568
+ # Cloud project or VPC network can only belong to a single regular Service
1569
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
1570
+ # members, a single Google Cloud project may belong to multiple Service
1571
+ # Perimeter Bridges.
1570
1572
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1571
1573
  include Google::Apis::Core::Hashable
1572
1574
 
@@ -1583,11 +1585,11 @@ module Google
1583
1585
  # @return [String]
1584
1586
  attr_accessor :name
1585
1587
 
1586
- # Perimeter type indicator. A single project is allowed to be a member of single
1587
- # regular perimeter, but multiple service perimeter bridges. A project cannot be
1588
- # a included in a perimeter bridge without being included in regular perimeter.
1589
- # For perimeter bridges, the restricted service list as well as access level
1590
- # lists must be empty.
1588
+ # Perimeter type indicator. A single project or VPC network is allowed to be a
1589
+ # member of single regular perimeter, but multiple service perimeter bridges. A
1590
+ # project cannot be a included in a perimeter bridge without being included in
1591
+ # regular perimeter. For perimeter bridges, the restricted service list as well
1592
+ # as access level lists must be empty.
1591
1593
  # Corresponds to the JSON property `perimeterType`
1592
1594
  # @return [String]
1593
1595
  attr_accessor :perimeter_type
@@ -1671,8 +1673,8 @@ module Google
1671
1673
 
1672
1674
  # A list of Google Cloud resources that are inside of the service perimeter.
1673
1675
  # Currently only projects and VPCs are allowed. Project format: `projects/`
1674
- # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1675
- # global/networks/`NAME``.
1676
+ # project_number`` VPC network format: `//compute.googleapis.com/projects/`
1677
+ # PROJECT_ID`/global/networks/`NAME``.
1676
1678
  # Corresponds to the JSON property `resources`
1677
1679
  # @return [Array<String>]
1678
1680
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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 = "20230114"
25
+ REVISION = "20230128"
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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-01-22 00:00:00.000000000 Z
11
+ date: 2023-02-05 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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []