google-apis-cloudasset_v1beta1 0.37.0 → 0.38.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: 76c6839d948551e966e45014eacf1376ebc75aeed39ca25ae0a29643f7ee62d7
4
- data.tar.gz: cf40388fb4c74f671e427965e048029d11549f5b2757e8dca5e7df579097881a
3
+ metadata.gz: aa14b45f15ad5e964a582c0cbefcd6bd8d73f644267f24230233bb9600168be9
4
+ data.tar.gz: a61c6f9efcc510da62bb82638c5f2b5ad442c3d4dcb3f2a90c2d0c7dbe22c97c
5
5
  SHA512:
6
- metadata.gz: e119b31c0851717591b728d6f07ff50e37a7e1464fd074b8bd66f2ef18d0abd05720e96cf22d1cac4e19438e761a91d524706f0e804da6a02e8e4389d865e9bd
7
- data.tar.gz: ab310c1914ac423bf8f85b32ef3a41cfc2cb6cd29ed55d14f5e3933d07502ea1f6f1fdd0edd137e5525a1c36e53b452ee4a25182e3640ae227520959af4b0958
6
+ metadata.gz: ab4245916a049329a1aa37b2e1e974aa03c5d6809d4012f8589edbbe69e67d53588451be16e1e96603f114409d0111f4e9b3a8499174e0ab714d4edd4a6f9a6b
7
+ data.tar.gz: b743cfb43e51690e22df1f7223b13385e4608ae42d93b2fcb4e37b1ac8b44fd9c944c028b67bfd5d0d324e49f0f051658bbfd09bbb58f984485054283557251a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.38.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
3
7
  ### v0.37.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -1448,8 +1448,11 @@ module Google
1448
1448
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1449
1449
  include Google::Apis::Core::Hashable
1450
1450
 
1451
- # A list of identities that are allowed access through this [EgressPolicy], in
1452
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1451
+ # A list of identities that are allowed access through [EgressPolicy].
1452
+ # Identities can be an individual user, service account, Google group, or third-
1453
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1454
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1455
+ # iam/docs/principal-identifiers#v1 are supported.
1453
1456
  # Corresponds to the JSON property `identities`
1454
1457
  # @return [Array<String>]
1455
1458
  attr_accessor :identities
@@ -1571,11 +1574,11 @@ module Google
1571
1574
  include Google::Apis::Core::Hashable
1572
1575
 
1573
1576
  # A list of external resources that are allowed to be accessed. Only AWS and
1574
- # Azure resources are supported. For Amazon S3, the supported format is s3://
1575
- # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
1576
- # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
1577
- # resource in this list (Example: s3://bucket/path). Currently '*' is not
1578
- # allowed.
1577
+ # Azure resources are supported. For Amazon S3, the supported formats are s3://
1578
+ # BUCKET_NAME, s3a://BUCKET_NAME, and s3n://BUCKET_NAME. For Azure Storage, the
1579
+ # supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A
1580
+ # request matches if it contains an external resource in this list (Example: s3:/
1581
+ # /bucket/path). Currently '*' is not allowed.
1579
1582
  # Corresponds to the JSON property `externalResources`
1580
1583
  # @return [Array<String>]
1581
1584
  attr_accessor :external_resources
@@ -1615,8 +1618,11 @@ module Google
1615
1618
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1616
1619
  include Google::Apis::Core::Hashable
1617
1620
 
1618
- # A list of identities that are allowed access through this ingress policy, in
1619
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1621
+ # A list of identities that are allowed access through [IngressPolicy].
1622
+ # Identities can be an individual user, service account, Google group, or third-
1623
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1624
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1625
+ # iam/docs/principal-identifiers#v1 are supported.
1620
1626
  # Corresponds to the JSON property `identities`
1621
1627
  # @return [Array<String>]
1622
1628
  attr_accessor :identities
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240126"
25
+ REVISION = "20240412"
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.37.0
4
+ version: 0.38.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-21 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.38.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: []