google-apis-cloudasset_v1beta1 0.26.0 → 0.27.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: 3fd3e319a5cfc0eaafb3e2865c0e3d683a51abcbdaf2672a5d995e0fd4d0355f
4
- data.tar.gz: 5dff84460a935b7432d2462dac5ea53d4ff825842373cbf8762db29017fcb61d
3
+ metadata.gz: 647da11188462e32cf297874e242a060f4b6b99825870e894452779a1fd55552
4
+ data.tar.gz: eec44ef5df229621268ea0485fd2baa929bb956a383ae25ce55102d85e9bf26a
5
5
  SHA512:
6
- metadata.gz: 07c5b8d05df588de2e34b18b988edc6da1caeba2808727bf43227e1c17e72b4a7899f1a2cbdb96216ebee9a716e780bda4a547ddd8c3c7d0434baa2dcbdcb27c
7
- data.tar.gz: 3fe3e3f45849e2975a5ff590cf6e61207540273f5e30e027223b3d2507e7a17b7f83c4be06d7933abd3ddf0405b191fb657d2443bc4951757370d03efa8cf9b8
6
+ metadata.gz: c48f9cd1007bf6b1afd09052bbd519f1199d14a38f6cb0467780969d20abf80fd4b73cc8f82a0b24f8a8214ce66e94e3638c302ccb8371d4d979ed88c01d2fc3
7
+ data.tar.gz: 1e6f7ebdcca15554832adf8a91415cada925a9f499f0032b231c8ef63c15c487f091c632cb627a31008ae0ebaff67e668a222de712c8a7925da500e28a2cf892
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.27.0 (2023-02-12)
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
@@ -145,9 +145,10 @@ module Google
145
145
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
146
146
  # Otherwise the request is allowed. There are two types of Service Perimeter -
147
147
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
148
- # Cloud project can only belong to a single regular Service Perimeter. Service
149
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
150
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
148
+ # Cloud project or VPC network can only belong to a single regular Service
149
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
150
+ # members, a single Google Cloud project may belong to multiple Service
151
+ # Perimeter Bridges.
151
152
  # Corresponds to the JSON property `servicePerimeter`
152
153
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
153
154
  attr_accessor :service_perimeter
@@ -297,22 +298,22 @@ module Google
297
298
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
298
299
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
299
300
  # email address that represents a Google group. For example, `admins@example.com`
300
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
301
- # identifier) representing a user that has been recently deleted. For example, `
302
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
303
- # value reverts to `user:`emailid`` and the recovered user retains the role in
304
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
305
- # address (plus unique identifier) representing a service account that has been
306
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
301
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
302
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
303
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
304
+ # representing a user that has been recently deleted. For example, `alice@
305
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
306
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
307
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
308
+ # (plus unique identifier) representing a service account that has been recently
309
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
307
310
  # 123456789012345678901`. If the service account is undeleted, this value
308
311
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
309
312
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
310
313
  # An email address (plus unique identifier) representing a Google group that has
311
314
  # been recently deleted. For example, `admins@example.com?uid=
312
315
  # 123456789012345678901`. If the group is recovered, this value reverts to `
313
- # group:`emailid`` and the recovered group retains the role in the binding. * `
314
- # domain:`domain``: The G Suite domain (primary) that represents all the users
315
- # of that domain. For example, `google.com` or `example.com`.
316
+ # group:`emailid`` and the recovered group retains the role in the binding.
316
317
  # Corresponds to the JSON property `members`
317
318
  # @return [Array<String>]
318
319
  attr_accessor :members
@@ -573,9 +574,10 @@ module Google
573
574
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
574
575
  # Otherwise the request is allowed. There are two types of Service Perimeter -
575
576
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
576
- # Cloud project can only belong to a single regular Service Perimeter. Service
577
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
578
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
577
+ # Cloud project or VPC network can only belong to a single regular Service
578
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
579
+ # members, a single Google Cloud project may belong to multiple Service
580
+ # Perimeter Bridges.
579
581
  # Corresponds to the JSON property `servicePerimeter`
580
582
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
581
583
  attr_accessor :service_perimeter
@@ -1631,10 +1633,10 @@ module Google
1631
1633
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1632
1634
  # from these resources will be allowed to access perimeter data. Currently only
1633
1635
  # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1634
- # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1635
- # . The project may be in any Google Cloud organization, not just the
1636
- # organization that the perimeter is defined in. `*` is not allowed, the case of
1637
- # allowing all Google Cloud resources only is not supported.
1636
+ # network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
1637
+ # networks/`NAME``. The project may be in any Google Cloud organization, not
1638
+ # just the organization that the perimeter is defined in. `*` is not allowed,
1639
+ # the case of allowing all Google Cloud resources only is not supported.
1638
1640
  # Corresponds to the JSON property `resource`
1639
1641
  # @return [String]
1640
1642
  attr_accessor :resource
@@ -1753,9 +1755,10 @@ module Google
1753
1755
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
1754
1756
  # Otherwise the request is allowed. There are two types of Service Perimeter -
1755
1757
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
1756
- # Cloud project can only belong to a single regular Service Perimeter. Service
1757
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
1758
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
1758
+ # Cloud project or VPC network can only belong to a single regular Service
1759
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
1760
+ # members, a single Google Cloud project may belong to multiple Service
1761
+ # Perimeter Bridges.
1759
1762
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1760
1763
  include Google::Apis::Core::Hashable
1761
1764
 
@@ -1772,11 +1775,11 @@ module Google
1772
1775
  # @return [String]
1773
1776
  attr_accessor :name
1774
1777
 
1775
- # Perimeter type indicator. A single project is allowed to be a member of single
1776
- # regular perimeter, but multiple service perimeter bridges. A project cannot be
1777
- # a included in a perimeter bridge without being included in regular perimeter.
1778
- # For perimeter bridges, the restricted service list as well as access level
1779
- # lists must be empty.
1778
+ # Perimeter type indicator. A single project or VPC network is allowed to be a
1779
+ # member of single regular perimeter, but multiple service perimeter bridges. A
1780
+ # project cannot be a included in a perimeter bridge without being included in
1781
+ # regular perimeter. For perimeter bridges, the restricted service list as well
1782
+ # as access level lists must be empty.
1780
1783
  # Corresponds to the JSON property `perimeterType`
1781
1784
  # @return [String]
1782
1785
  attr_accessor :perimeter_type
@@ -1860,8 +1863,8 @@ module Google
1860
1863
 
1861
1864
  # A list of Google Cloud resources that are inside of the service perimeter.
1862
1865
  # Currently only projects and VPCs are allowed. Project format: `projects/`
1863
- # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1864
- # global/networks/`NAME``.
1866
+ # project_number`` VPC network format: `//compute.googleapis.com/projects/`
1867
+ # PROJECT_ID`/global/networks/`NAME``.
1865
1868
  # Corresponds to the JSON property `resources`
1866
1869
  # @return [Array<String>]
1867
1870
  attr_accessor :resources
@@ -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.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_v1beta1
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-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.27.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: []