google-apis-cloudasset_v1p5beta1 0.25.0 → 0.26.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: b569b483aced4d4a48099e74571887f3534319ebf427bf24a2229b3b256c7762
4
- data.tar.gz: 401c31e1149ab116c4f1678fd22dad7237e10dc644c2ad744934962dc76b35e0
3
+ metadata.gz: 52d29ee7c36ee335461862c62290ef71cbf61b620696985b04cc23bf01c5ae05
4
+ data.tar.gz: 440914eba976f769119e6715cf5d1916c4b04d923c46083337821a7ded955a51
5
5
  SHA512:
6
- metadata.gz: ad7f04d16cefb87ea51d0008c8e7bc23af8d89e4767b0ce0a51b0269313d3e321fb3b3291348d52788a1bc8ee7772cb91f77584ef9d44f695252dfffc5fd74f6
7
- data.tar.gz: c5ddd57e27bbc0d4d427fb6a85eec669543f1f737aef2faf0c87515d15b0f80ef667855a3672e7276b14437d3de9ccdc122acf7d9fa9194858dbbebc6b2625dd
6
+ metadata.gz: 867e91b48a394593b26d5a85e78cc40825b87033d119a8cf63b3fad7082a587dc31eacdeb4329c0a347fbbee38fc3ff9b716b1b54495e18649e79c3d6181437d
7
+ data.tar.gz: 5b1a0820b8f176d35e702d68bb76d576f7020d0036962c4268962168c29e1d471f093bb800178c123ca365df5faeaa7497bafb5875d5feaefc44a7a93ee24284
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.26.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230128
6
+
3
7
  ### v0.25.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230114
@@ -155,9 +155,10 @@ module Google
155
155
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
156
156
  # Otherwise the request is allowed. There are two types of Service Perimeter -
157
157
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
158
- # Cloud project can only belong to a single regular Service Perimeter. Service
159
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
160
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
158
+ # Cloud project or VPC network can only belong to a single regular Service
159
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
160
+ # members, a single Google Cloud project may belong to multiple Service
161
+ # Perimeter Bridges.
161
162
  # Corresponds to the JSON property `servicePerimeter`
162
163
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
163
164
  attr_accessor :service_perimeter
@@ -289,22 +290,22 @@ module Google
289
290
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
290
291
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
291
292
  # email address that represents a Google group. For example, `admins@example.com`
292
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
293
- # identifier) representing a user that has been recently deleted. For example, `
294
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
295
- # value reverts to `user:`emailid`` and the recovered user retains the role in
296
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
297
- # address (plus unique identifier) representing a service account that has been
298
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
293
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
294
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
295
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
296
+ # representing a user that has been recently deleted. For example, `alice@
297
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
298
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
299
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
300
+ # (plus unique identifier) representing a service account that has been recently
301
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
299
302
  # 123456789012345678901`. If the service account is undeleted, this value
300
303
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
301
304
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
302
305
  # An email address (plus unique identifier) representing a Google group that has
303
306
  # been recently deleted. For example, `admins@example.com?uid=
304
307
  # 123456789012345678901`. If the group is recovered, this value reverts to `
305
- # group:`emailid`` and the recovered group retains the role in the binding. * `
306
- # domain:`domain``: The G Suite domain (primary) that represents all the users
307
- # of that domain. For example, `google.com` or `example.com`.
308
+ # group:`emailid`` and the recovered group retains the role in the binding.
308
309
  # Corresponds to the JSON property `members`
309
310
  # @return [Array<String>]
310
311
  attr_accessor :members
@@ -486,9 +487,10 @@ module Google
486
487
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
487
488
  # Otherwise the request is allowed. There are two types of Service Perimeter -
488
489
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
489
- # Cloud project can only belong to a single regular Service Perimeter. Service
490
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
491
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
490
+ # Cloud project or VPC network can only belong to a single regular Service
491
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
492
+ # members, a single Google Cloud project may belong to multiple Service
493
+ # Perimeter Bridges.
492
494
  # Corresponds to the JSON property `servicePerimeter`
493
495
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
494
496
  attr_accessor :service_perimeter
@@ -1544,10 +1546,10 @@ module Google
1544
1546
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1545
1547
  # from these resources will be allowed to access perimeter data. Currently only
1546
1548
  # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1547
- # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1548
- # . The project may be in any Google Cloud organization, not just the
1549
- # organization that the perimeter is defined in. `*` is not allowed, the case of
1550
- # allowing all Google Cloud resources only is not supported.
1549
+ # network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
1550
+ # networks/`NAME``. The project may be in any Google Cloud organization, not
1551
+ # just the organization that the perimeter is defined in. `*` is not allowed,
1552
+ # the case of allowing all Google Cloud resources only is not supported.
1551
1553
  # Corresponds to the JSON property `resource`
1552
1554
  # @return [String]
1553
1555
  attr_accessor :resource
@@ -1666,9 +1668,10 @@ module Google
1666
1668
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
1667
1669
  # Otherwise the request is allowed. There are two types of Service Perimeter -
1668
1670
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
1669
- # Cloud project can only belong to a single regular Service Perimeter. Service
1670
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
1671
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
1671
+ # Cloud project or VPC network can only belong to a single regular Service
1672
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
1673
+ # members, a single Google Cloud project may belong to multiple Service
1674
+ # Perimeter Bridges.
1672
1675
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1673
1676
  include Google::Apis::Core::Hashable
1674
1677
 
@@ -1685,11 +1688,11 @@ module Google
1685
1688
  # @return [String]
1686
1689
  attr_accessor :name
1687
1690
 
1688
- # Perimeter type indicator. A single project is allowed to be a member of single
1689
- # regular perimeter, but multiple service perimeter bridges. A project cannot be
1690
- # a included in a perimeter bridge without being included in regular perimeter.
1691
- # For perimeter bridges, the restricted service list as well as access level
1692
- # lists must be empty.
1691
+ # Perimeter type indicator. A single project or VPC network is allowed to be a
1692
+ # member of single regular perimeter, but multiple service perimeter bridges. A
1693
+ # project cannot be a included in a perimeter bridge without being included in
1694
+ # regular perimeter. For perimeter bridges, the restricted service list as well
1695
+ # as access level lists must be empty.
1693
1696
  # Corresponds to the JSON property `perimeterType`
1694
1697
  # @return [String]
1695
1698
  attr_accessor :perimeter_type
@@ -1773,8 +1776,8 @@ module Google
1773
1776
 
1774
1777
  # A list of Google Cloud resources that are inside of the service perimeter.
1775
1778
  # Currently only projects and VPCs are allowed. Project format: `projects/`
1776
- # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1777
- # global/networks/`NAME``.
1779
+ # project_number`` VPC network format: `//compute.googleapis.com/projects/`
1780
+ # PROJECT_ID`/global/networks/`NAME``.
1778
1781
  # Corresponds to the JSON property `resources`
1779
1782
  # @return [Array<String>]
1780
1783
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.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_v1p5beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
63
63
  post_install_message:
64
64
  rdoc_options: []